document.write( "Question 139903: Please help me with this. Find the slope of the line passing through the pair of points. (7, -3), (7,7)
\n" );
document.write( "answer: undefined slope
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #101980 by mtjmac(1)![]() ![]() ![]() You can put this solution on YOUR website! using the formula for 2 point slope \r \n" ); document.write( "\n" ); document.write( "y-y1 =(y2-y1/x2-x1)x-x1 \n" ); document.write( "y-(-3)= {7-(-3)/7-7}x-7 \n" ); document.write( "y+3=10/0 x-7\r \n" ); document.write( "\n" ); document.write( "answer: undefined slope \n" ); document.write( " |