document.write( "Question 60903: how do i solve the system by graphing.
\n" );
document.write( " x – y = 5
\n" );
document.write( " x + y = 3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #41850 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! SET X=0 AND SOLVE 0-Y=-5 \n" ); document.write( "SET Y=0 AND SOLVE X-0=-5 \n" ); document.write( "PLOT THESE TWO POINTS AND DRAW A LINE THROUGH THEM (-5,-5) \n" ); document.write( "----------------------------------------- \n" ); document.write( "SOLVE THE SECOND EQUATION THE SAME WAY \n" ); document.write( "X+0=3 \n" ); document.write( "X=3 \n" ); document.write( "0+Y=3 \n" ); document.write( "Y=3 PLOT THESE TWO POINTS AND DRAWA LINE THROUGH THEM (3,3) \n" ); document.write( "--------------------------------------------- \n" ); document.write( "WHERE THESE TWOLINE INTERSECT IA THE SOLUTION (4,-1) \n" ); document.write( " |