document.write( "Question 937726: find the slope of the line that passes through each pair of points. (3/4,5) , (5/4,2) \n" ); document.write( "
Algebra.Com's Answer #571158 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find the slope of the line that passes through each pair of points. (3/4,5) , (5/4,2) \n" ); document.write( "*** \n" ); document.write( "Slope intercept for of equation for a line y=mx+b, m=slope, b=y-intercept \n" ); document.write( "For given line: \n" ); document.write( "slope=∆y/∆x=(5-2)/((3/4)-(5/4))=3/-2/4=-6 \n" ); document.write( "equation: y=-6x+b \n" ); document.write( "solve for b using cordinates of one of the given points on the line(3/4,5) \n" ); document.write( "5=-6*(3/4)+b \n" ); document.write( "b=20/4+18/4=38/4=19/2 \n" ); document.write( "equation: y=-6x+19/2 \n" ); document.write( " |