A base 7 three-digit number has its digits reversed when written in base 9. Find the decimal representation of the number.
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.
We have: a b c 7 = c b a 9
Using the positional notation : a × 7 2 + b × 7 + c = c × 9 2 + b × 9 + a
Rearraing: 4 8 a = 8 0 c + 2 b
Since a , b , c form a number in base 7 , they must be between 0 and 6 inclusive.
We will conduct a trial-and-error approach on 4 8 a .
Therefore, a = 5 , b = 0 , and c = 3 .
Therefore, the number is 5 0 3 7 = 3 0 5 9 = 2 4 8 1 0 .
This is just my method, and not by any means a rigorous proof.
Let the digits be a , b , and c such that 4 9 a + 7 b + c = a + 9 b + 8 1 c . After simplifying, the equation becomes 2 4 a = b + 4 0 c .
Since a b c exists as a base 7 three digit number, we know that 1 ≤ a ≤ 6 , implying that b + 4 0 c ≤ 1 4 4 . Therefore, 1 ≤ c ≤ 3 , which further implies that 2 4 a ≤ 1 2 6 , meaning 1 ≤ a ≤ 5 .
After narrowing it down, I solved by trial and error, finding that the only solution to 2 4 a = b + 4 0 c was a = 5 and c = 3 .
Solving for b , I got a b c = 5 0 3 7 . Converting to base 10, the answer is 2 4 8 .
Why cant 155 satisfy it? 281 base 7=182 base 9
Problem Loading...
Note Loading...
Set Loading...
Let the number be pqr in base 7. It is given it becomes rqp in base 9.
Thus, 4 9 p + 7 q + r = 8 1 r + 9 q + p
This gives 8 ( 3 p − 5 r ) = q
Now as q < 7 (as pqr is a number in base 7), only possibility is q = 0 .
Thus, 3 p = 5 r . This gives, p = 5 and r = 3 .
Hence, number is 503 in base 7, 305 in base 9, and 248 in base 10.