document.write( "Question 602440: A two-digit number is 4 times the sum of its digits. The tens digit is 3 less than the units digit. What is the number? \n" ); document.write( "
Algebra.Com's Answer #380262 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "A two-digit number is 4 times the sum of its digits. The tens digit is 3 less than the units digit.
\n" ); document.write( "Let x and (x-3) represent the units digit and tens digit respectively
\n" ); document.write( "Question states***
\n" ); document.write( "10(x-3) + x = 4[(x-3) + x]
\n" ); document.write( "Solving for x
\n" ); document.write( " 11x - 30 = 8x - 12
\n" ); document.write( " 3x = 18
\n" ); document.write( " x = 6, the units digit, the tens digit (x-3) is 3
\n" ); document.write( "the number is 36
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( "36 = 4*9 = 36 \n" ); document.write( "
\n" );