SOLUTION: Please help me solve this-Some whole numbers have the property that if you remove their units’ digit and place that digit at the front of the number the result is the same as the t

Algebra ->  Subset -> SOLUTION: Please help me solve this-Some whole numbers have the property that if you remove their units’ digit and place that digit at the front of the number the result is the same as the t      Log On


   



Question 257279: Please help me solve this-Some whole numbers have the property that if you remove their units’ digit and place that digit at the front of the number the result is the same as the triple of the original number.
Find the second smallest such whole number!

Answer by drk(1908) About Me  (Show Source):
You can put this solution on YOUR website!
Lets start with case 1 - a two digit number
Let "ab" be the original 2 digit number.
According to the rule above, the new number is "ba".
Now ab can be expressed as 10A + B, where A is the tens digit and B is the units digit.
and ba can be expressed as 10A + B, where A is the tens digit and B is the units digit.
again, according to the rule above
3%2A%2810A+%2B+B%29+=+10B+%2B+A
distributing, we get
30A+%2B+3B+=+10B+%2B+A
rearranging a bit, we get
29A+=+7B
and A/B is
A%2FB+=+7%2F29
there are no solutions for 2 digit numbers.
---
Now case 2 - a three digit number
Let "abc" be the original 3 digit number.
According to the rule above, the new number is "cab".
Now abc can be expressed as 100A + 10B + C, where A is the hundreds digit, B is the tens digit, and C is the units digit
and cab can be expressed as 100C + 10A + B.
again, according to the rule above
3%2A%28100A+%2B+10B+%2B+C%29+=+100C+%2B+10A+%2B+B
distributing, we get
300A+%2B+30B+%2B+3C+=+100C+%2B+10A+%2B+B
rearranging a bit, we get
290A+%2B+29B+=+97C
Solving for C, we get
C+=+%28290A%2B29B%29%2F97
If A = 9, B = 7, and C = 29 - -> no solution
So, there are no solutions for 3 digit numbers.
--
We could continue with 4 and five digit numbers, but that would be very complicated.
I have have found close solutions at
103; off by 1
206; off by 2
309; off by 3
--
unfortunately I don't see the "key" that would get the answer here.