document.write( "Question 725990: How to solve this linear system by graphing.
\n" );
document.write( "7x+5y=-3
\n" );
document.write( "-9x+y=-11 \n" );
document.write( "
Algebra.Com's Answer #444439 by checkley79(3341)![]() ![]() ![]() You can put this solution on YOUR website! 7x+5y=-3 \n" ); document.write( "5Y=-7X-3 \n" ); document.write( "Y=-7X/5-3/5 RED LINE. \n" ); document.write( "-9x+y=-11 \n" ); document.write( "Y=9X-11 GREEN LINE. \n" ); document.write( " \n" ); document.write( "ANSWER (-2,1) \n" ); document.write( " |