document.write( "Question 1097690: Solve the following system of equations by any method.\r
\n" ); document.write( "\n" ); document.write( "x/6 +y/2+ z/6 =1/2
\n" ); document.write( "x+y+z=5
\n" ); document.write( "x/3 +y/2 +z/6= 1
\n" ); document.write( "

Algebra.Com's Answer #712154 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!

There are dozens of different paths you could take to solve this system of equations....

\n" ); document.write( "I would be inclined to clear fractions in the first and third equations, since working with fractions always slows things down and makes it easier to make careless mistakes. So

\n" ); document.write( "\"x%2B3y%2Bz+=+3\" (1)
\n" ); document.write( "\"x%2By%2Bz+=+5\" (2)
\n" ); document.write( "\"2x%2B3y%2Bz+=+6\" (3)

\n" ); document.write( "Comparing (1) and (3) immediately gives us x=3; comparing (1) and (2) yields 2y=-2, so y=-1. Then substituting x=3 and y=-1 in (2) gives us z=3.

\n" ); document.write( "Answer: (x,y,z) = (3,-1,3)
\n" ); document.write( "
\n" );