document.write( "Question 552529: The unit digit of a two-digit number is one less than three times the tens digit. The sum of the digits is 11. Find the number \n" ); document.write( "
Algebra.Com's Answer #360377 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The unit digit of a two-digit number is one less than three times the tens digit. \n" ); document.write( "Let the number be 10t+u \n" ); document.write( "--- \n" ); document.write( "u = 3t-1 \n" ); document.write( "---- \n" ); document.write( "The sum of the digits is 11. \n" ); document.write( "u + t = 11 \n" ); document.write( "---- \n" ); document.write( "Find the number \n" ); document.write( "Substitute for \"u\" and solve for \"t\": \n" ); document.write( "3t-1+t = 11 \n" ); document.write( "4t = 12 \n" ); document.write( "t = 3 \n" ); document.write( "---- \n" ); document.write( "Solve for \"u\": \n" ); document.write( "u = 3t-1 \n" ); document.write( "u = 3*3-1 = 8 \n" ); document.write( "------- \n" ); document.write( "Ans: The number is 10t+u = 38 \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================== \n" ); document.write( " \n" ); document.write( " |