document.write( "Question 137489: Solve the system of equations by graphing. Then classify the system as consistent or inconsistent; and the equations as dependent or independent.
\n" );
document.write( "x+y=5
\n" );
document.write( "x-y=-1
\n" );
document.write( "What is the solution of the system of equations.
\n" );
document.write( "Please help me with this. \n" );
document.write( "
Algebra.Com's Answer #100601 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! x+y=5 \n" ); document.write( "x-y=-1 \n" ); document.write( "if you add equations \n" ); document.write( "then \n" ); document.write( "2x=4 \n" ); document.write( "x=2 \n" ); document.write( "then \n" ); document.write( "2+y=5 \n" ); document.write( "y=3 \n" ); document.write( "solution is x=2,y=3 (unique solution so is independent) \n" ); document.write( " |