document.write( "Question 474596: The tens digit of a 2 digit number is 2 larger than 3 times the units digit. If the sum of the digits is 10, find the number \n" ); document.write( "
Algebra.Com's Answer #325480 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
m+n=10
\n" ); document.write( "3n+2=m
\n" ); document.write( "3n+2+n=10
\n" ); document.write( "4n=8
\n" ); document.write( "n=2
\n" ); document.write( "m=8
\n" ); document.write( "The number is 82..
\n" ); document.write( "
\n" );