document.write( "Question 70502: Solve the following: \r
\n" );
document.write( "\n" );
document.write( "Find the slope of the line passing through the points (3, 4) and (3, –4). \n" );
document.write( "
Algebra.Com's Answer #50277 by madmaths(2) ![]() You can put this solution on YOUR website! let x1=3 and y1=4 \n" ); document.write( "and x2=3 and y2=-4\r \n" ); document.write( "\n" ); document.write( "now slope=(y2-y1)/(x2-x1)\r \n" ); document.write( "\n" ); document.write( " = (-4-4)/(3-3) \n" ); document.write( " = -8/0 \n" ); document.write( " =infinity\r \n" ); document.write( "\n" ); document.write( "if the slope is infinity it means line is parallel to y axis. \n" ); document.write( " |