document.write( "Question 471377: the sum of two integers is ten, three times the larger integer is three less than eight times the smaller integer. find de integer \n" ); document.write( "
Algebra.Com's Answer #323284 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
m+n=10
\n" ); document.write( "8m-3=3n
\n" ); document.write( "10-m=n
\n" ); document.write( "8m-3=3(10-m)
\n" ); document.write( "8m-3=30-3m
\n" ); document.write( "11m=33
\n" ); document.write( "m=3
\n" ); document.write( "n=7
\n" ); document.write( "The two integers are 3 and 7..
\n" ); document.write( "
\n" );