document.write( "Question 629508: The sum of the digits of a two digit number is 10 . if the number formed by reversing the digit is less than the original number by 36.find the number .\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "WITH BEST REGARDS . \n" );
document.write( "
Algebra.Com's Answer #396299 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! Let x = units digit \n" ); document.write( " y = ten's digit \n" ); document.write( "The value of the number is x + 10y \n" ); document.write( "The new value after reversing the digits is 10x + y\r \n" ); document.write( "\n" ); document.write( "Equations: \n" ); document.write( "x + y = 10 and \n" ); document.write( "10x + y = x + 10y - 36 or 9x - 9y = -36 or x - y = -4 \n" ); document.write( "Add the 2 equations, the result is 2x = 6 \n" ); document.write( "so x = 3 and y = 7 \n" ); document.write( "The original number is |