Can someone help me understand/visualize why the two true/false questions below are false? I thought they were true.
True or False 2. Two lines perpendicular to a third line are parallel. CORRECT ANSWER: false
I'll respond quickly!
EDIT: Deleted one because I figured it out after typing it in!

Graphics3D[{Line[{{0, 2, 1}, {0, -2, 1}}], Line[{{2, 0, -1}, {-2, 0, -1}}], Line[{{0, 0, 2}, {0, 0, -2}}]}, Boxed -> False]– J. M. Sep 29 '11 at 2:01