document.write( "Question 741493: solve by Substitute method
\n" );
document.write( "2x+4y=-6
\n" );
document.write( "x-3y=7
\n" );
document.write( " I solved it but I somehow got no solution so please help! \n" );
document.write( "
Algebra.Com's Answer #452030 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Solve the second equation for x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x-3y=7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x=7+3y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then plug this into the first equation \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x+4y=-6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(7+3y)+4y=-6 ... replace x with 7+3y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice how this is now an equation with a single variable (y). Solve this for y. Then use this solution to find x. I'll let you finish up. \n" ); document.write( " |