a b c and c b a are respectively the base 9 and base 7 representation of the same positive integers. Find the sum of the digits of the number when written in base 1 0
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.
Very nice question and your solution too!
It is equivalent to 8 1 a + 9 b + c = 4 9 c + 7 b + a , 4 0 a + b = 2 4 c , hence b is a multiple of 8 .
However b < 7 since it appears in the base 7 representation, so b = 0 , 5 a = 3 c , a = 3 , c = 5
The number is 3 0 5 9 = 5 0 3 7 = 2 4 8
Problem Loading...
Note Loading...
Set Loading...
Given that
a b c 9 9 2 a + 9 b + c 8 0 a + 2 b 4 0 a + b = c b a 7 = 7 2 c + 7 b + a = 4 8 c = 2 4 c Rearranging
Since the right-hand side 2 4 c is divisible by 4 , the left-hand side must be divisible by 4 . Since 4 0 a is divisible by 4 , b must be divisible by 4 . Since 0 ≤ b ≤ 6 , b can only be 0 or 4 .
When { b = 0 , b = 4 , ⟹ 4 0 a + 0 = 2 4 c ⟹ 4 0 a + 4 = 2 4 c ⟹ 5 a = 3 c ⟹ 1 0 a + 1 = 6 c ⟹ a = 3 , c = 5 ⟹ Odd = even, no solution .
Therefore the number is 9 2 ( 3 ) + 9 ( 0 ) + 5 = 2 4 8 1 0 with a sum of digits of 2 + 4 + 8 = 1 4 .