document.write( "Question 69627: I am trying to find out how to find the slope of the line that contains
\n" );
document.write( "(9,5) and (9,9). I got this wrong on a text.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #49591 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! THE SLOPE IS \n" ); document.write( "(Y2-Y1)/(X2-X1) \n" ); document.write( "(9-5)/(9-9) \n" ); document.write( "4/0 THIS INDICATES A VERTICLE LINE THROUGH THE POINT X=9. (IF YOU DIVIDED 9 BY 0 YOU'D GET INFINITY). \n" ); document.write( "TO PROVE IT PLOT THE TWO POINTS AND DRAW A LINE THROUGH THEM. \n" ); document.write( " |