document.write( "Question 894540: A number of two digits is such that twice the tens digit is six greater than the unit digit, when the digits are reversed the number is increased by 9,find the number \n" ); document.write( "
Algebra.Com's Answer #542143 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A number of two digits is such that twice the tens digit is six greater than the unit digit, when the digits are reversed the number is increased by 9,find the number \n" ); document.write( "---------------\r \n" ); document.write( "\n" ); document.write( "Reversing the digits of a 2 digit number changes it by 9 times the difference between the digits --> the 10s digit is 1 less than the 1s digit. \n" ); document.write( "t = u - 1 \n" ); document.write( "2t = u + 6 \n" ); document.write( "----- \n" ); document.write( "2u - 2 = u + 6 \n" ); document.write( "u = 8 \n" ); document.write( "t = 7 \n" ); document.write( "--> 78 \n" ); document.write( " |