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

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

When both equations are given to you in the form Ax+By=C, by far the easiest way to solve the system of equations is by eliminating one of the variables.

\n" ); document.write( "You are given
\n" ); document.write( "\"3x-y+=+-6\"
\n" ); document.write( "\"2x%2B3y+=+7\"

\n" ); document.write( "Since the y terms have coefficients that are opposite signs, my preference is to multiply one or both equations by appropriate constants so that the coefficients of y in the two equations are opposites; then adding the two equations will eliminate y, leaving an equation in just x that I can solve. Then I use that value of x in one of the original equations to solve for y.

\n" ); document.write( "\"9x-3y+=+-18\" [multiply the first equation by 3]
\n" ); document.write( "\"2x%2B3y+=+7\"
\n" ); document.write( "\"11x+=+-11\" [add the two equations]
\n" ); document.write( "\"x+=+-1\"
\n" ); document.write( "\"2%28-1%29%2B3y+=+7\" [set x to -1 in the second equation]
\n" ); document.write( "\"-2%2B3y+=+7\"
\n" ); document.write( "\"3y+=+9\"
\n" ); document.write( "\"y+=+3\"

\n" ); document.write( "The solution is (x,y) = (-1,3).
\n" ); document.write( "
\n" );