document.write( "Question 28507: solve the system using any method:
\n" );
document.write( "x-2y=2
\n" );
document.write( "Y=2x=2 \n" );
document.write( "
Algebra.Com's Answer #15489 by LilSkittleMd(119)![]() ![]() ![]() You can put this solution on YOUR website! Use the substitution method \n" ); document.write( "x-2y=2 \n" ); document.write( "y=2x-2 \n" ); document.write( "Substitute the value of y in the first equation for y \n" ); document.write( "x-2(2x-2)=2 \n" ); document.write( "Use the distributive property \n" ); document.write( "x-2x+4=2 \n" ); document.write( "Combine like terms \n" ); document.write( "-x+4=2 \n" ); document.write( "Isolate x by subtracting 4 from both sides of the equation \n" ); document.write( "-x=-2 \n" ); document.write( "Divide both sides of the equation by -1 \n" ); document.write( "x=2 \n" ); document.write( "Now take the value for x and plug it into one of the original equations \n" ); document.write( "y=2(2)-2 \n" ); document.write( "y=4-2 \n" ); document.write( "y=2 \n" ); document.write( " |