Consider a 6-digit number a b c d e f that when multiplied by 2, 3, 4, 5 or 6 results in a number with the same six digits but in a different order. Find s = a + b + c + d + e + f .
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.
Recall that
1 ÷ 7 = 0 . 1 4 2 8 5 7
This repeating series of digits occurs after the decimal whenever a number that is not a multiple of 7 is divided by 7. For example:
2 ÷ 7 = 0 . 2 8 5 7 1 4 2 8 5 7
This means that the number 1 4 2 8 5 7 , when multiplied by a number between 1 and 7, will result in the same digits, except some of the digits in the front have been shifted to the back. Therefore 1 4 2 8 5 7 is a number that satisfies the problem.
× 1 = 1 4 2 8 5 7
× 2 = 2 8 5 7 1 4
× 3 = 4 2 8 5 7 1
× 4 = 5 7 1 4 2 8
× 5 = 7 1 4 2 8 5
× 6 = 8 5 7 1 4 2
1 + 4 + 2 + 8 + 5 + 7 = 2 7
Very clever. Those who don't know about the 1/7 property, will have a hard time solving it.
Problem Loading...
Note Loading...
Set Loading...
Here is a lucky solution: Let n be the number. Because we are told that both n and 6 n have 6 digits, it must be that 6 a < 1 0 . The only natural solution for this inequality is a = 1 . Furthermore, because the product 2 n has the same digits as n , the digit sum is the same so 2 n ≡ n m o d 9 ⟹ n ≡ 0 m o d 9 . And s ≡ n ≡ 0 m o d 9 .
But s = 1 + b + c + d + e + f ≤ 1 + 9 + 9 + 9 + 9 + 9 = 4 6 this means that the only possible values for s are 9 , 1 8 , 2 7 , 3 6 , 4 5 . Brilliant allows you to try 3 of those so you have a 6 0 % chance of solving the problem by trying 3 of those. I tried 9 , 1 8 , 2 7 .