document.write( "Question 695338: Find a solution to the system of equations by graphing.
\n" );
document.write( "x+y=6
\n" );
document.write( "x-y=0 \n" );
document.write( "
Algebra.Com's Answer #428436 by Ave(106)![]() ![]() You can put this solution on YOUR website! Find some points for each equation to start graph \n" ); document.write( "x+y=6 (0,6) (6,0) \n" ); document.write( "x-y=0 (0,0) (1,1) \n" ); document.write( " \n" ); document.write( "Solution is the point where the lines meet \n" ); document.write( "(3,3) \n" ); document.write( " |