document.write( "Question 280591: find the slope of the line passing through the points (7,0) and (0,10) \n" ); document.write( "
Algebra.Com's Answer #203955 by oberobic(2304) ![]() You can put this solution on YOUR website! The slope of a line is defined as the rise/run, where \n" ); document.write( "rise = change in y = y2 - y1 \n" ); document.write( "run = change in x = x2 - x1 \n" ); document.write( ". \n" ); document.write( "It is important to keep your definitions of the points staight too. \n" ); document.write( "(x1, y1) = (7,0) \n" ); document.write( "(x2, y2) = (0,10) \n" ); document.write( ". \n" ); document.write( "rise = y2 - y1 = 10 -0 = 10 \n" ); document.write( "run = x2 - x1 = 0 -7 = -7 \n" ); document.write( ". \n" ); document.write( "slope = 10/-7 = -10/7 \n" ); document.write( ". \n" ); document.write( "The slope-intercept equation is y = mx+b \n" ); document.write( "y = -10/7x + b \n" ); document.write( ". \n" ); document.write( "We are given the point (0,10), so we know when x=0, y=10. \n" ); document.write( "y = -10/7x + 10 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Looking at graph, we see it slopes down from the upper left to the lower right, which is what we expect with a negative slope. \n" ); document.write( ". \n" ); document.write( "We can check by computing another point and seeing whether it is on the line or not. \n" ); document.write( ". \n" ); document.write( "y = -10/7x + 10 \n" ); document.write( "x = 14 \n" ); document.write( "y = -10/7*14 + 10 \n" ); document.write( "y = -20 + 10 \n" ); document.write( "y = -10 \n" ); document.write( "So, is the point (14,-10) on the graph? \n" ); document.write( "Yes, it appears to be. \n" ); document.write( ". \n" ); document.write( "Reviewing the question, what answer is needed? \n" ); document.write( "Just the slope... \n" ); document.write( "The slope of the line is -10/7. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |