document.write( "Question 910249: The sum of three numbers is 119. The first number is 5 more than the third. The second number is 4 times the third. What are the three numbers? \n" ); document.write( "
Algebra.Com's Answer #552321 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The sum of three numbers is 119. The first number is 5 more than the third. The second number is 4 times the third. What are the three numbers? \n" ); document.write( "*** \n" ); document.write( "let x=3rd number \n" ); document.write( "x+5=1st number \n" ); document.write( "4x=2nd number \n" ); document.write( "x+x+5+4x=119 \n" ); document.write( "6x=114 \n" ); document.write( "x=19 \n" ); document.write( "4x=76 \n" ); document.write( "x+5=24 \n" ); document.write( " |