document.write( "Question 128109: The sum of a two-digit number and its reverse is 121. The ones digit is seven more than the tens digit.what is the number? \n" ); document.write( "
Algebra.Com's Answer #93811 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let t be the tens digit and u be the units digit. \n" ); document.write( "The number = 10t+u \n" ); document.write( "u=t+7 \n" ); document.write( "10t+(t+7)+10(t+7)+t=121 \n" ); document.write( "10t+t+7+10t+70+t=121 \n" ); document.write( "22t+77=121 \n" ); document.write( "22t+77-77=121-77 \n" ); document.write( "22t=44 \n" ); document.write( "t=2 \n" ); document.write( "u=2+7=9 \n" ); document.write( "29 is the number. \n" ); document.write( ". \n" ); document.write( "Check: \n" ); document.write( "29+92=121 \n" ); document.write( ". \n" ); document.write( "Ed\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |