SOLUTION: Let $N$ be a positive integer. The number $N$ has three digits when expressed in base $7$. When the number $N$ is expressed in base $12$, it has the same three digits, in reverse
Algebra.Com
Question 1207584: Let $N$ be a positive integer. The number $N$ has three digits when expressed in base $7$. When the number $N$ is expressed in base $12$, it has the same three digits, in reverse order. What is $N$? (Express your answer in decimal.)
Found 2 solutions by greenestamps, math_tutor2020:
Answer by greenestamps(13200) (Show Source): You can put this solution on YOUR website!
It appears that there is no solution.
My work is shown below; perhaps another tutor will find an error in my work and find a solution to the problem.
N = ABC base 12:
N = CBA base 7:
Set the two expressions for N equal to each other and solve the resulting equation for one variable in terms of the other two.
A, B, and C are positive integers less than 7, so in that last equation B, 9C, and 28A are all integers; that means must be an integer.
That means C-A must be a multiple of 5; and since C and A are positive integers less than 7, C=6 and A=1.
Then we have
But B has to be less than 6.
So there is no solution.
Answer by math_tutor2020(3816) (Show Source): You can put this solution on YOUR website!
I agree with tutor greenestamps.
To verify I wrote a quick python script to check numbers 100 through 666 in base 7.
The script couldn't find any solutions, but it did find these near-misses
300 base 7 = 103 base 12
301 base 7 = 104 base 12
which is a bit interesting.
I found a similar problem online dealing with bases 11 and 15.
The python script found that:
241 base 11 = 142 base 15
482 base 11 = 284 base 15
Furthermore,
204 base 7 = 402 base 5
102 base 7 = 201 base 5
and
361 base 7 = 163 base 11
502 base 7 = 205 base 11
There are likely many other pairs of values like this.
It's possible your teacher made a typo somewhere.
RELATED QUESTIONS
Can you please help to answer the following question:
.
When a positive integer N is (answered by khwang)
I'm thinking of an interesting number that I'll call N. When N has a 7 in front of it,... (answered by KMST)
For a certain positive integer $n$, the number $n^{6873}$ leaves a remainder of $3$ when... (answered by ikleyn,math_tutor2020)
Let n be a three digit number and let m be the number obtained by reversing the order of... (answered by ankor@dixie-net.com,KMST)
let n be the largest integer less than 10000 that leaves remainder 1 when divided... (answered by Edwin McCravy)
Let p(n) and s(n) denote the product and the sum, respectively, of the digits of the... (answered by Edwin McCravy)
Let n be a positive integer. If the equation 2x + 2y + z = n has 28 solutions in positive (answered by greenestamps)
a) Simplify
\[\frac{\binom{n}{k}}{\binom{n}{k - 1}}.\]
B) For some positive integer... (answered by greenestamps)
Show that any positive integer N = 7 modulo 8 can never be expressed as the sum of the... (answered by Sphinx pinastri)