document.write( "Question 80519: How do I find the slope of the line passing through points (3,4) and (3,-4)? My solution is 0..am I right? \n" ); document.write( "
Algebra.Com's Answer #57753 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Find the slope of the line passing through the two points: (3, 4) and (3, -4).\r
\n" ); document.write( "\n" ); document.write( "The slope, m is given by:
\n" ); document.write( "\"m+=+%28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29\"
\n" ); document.write( "In this problem:
\n" ); document.write( "\"x%5B1%5D+=+3\"
\n" ); document.write( "\"y%5B1%5D+=+4\"
\n" ); document.write( "\"x%5B2%5D+=+3\"
\n" ); document.write( "\"y%5B2%5D+=+-4\"
\n" ); document.write( "Making the appropriate substitutions, we get:
\n" ); document.write( "\"m+=+%28-4-4%29%2F%283-3%29\"
\n" ); document.write( "\"m+=+-8%2F0\" Undefined! \r
\n" ); document.write( "\n" ); document.write( "The slope is undefined, not 0!
\n" ); document.write( "A line with an undefined slope (m = x/0) is a vertical line, which is what you have here.
\n" ); document.write( "A line with a zero slope (m = 0) is a horizontal line.
\n" ); document.write( "
\n" );