document.write( "Question 457123: Can someone help me find the solution of this system using the substition method?
\n" );
document.write( "3x + 7y = 5
\n" );
document.write( "-4x +y = 14 \n" );
document.write( "
Algebra.Com's Answer #313676 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 3x + 7y = 5 \n" ); document.write( "-4x +y = 14 \n" ); document.write( "----------- \n" ); document.write( "-4x +y = 14 \n" ); document.write( "--> y = 4x + 14 \n" ); document.write( "Sub for y in the 1st equation \n" ); document.write( " \n" ); document.write( " |