document.write( "Question 134244: Solve system by substitution or addition, whichever is easier.\r
\n" ); document.write( "\n" ); document.write( "2y - x = 3
\n" ); document.write( " x = 3y - 5
\n" ); document.write( "

Algebra.Com's Answer #98167 by algebrapro18(249)\"\" \"About 
You can put this solution on YOUR website!
Since one of the equations has a variable solved for already, lets use substitution.
\r
\n" ); document.write( "\n" ); document.write( "The steps in substitution are as follows:
\r
\n" ); document.write( "\n" ); document.write( "1) Solve one of the equations for a variable.
\n" ); document.write( "2) Plug in the value of that variable into the other equation and solve for the one variable left.
\n" ); document.write( "3) Plug that value into 1 and solve for the first variable.
\r
\n" ); document.write( "\n" ); document.write( "Since step one has already been done for us we can just jump to step to.
\r
\n" ); document.write( "\n" ); document.write( "2y - x = 3
\n" ); document.write( " x = 3y - 5
\r
\n" ); document.write( "\n" ); document.write( "Plugging x = 3y-5 into the top equation you get:
\r
\n" ); document.write( "\n" ); document.write( "2y -(3y-5) = 3
\r
\n" ); document.write( "\n" ); document.write( "now we just solve for y
\r
\n" ); document.write( "\n" ); document.write( "2y -(3y-5) = 3
\n" ); document.write( "2y - 3y + 5 = 3
\n" ); document.write( "-y + 5 = 3
\n" ); document.write( "-y = -2
\n" ); document.write( "y = 2
\r
\n" ); document.write( "\n" ); document.write( "Now we move on to step 3. Plugging the value y = 2 into the second equation we get:
\r
\n" ); document.write( "\n" ); document.write( "x = 3(2)-5
\n" ); document.write( "x = 6 - 5
\n" ); document.write( "x = 1
\r
\n" ); document.write( "\n" ); document.write( "now we are done, our solution is (1,2) or x = 1 and y =2 depending on what form we want to leave it in.
\n" ); document.write( "
\n" );