document.write( "Question 523638: the sum of three numbers is 237. the second number is 9 less than two times the first number. the third number is 6 more than three times the first number. what are the three numbers? \n" ); document.write( "
Algebra.Com's Answer #347353 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the sum of three numbers is 237. the second number is 9 less than two times the first number. the third number is 6 more than three times the first number. what are the three numbers? \n" ); document.write( "------ \n" ); document.write( "Equations: \n" ); document.write( "x + y + z = 237 \n" ); document.write( "y = 2x-9 \n" ); document.write( "z = 3x+6 \n" ); document.write( "--------------- \n" ); document.write( "Substitute for \"y\" and for \"x\"; then solve for \"x\": \n" ); document.write( "x + (2x-9) + (3x+6) = 237 \n" ); document.write( "--- \n" ); document.write( "6x - 3 = 237 \n" ); document.write( "6x = 240 \n" ); document.write( "x = 40 \n" ); document.write( "----- \n" ); document.write( "y = 2x-9 = 80-9 = 71 \n" ); document.write( "----- \n" ); document.write( "z = 3x+6 = 126 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |