document.write( "Question 475681: Find the slope of the line containing the given pair of points. If the line is undefined, state so. Please be sure to show all of your work.\r
\n" );
document.write( "\n" );
document.write( "(3, 7) and (-5, 1) \n" );
document.write( "
Algebra.Com's Answer #326180 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "3 7 -5 1 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( 1 - 7 )/( -5 - 3 ) \n" ); document.write( "( -6 / -8 ) \n" ); document.write( "m= 0.75 OR 3/4 \n" ); document.write( " \n" ); document.write( " |