document.write( "Question 283026: graph the line containing the given pair of points and find the slope.
\n" );
document.write( "(5,4),(-4,-3)
\n" );
document.write( "graph it on a y is -10,10 graph and x is -10 an 10 graph.
\n" );
document.write( " then find the slope- m= \n" );
document.write( "
Algebra.Com's Answer #205542 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The slope-intercept form is: y = mx+b, where m is the slope and b is the y-intercept (the point were x=0). \n" ); document.write( ". \n" ); document.write( "The slope is defined as the rise over the run, which is the change in 'y' divided by the change in 'x'. \n" ); document.write( ". \n" ); document.write( "m = (y2-y1)/x2-x1) \n" ); document.write( ". \n" ); document.write( "(x1,y1) = (5,4) \n" ); document.write( "(x2,y2) = (-4,-3) \n" ); document.write( ". \n" ); document.write( "m = (-3 -4)/(-4-5) \n" ); document.write( "m = -7/-9 = 7/9 \n" ); document.write( ". \n" ); document.write( "y = 7/9x + b \n" ); document.write( ". \n" ); document.write( "Substitute what we know already to find 'b'. \n" ); document.write( ". \n" ); document.write( "For example, we know the point (5,4) is on the line. \n" ); document.write( ". \n" ); document.write( "4 = 7/9(5) + b \n" ); document.write( ". \n" ); document.write( "Multiply through by 9 to remove the fraction \n" ); document.write( ". \n" ); document.write( "36 = 7(5) + 9b \n" ); document.write( "36 = 35 + 9b \n" ); document.write( "1 = 9b \n" ); document.write( "9b = 1 \n" ); document.write( "b = 1/9 \n" ); document.write( ". \n" ); document.write( "Now we can find the x-intercept, which is the point where y=0. \n" ); document.write( "0 = 7/9x + 1/9 \n" ); document.write( ". \n" ); document.write( "multiply through by 9 \n" ); document.write( ". \n" ); document.write( "9(0) = 7x + 1 \n" ); document.write( "0 = 7x + 1 \n" ); document.write( "x = -1/7 \n" ); document.write( "(-1/7,0) \n" ); document.write( ". \n" ); document.write( "So, to summarize: \n" ); document.write( "Equation is: y = 7/9x + 1/9 \n" ); document.write( "y-intercept is: (0, 1/9) \n" ); document.write( "x-intercept is: (-1/7, 0) \n" ); document.write( ". \n" ); document.write( "Graphing it helps confirm your work. \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Done \n" ); document.write( " |