document.write( "Question 135049: solve systemes of equation by following the substitution method\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "5x-2y=18 2x-y=7 \n" );
document.write( "
Algebra.Com's Answer #98877 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 2x-y=7 or -y=-2x+7 or y=2x-7 now substitute (2x-7) for y in the other equation. \n" ); document.write( "5x-2(2x-7)=18 \n" ); document.write( "5x-4x+14=18 \n" ); document.write( "x=18-14 \n" ); document.write( "x=4 answer. \n" ); document.write( "y=2*4-7 \n" ); document.write( "y=8-7 \n" ); document.write( "y=1 answer. \n" ); document.write( "proof: \n" ); document.write( "5*4-2*1=18 \n" ); document.write( "20-2=18 \n" ); document.write( "18=18 \n" ); document.write( " \n" ); document.write( " |