document.write( "Question 702593: Please help me find the slope, midpoint, and distance equation of a line between the points (2,7) and (4,1) \n" ); document.write( "
Algebra.Com's Answer #433095 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Please help me find the slope, midpoint, and distance equation of a line between the points (2,7) and (4,1) \n" ); document.write( "** \n" ); document.write( "slope=∆y/∆x \n" ); document.write( "=(7-1)/(2-4) \n" ); document.write( "=6/-2 \n" ); document.write( "=-3 \n" ); document.write( ".. \n" ); document.write( "midpoint=[(x1+x2)/2],[(y1+y2)/2] \n" ); document.write( "=[(6/2),8/2] \n" ); document.write( "=(3,4) \n" ); document.write( ".. \n" ); document.write( "distance=√[(x1-x2)^2+(y1-y2)^2] \n" ); document.write( "=√[(2-4)^2+(7-1)^2] \n" ); document.write( "=√[4+36] \n" ); document.write( "=√40 \n" ); document.write( " |