document.write( "Question 548831: How do I find the slope and y-intercept of the graph of an equation and then give the y-intercept as an ordered pair? \n" ); document.write( "
Algebra.Com's Answer #357232 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The first step is to get the equation into slope-intercept form to immediately see your answer to the slope and to the y-intercept. \n" ); document.write( ". \n" ); document.write( "y = m*x + b \n" ); document.write( "m = slope \n" ); document.write( "(0,b) = y-intercept \n" ); document.write( ". \n" ); document.write( "Let's assume you have the equation: \n" ); document.write( "2x + y = 4 \n" ); document.write( ". \n" ); document.write( "Subtract 2x from both sides to get it into slope-intercept form. \n" ); document.write( "y = -2x + 4 \n" ); document.write( ". \n" ); document.write( "You can observe: \n" ); document.write( "m = -2 \n" ); document.write( "(0,4) = y-intercept. \n" ); document.write( ". \n" ); document.write( "You only need one more point to be able to draw a line. \n" ); document.write( ". \n" ); document.write( "A good candidate is to find the x-intercept, which is often asked for. \n" ); document.write( ". \n" ); document.write( "Set y = 0 and solve for x. \n" ); document.write( ". \n" ); document.write( "0 = -2x + 4 \n" ); document.write( "2x = 4 \n" ); document.write( "x = 2 \n" ); document.write( "(2,0) = x-intercept \n" ); document.write( ". \n" ); document.write( "A graph is always useful. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |