document.write( "Question 18080: The sum of 3 numbers is 137. The second number is 4 more than 2 times the first number. The third is 5 less than three times the first number. Find the 3 numbers \n" ); document.write( "
Algebra.Com's Answer #8710 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! The sum of 3 numbers is 137. The second number is 4 more than 2 times the first number. The third is 5 less than three times the first number. Find the 3 numbers \n" ); document.write( "let the 1st.number=x \n" ); document.write( "two times this number=2x..and 4 more than this =2x+4=second number. \n" ); document.write( "three times the first number =3x...and 5 less than this =3x-5=third number \n" ); document.write( "sum of the 3 numbers=x+2x+4+3x-5=137 \n" ); document.write( "6x=137-4+5=138 \n" ); document.write( "x=138/6=23 \n" ); document.write( "so the three numbers are 23,2*23+4=50,and 3*23-5=64 \n" ); document.write( "23,50 and 64 is the answer. \n" ); document.write( " |