document.write( "Question 236900: Find the slope of the line that goes through these two points:
\n" );
document.write( "(7, 3), (7, -5). \n" );
document.write( "
Algebra.Com's Answer #174250 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Let m = slope\r \n" ); document.write( "\n" ); document.write( "m = difference of y values divided by the difference of x values\r \n" ); document.write( "\n" ); document.write( "m = (-5 - 3)/(7 - 7)\r \n" ); document.write( "\n" ); document.write( "m = -8/0\r \n" ); document.write( "\n" ); document.write( "At this point, notice that -8/0 is undefined because we cannot divide by zero.\r \n" ); document.write( "\n" ); document.write( "What does that mean?\r \n" ); document.write( "\n" ); document.write( "It means the slope is undefined or DOES NOT EXIT.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |