document.write( "Question 1157360: The units digit of two-digit number exceeds the tens digit by 2. Find the number if it is four times the sum of its digits. \n" ); document.write( "
Algebra.Com's Answer #780207 by VFBundy(438)\"\" \"About 
You can put this solution on YOUR website!
Tens digit = t
\n" ); document.write( "Units digit = t + 2
\n" ); document.write( "
\n" ); document.write( "10t + (t + 2) = 4(t + (t + 2))
\n" ); document.write( "
\n" ); document.write( "10t + t + 2 = 4(t + t + 2)
\n" ); document.write( "
\n" ); document.write( "11t + 2 = 4(2t + 2)
\n" ); document.write( "
\n" ); document.write( "11t + 2 = 8t + 8
\n" ); document.write( "
\n" ); document.write( "3t = 6
\n" ); document.write( "
\n" ); document.write( "t = 2
\n" ); document.write( "
\n" ); document.write( "Tens digit = t = 2
\n" ); document.write( "Units digit = t + 2 = 2 + 2 = 4
\n" ); document.write( "
\n" ); document.write( "The number is 24.
\n" ); document.write( "
\n" );