document.write( "Question 695298: Find a solution to the system of equations by graphing
\n" );
document.write( "5x+2y=10
\n" );
document.write( "5x-2y=10 \n" );
document.write( "
Algebra.Com's Answer #428428 by Ave(106)![]() ![]() You can put this solution on YOUR website! Graph your lines, simplest way for this one is find x and y-intercept for each \n" ); document.write( "1.5x+2y=10 \n" ); document.write( "if x is 0, 2y=10, y=5, y-intercept (0,5) \n" ); document.write( "if y is 0, 5x=10, x=2, x-intercept (2,0) \n" ); document.write( "2.5x-2y=10 \n" ); document.write( "if x is 0, -2y=10, y=-5, y-intercept (0,-5) \n" ); document.write( "if y is 0, 5x=10, x=2, x-intercept (2,0) \n" ); document.write( "-- \n" ); document.write( "graph \n" ); document.write( " \n" ); document.write( "-- \n" ); document.write( "Where the lines meet is your solution \n" ); document.write( "(2,0) \n" ); document.write( " |