Archit's Challenge 8

Logic Level 4

Find the sum of all 9-digit positive integers having all nine numbers 1 through 9 and satisfying the following conditions:

  • Sum of digits between 1 and 2 exclusive is 9.
  • Sum of digits between 2 and 3 exclusive is 18.
  • Sum of digits between 3 and 4 exclusive is 27.
  • Sum of digits between 4 and 5 exclusive is 36.

Note : For example, for the number 135792468, the sum of digits between 1 and 2 exclusive is 3 + 5 + 7 + 9 = 24 3+5+7+9=24 .


The answer is 1036737639.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Archit Agrawal
Jan 8, 2016

the possible numbers are 472918365 and 563819274.

How did you know this?

Pi Han Goh - 5 years, 5 months ago

Log in to reply

Sum of all numbers except 4 and 5 is 36, so 4 and 5 will occupy the extreme positions. Now sum between 3 and 4 should be 27 which is only possible if 6 is adjacent to 5 and 3 is adjacent to 6. Now sum between 2 and 3 should be 18 which is only possible if 7 is adjacent to 4 and 2 is adjacent to 7. Sum between 2 and 1 should be 9 which is possible only by placing 9 between them.

Archit Agrawal - 5 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...