document.write( "Question 170691: When the digits of a two-digit number are reversed, the new number is 9 more than the original number, and the sum of the digits of the original number is 11. What is the original number?\r
\n" );
document.write( "\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #126010 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! lets call the 10 digit number a and the ones digit number b. \n" ); document.write( ": \n" ); document.write( "remember a two digit number take 35 for instance can be written as 3(10)+5(1) \n" ); document.write( "with that in mind lets write and equation based on that understanding. \n" ); document.write( ": \n" ); document.write( "10(a)+1(b)=(10(b)+1(a))+9--->9a-9b=9--->a-b=1....eq 1 \n" ); document.write( "a+b=11.................................eq 2 \n" ); document.write( ": \n" ); document.write( "add the 2 equations together to eliminate the b term. \n" ); document.write( ": \n" ); document.write( "2a=12 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |