document.write( "Question 893067: The sum of the digits of a two digit number is 9. If 9 is added to the number, then the digits are reversed.Find the number. \n" ); document.write( "
Algebra.Com's Answer #541043 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "t = tens digit\r\n" ); document.write( "u = units (ones) digit\r\n" ); document.write( "10t+u = the number\r\n" ); document.write( "10u+t = the number with the digits reversed\r\n" ); document.write( " \n" ); document.write( "The sum of the digits of a two digit number is 9. \n" ); document.write( " \r\n" ); document.write( " t+u = 9\r\n" ); document.write( " \n" ); document.write( "If 9 is added to the number, then the digits are reversed. \n" ); document.write( " \r\n" ); document.write( " 10t+u + 9 = 10u+t\r\n" ); document.write( "\r\n" ); document.write( "So the system of equations is\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |