document.write( "Question 1134561: What is the equation in slope intercept form with the points (5,1) and (10,10) \n" ); document.write( "
Algebra.Com's Answer #751982 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Slope: \n" ); document.write( "m = (y2 - y1)/(x2 - x1) \n" ); document.write( "m = (10 - 1)/(10 - 5) \n" ); document.write( "m = 9/5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Point Slope form: \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y - y1 = (9/5)(x - x1) ..... plug in the slope found earlier \n" ); document.write( "y - 1 = (9/5)(x - 5) .... plug in the point (5,1) \n" ); document.write( "y - 1 = (9/5)x + (9/5)(-5) \n" ); document.write( "y - 1 = (9/5)x - 9 \n" ); document.write( "y - 1+1 = (9/5)x - 9+1 .... add 1 to both sides \n" ); document.write( "y = (9/5)x - 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: y = (9/5)x - 8 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |