document.write( "Question 201739: How do you solve the systems of linear equations using the graphing method?
\n" );
document.write( "I understand the elimination method and etc., but I do not get how to solve using the graphing method.\r
\n" );
document.write( "\n" );
document.write( "I know that the first step is putting it in slope-intercept form, but the graphing part I am having trouble with. How do you graph it exactly? Is there a specific way to plot points?\r
\n" );
document.write( "\n" );
document.write( "For example, how do you solve for this:\r
\n" );
document.write( "\n" );
document.write( "4x+2y=8
\n" );
document.write( "y=-2x+6\r
\n" );
document.write( "\n" );
document.write( "So far I tried doing it, and I've gotten the answer (3,2) but I did it again and there was no solution because it was parrallel. \n" );
document.write( "
Algebra.Com's Answer #151973 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 4x+2y=8 \n" ); document.write( "y=-2x+6 \n" ); document.write( "---------------- \n" ); document.write( "Plot two points for each equation: \n" ); document.write( "For 4x + 2y = 8 \n" ); document.write( "Let x = 0, then y = 4 giving you point (0,4) \n" ); document.write( "Let x = 1, then y = 2 giving you point (1,2) \n" ); document.write( "Plot those two points and draw a line thru them to get: \n" ); document.write( " \n" ); document.write( "------------------------------------ \n" ); document.write( "For y = -2x + 6 \n" ); document.write( "Let x = 0, then y = 6 giving you point (0,6) \n" ); document.write( "Let x = 1, then y = 4 giving you point (1,4) \n" ); document.write( "Plot those two points and draw a line thru them to get: \n" ); document.write( " \n" ); document.write( "----------------- \n" ); document.write( "Estimate the point of intersection as best you can. \n" ); document.write( "Check it in the two equations. \n" ); document.write( "========================================= \n" ); document.write( "Ans: There is no intersection as the two lines have the \n" ); document.write( "same slope and have different y-intercepts. \n" ); document.write( "========================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |