document.write( "Question 613271: When the digits of a two-digit number are reversed, the result is another two-digit number that is 62.5% smaller than the original number. What is the original number ? \n" ); document.write( "
Algebra.Com's Answer #385924 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Let x and y represnt the ten and unit digits of the original number.
\n" ); document.write( "Note: .625 = 5/8
\n" ); document.write( "When the digits of a two-digit number are reversed, the result is
\n" ); document.write( "another two-digit number that is 62.5% smaller than the original number
\n" ); document.write( "62.5% smaller or 3/8 of original number
\n" ); document.write( " 10y + x = (3/8)(10x+y)
\n" ); document.write( " 80y + 8x = 30x + 3y
\n" ); document.write( " 77y = 22x
\n" ); document.write( " 7/2 = x/y
\n" ); document.write( "Original number is \"72\"\r
\n" ); document.write( "\n" ); document.write( " 27 = 3/8(72)
\n" ); document.write( " \n" ); document.write( "
\n" );