document.write( "Question 382736: 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 #271160 by rfadrogane(214)![]() ![]() You can put this solution on YOUR website! 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( "Sol'n: \n" ); document.write( " let: x - the larger number \n" ); document.write( " y - the smaller number \n" ); document.write( " x-y=8 ----(1) \n" ); document.write( " 5x+y=160 ----(2) \n" ); document.write( "from (1) \n" ); document.write( " x=8+y \n" ); document.write( "substitute to (2) \n" ); document.write( " 5(8+y)+y=160 \n" ); document.write( " 40+5y+y=160 \n" ); document.write( " 6y=160-40 \n" ); document.write( " 6y=120 \n" ); document.write( " y=20 \n" ); document.write( "for x: \n" ); document.write( " x=8+20 \n" ); document.write( " x=28 \n" ); document.write( "thus: \n" ); document.write( " x=28 & y=20 ----answer \n" ); document.write( " |