document.write( "Question 752968: How do you solve this problem using the substitution method?\r
\n" );
document.write( "\n" );
document.write( "5x+4y=7
\n" );
document.write( "y=-3x \n" );
document.write( "
Algebra.Com's Answer #458150 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! since y = -3x, we can replace the 'y' in the first equation with '-3x'\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so we go from\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x+4y=7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x + 4(-3x) = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "then multiply to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x - 12x = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Keep going to solve for x. Once you've found x, plug it into y = -3x to find y. \n" ); document.write( " |