document.write( "Question 1164944: The tens digit of a two-digit number is 3 more than the units digit. If the number is divided by the sum
\n" ); document.write( "of its digits, the quotient is 7. Find the number.
\n" ); document.write( "

Algebra.Com's Answer #789365 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
The tens digit of a two-digit number is 3 more than the units digit. If the number is divided by the sum
\n" ); document.write( "of its digits, the quotient is 7. Find the number.
\n" ); document.write( "--------------------------
\n" ); document.write( "n = 10T + U
\n" ); document.write( "T = U + 3
\n" ); document.write( "-----
\n" ); document.write( "(10T+U)/(T+U) = 7
\n" ); document.write( "(10*(U+3) + U)/((U+3 + U) = 7
\n" ); document.write( "(11U + 30)/(2U+3) = 7
\n" ); document.write( "11U+30 = 14U+21
\n" ); document.write( "3U = 9
\n" ); document.write( "U = 3
\n" ); document.write( "T = 6
\n" ); document.write( "----> 63
\n" ); document.write( "
\n" ); document.write( "
\n" );