document.write( "Question 724359: Please help me solve this equation using substitution
\n" ); document.write( "3y=x+6
\n" ); document.write( "x=2y-2
\n" ); document.write( "

Algebra.Com's Answer #443717 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
Substitution means getting one of the equations to a form like
\n" ); document.write( "x = expression that does not include x
\n" ); document.write( "or
\n" ); document.write( "y = expression that does not include y,
\n" ); document.write( "and substituting the expression for the variable in the other equation.
\n" ); document.write( "
\n" ); document.write( "In the case of \"system%283y=x%2B6%2Cx=2y-2%29\" , the equation \"x=2y-2\"
\n" ); document.write( "already is in the form we want.
\n" ); document.write( "It says that \"x\" is equal to \"2y-2\" .
\n" ); document.write( "So we substitute the expression \"2y-2\" for \"x\" in \"3y=x%2B6\" to get
\n" ); document.write( "\"3y=2y-2%2B6\" --> \"3y=2y%2B4\" --> \"3y-2y=2y%2B4-2y\" --> \"highlight%28y=4%29\"
\n" ); document.write( "
\n" ); document.write( "Now we got back to \"x=2y-2\" and plug \"y=4\" into it to find \"x\":
\n" ); document.write( "\"x=2%284%29-2\" --> \"x=4-2\" --> \"highlight%28x=6%29\"
\n" ); document.write( "
\n" ); document.write( "NOTES:
\n" ); document.write( "If none of the equation was in such a friendly form, we could convert it into the form we want.
\n" ); document.write( "For example, if we had \"system%283y=x%2B6%2C+4x%2B3y=21%29\" ,
\n" ); document.write( "we would solve for \"x\" in \"3y=x%2B6\" because the x is not multiplied by anything other than 1, and that makes it easy.
\n" ); document.write( "\"3y=x%2B6\" --> \"3y-6=x%2B6-6\" --> \"3y-6=x\" <--> \"x=3y-6\"
\n" ); document.write( "If all the coefficients in front of x or y are number other than the usually omitted 1 and -1, solving for a variable gets ugly and we end up with fractions. In those cases, substitution may not be a good choice.
\n" ); document.write( "
\n" );