document.write( "Question 64275: Find the slope of the line through the following pairs of points.
\n" );
document.write( "(-5, -3) and (-5, 2) \n" );
document.write( "
Algebra.Com's Answer #44921 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! SLOPE=(Y2-Y1)/(X2-X1) \n" ); document.write( "SLOPE=(2+3)/(-5+5) \n" ); document.write( "SLOPE=5/0 OR AN UNDEFINED SLOPE WHICH IS A VERTICLE LINE THROUGH X=-5 \n" ); document.write( " |