document.write( "Question 301316: How do you solve: using substitution
\n" );
document.write( "5x-2y=-7
\n" );
document.write( "8=y-4x \n" );
document.write( "
Algebra.Com's Answer #216049 by richwmiller(17219) You can put this solution on YOUR website! first you have to rearrange the second. \n" ); document.write( "4x+8=y \n" ); document.write( "now plug 4x+8 for y in the first \n" ); document.write( "5x-2*(4x+8)=-7 \n" ); document.write( "5x-8x-16=-7 \n" ); document.write( "-3x=9 \n" ); document.write( "x=-3 \n" ); document.write( "now plug that into the second and solve for y \n" ); document.write( "8=y-4*(-3) \n" ); document.write( "8=y+12 \n" ); document.write( "-4=y \n" ); document.write( "(x,y)=(-3,-4) \n" ); document.write( " \n" ); document.write( " |