document.write( "Question 1040376: I need a two digit number which after reversing I should get a two digit number which will be twice the previous number.
\n" ); document.write( "Which is the number?
\n" ); document.write( "

Algebra.Com's Answer #655228 by MathTherapy(10556)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "I need a two digit number which after reversing I should get a two digit number which will be twice the previous number.
\n" ); document.write( "Which is the number?
\n" ); document.write( "
Let tens and units digits be T, and U, respectively
\n" ); document.write( "Then number is: 10T + U, and when reversed is: 10U + T
\n" ); document.write( "We then get: 10U + T = 2(10T + U)
\n" ); document.write( "10U + T = 20T + 2U
\n" ); document.write( "20T - T = 10U - 2U
\n" ); document.write( "19T = 8U
\n" ); document.write( "T, or tens digit = \"8U%2F19\"
\n" ); document.write( "There's no digit, from 1 - 9, that when multiplied by 8, results in a double-digit number that is a MULTIPLE of 19.
\n" ); document.write( "Therefore, there is: \"highlight_green%28matrix%281%2C2%2C+NO%2C+SOLUTION%29%29\" \n" ); document.write( "
\n" );