document.write( "Question 269364: A number consist of two digit whose sum is 5. When the digits are reversed, tne number becomes greater by 9.Find the number: \n" ); document.write( "
Algebra.Com's Answer #197434 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A number consist of two digit whose sum is 5. When the digits are reversed, tne number becomes greater by 9.Find the number: \n" ); document.write( "-------------- \n" ); document.write( "It has to be 14 or 23 \n" ); document.write( "It's 23 \n" ); document.write( "-------------- \n" ); document.write( "The difference when you reverse digits is always a multiple of 9. \n" ); document.write( "1*9 \n" ); document.write( "2*9 \n" ); document.write( "3*9 \n" ); document.write( "4*9 etc \n" ); document.write( "The multiplier of 9 is the difference between the digits. \n" ); document.write( "eg, for 37, the difference is 4, so 4*9 will be the change when the digits are reversed. \n" ); document.write( "------------- \n" ); document.write( "For your problem, the multiplier of 9 is 1, so the difference between the digits is 1. \n" ); document.write( "That makes the problem simpler: \n" ); document.write( "--------------------------------- \n" ); document.write( "The sum of the digits is 5 \n" ); document.write( "The difference of the digits is 1 \n" ); document.write( "u + t = 5 \n" ); document.write( "u - t = 1 \n" ); document.write( "------------ Add \n" ); document.write( "2u = 6 \n" ); document.write( "u = 3 \n" ); document.write( "t = 2 \n" ); document.write( "--> 23 \n" ); document.write( "------------------- \n" ); document.write( "The long way: \n" ); document.write( "10t + u = 10u + t - 9 \n" ); document.write( "t + u = 5 \n" ); document.write( "---------- \n" ); document.write( "9t - 9u = -9 \n" ); document.write( "t - u = -1 \n" ); document.write( "t + u = 5 \n" ); document.write( "2t = 4 \n" ); document.write( "t = 2 \n" ); document.write( "u = 3 \n" ); document.write( "--> 23\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |