document.write( "Question 65153: How do I slove x+Y=-1 and 2x-y=-8
\n" );
document.write( "The problem says Find the Solution to the system by graphing
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #45645 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do I solve x+y=-1 and 2x-y=-8 \n" ); document.write( "The problem says Find the Solution to the system by graphing \n" ); document.write( "--------- \n" ); document.write( "Put both equations in slope-intercept form: \n" ); document.write( "y=-(x)-1 \n" ); document.write( "This has a y-intercept of (0,-1) and a slope of -1 \n" ); document.write( "----------------- \n" ); document.write( "y=2x+8 \n" ); document.write( "This has a y-intercept of (0,8) and a slope of 2 \n" ); document.write( "-------------- \n" ); document.write( " \n" ); document.write( "Where do these line intersect? \n" ); document.write( "Where they intersect the y-values are equal. \n" ); document.write( "So, write -x-1=2x+8 \n" ); document.write( "3x=-9 \n" ); document.write( "x=-3 \n" ); document.write( "Substitute to find y, as follows: \n" ); document.write( "y=2x+8 \n" ); document.write( "y=2(-3)+8 \n" ); document.write( "y=2 \n" ); document.write( "The point of intersection is (-3,2) \n" ); document.write( "Cheers \n" ); document.write( "Stan H. \n" ); document.write( " |