document.write( "Question 222777: The sum of three numbers is 123. The 2nd number is 9 less than twice 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 #166779 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of three numbers is 123. The 2nd number is 9 less than twice 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( "Equation: \n" ); document.write( "x + y + z = 123 \n" ); document.write( "y = 2x-9 \n" ); document.write( "z = 3x+6 \n" ); document.write( "------------------- \n" ); document.write( "Substitute and solve for x: \n" ); document.write( "x + 2x-9 + 3x+6 = 123 \n" ); document.write( "6x -3 = 123 \n" ); document.write( "6x = 126 \n" ); document.write( "x = 21 \n" ); document.write( "-------------- \n" ); document.write( "y = 2x-9 = 33 \n" ); document.write( "z = 3x+6 = 69 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |