document.write( "Question 1636: The sum of two digits of a two digit number is seven. If the digits are reversed, the new number is nine less than the original number. \n" ); document.write( "
Algebra.Com's Answer #2048 by rapaljer(4671)![]() ![]() You can put this solution on YOUR website! Let t = tens digit \n" ); document.write( " u = units digit\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The value of the original number is ten times the tens digit plus the units digit. That is, 10 t + u.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the digits are reversed, then u becomes the tens digit, and t becomes the units digit, and the value of the number is 10u + t.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since there are two variables, you need to find two equations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The sum of the digits is seven.\" \n" ); document.write( "t + u = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"If digits are reversed, the new number is nine less than the original.\" \n" ); document.write( "10u + t = 10t + u - 9. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Simplify this equation by subtracting 10t and u from each side of the equation. \n" ); document.write( "10u + t - 10t - u = -9 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Simplify this equation and divide both sides of the resulting equation by 9: \n" ); document.write( "-9t + 9u = -9 \n" ); document.write( "-t + u = -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now you have two equations that you can add together: \n" ); document.write( "t + u = 7 \n" ); document.write( "-t + u = -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2u = 6 \n" ); document.write( "u = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since the sum of the digits is 7, that makes t = 4. \n" ); document.write( "The original number is 43, and the new number, with digits reversed, is 34. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check: When the digits are reversed, the new number is indeed 9 less than the original number.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "R^2 at SCC\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |