document.write( "Question 172331: the sum of three numbers is 123. the second number is 9 less than two times the first numbner. the third number is 6 more than three times the first numbner. what are the three numbers? \n" ); document.write( "
Algebra.Com's Answer #128641 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the sum of three numbers is 123. the second number is 9 less than two times the first number. the third number is 6 more than three times the first numner. what are the three numbers? \n" ); document.write( "-------------------------------- \n" ); document.write( "Equations: \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( "x + y + z = 123 \n" ); document.write( "2x - y + 0 = 9 \n" ); document.write( "3x + 0 - z = -6 \n" ); document.write( "---------------------------- \n" ); document.write( "Solve by any method you know to get: \n" ); document.write( "x = 21 \n" ); document.write( "y = 33 \n" ); document.write( "z = 69 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |