document.write( "Question 272701: The units digit of a two-digit number exceeds the tens digit by 2. Find the number if it is 4 times the sum of it digits. \n" ); document.write( "
Algebra.Com's Answer #199389 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The units digit of a two-digit number exceeds the tens digit by 2. Find the number if it is 4 times the sum of it digits. \n" ); document.write( "--------- \n" ); document.write( "Let the number be 10t+u where t is the tens and u is the units digit. \n" ); document.write( "------ \n" ); document.write( "Equations: \n" ); document.write( "u = t+2 \n" ); document.write( "10t+u = 4(t+u) \n" ); document.write( "-------------------- \n" ); document.write( "Simplify the 2nd equation: \n" ); document.write( "6t = 3u \n" ); document.write( "u = 2t \n" ); document.write( "-------- \n" ); document.write( "Then t+2 = 2t \n" ); document.write( "t = 2 \n" ); document.write( "---- \n" ); document.write( "Since u = t+2, u = 4 \n" ); document.write( "------------------------ \n" ); document.write( "The number is 24 \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |