document.write( "Question 467467: the difference between two numbers is 8. the sum of five times the larger number and the smaller number is 160. what are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #320761 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
n-m=8
\n" ); document.write( "m+5n=160
\n" ); document.write( "m=160-5n
\n" ); document.write( "n-(160-5n)=8
\n" ); document.write( "6n-160=8
\n" ); document.write( "6n=168
\n" ); document.write( "n=28
\n" ); document.write( "m=20
\n" ); document.write( "The two numbers are 20 and 28..
\n" ); document.write( "
\n" ); document.write( "
\n" );