document.write( "Question 100807This question is from textbook Intro Alg
\n" );
document.write( ": Solve system by substitution method. \r
\n" );
document.write( "\n" );
document.write( "3x-4y=x-y+4
\n" );
document.write( "2x+6y=5y-4\r
\n" );
document.write( "\n" );
document.write( "I've been trying to figure this one out for about an hour on scratch paper.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #73424 by scott8148(6628) You can put this solution on YOUR website! if you get the x and y on opposite sides in the first equation it gives 2x=3y+4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting this into the second equation gives (3y+4)+6y=5y-4 ... 4y=-8 ... y=-2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x=3(-2)+4 ... 2x=-2 ...x=-1 \n" ); document.write( " |