document.write( "Question 360274: 2x + 3y + 3z = 6
\n" ); document.write( "-x + y + z = 2
\n" ); document.write( "

Algebra.Com's Answer #257114 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Multiply the bottom equation by 2.
\n" ); document.write( "-2x+2y+2z = 4. Add corresponding sides with the top equation, to get
\n" ); document.write( "5y +5z = 10, or y+z = 2. Substitute this into the bottom equation:
\n" ); document.write( "-x + (2-z) +z = 2, or -x+2 = 2, or -x = 0, or x = 0. However, y is still y = 2-z, and so the system is dependent, or has infinitely-many ordered triples as solution. The solution set is the set of all triples (0,2-z,z), where z is any real number.
\n" ); document.write( "
\n" );