document.write( "Question 170380: 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 number. Find the three numbers \n" ); document.write( "
Algebra.Com's Answer #125765 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
x+y+z=123
\n" ); document.write( "y=2x-9
\n" ); document.write( "z=3x+6
\n" ); document.write( "x+(2x-9)+(3x+6)=123
\n" ); document.write( "6x-3=123
\n" ); document.write( "6x=123+3
\n" ); document.write( "6x=126
\n" ); document.write( "x=126/6
\n" ); document.write( "x=21 for the first number.
\n" ); document.write( "2*21-9=42-9-33 for the second number.
\n" ); document.write( "3*21+6=63+6=69 for the third number.
\n" ); document.write( "proof:
\n" ); document.write( "21+33+69=123
\n" ); document.write( "123=123
\n" ); document.write( "
\n" );