document.write( "Question 123059: Find the slope of the line passing through the points (-3,3)and (-3,-3) \n" ); document.write( "
Algebra.Com's Answer #90306 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
slope=(y2-y1)/(x2-x1)=(-3-3)/(-3+3)=-6/0=0 which indicates an vertical line passing through x=-3. \n" ); document.write( "
\n" );