document.write( "Question 548685: The sum of two-digit number is 9. The original two-digit number is 27 less than the number formed by reversing the digits. Find the original number \n" ); document.write( "
Algebra.Com's Answer #357166 by edjones(8007)![]() ![]() You can put this solution on YOUR website! t=the ten digit and u=the units digit. \n" ); document.write( "t+u=9 \n" ); document.write( "u=9-t \n" ); document.write( ". \n" ); document.write( "10u+t-27=10t+u \n" ); document.write( "10(9-t)+t-27=10t+9-t \n" ); document.write( "90-10t+t-27=10t+9-t \n" ); document.write( "63-9t=9t+9 \n" ); document.write( "-18t=-54 \n" ); document.write( "t=3 \n" ); document.write( "u=6 \n" ); document.write( "36 is the original number. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |