document.write( "Question 325334: A number consists of two digits.The digit at the ten's place is two times the digit at the unit's place.The number formed by reversing the digits is 27 less than the original number.Find the original number. \n" ); document.write( "
Algebra.Com's Answer #232993 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "let x be in the tens place and y in the units place.
\n" ); document.write( "x=2y
\n" ); document.write( "10y+x=10x+y -27
\n" ); document.write( "9y-9x=-27
\n" ); document.write( "plug the value of x in the equation
\n" ); document.write( "9y-18y=-27
\n" ); document.write( "-9y=-27
\n" ); document.write( "y=3
\n" ); document.write( "x=6\r
\n" ); document.write( "\n" ); document.write( "the number is 63
\n" ); document.write( "
\n" );