document.write( "Question 87770: Using the graphing method, determine the solution of the following linear system of equations.\r
\n" );
document.write( "\n" );
document.write( "x+2y=-3
\n" );
document.write( "2x+5y=-5 \n" );
document.write( "
Algebra.Com's Answer #63660 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x + 2y = -3 ~> y = -0.5x - 1.5 \n" ); document.write( "2x + 5y = -5 ~> y = -0.4x - 1 \n" ); document.write( " \n" ); document.write( "Point of Intersection: (-5,1) \n" ); document.write( "x = -5 \n" ); document.write( "y = 1 \n" ); document.write( " |