InterviewSolution
Saved Bookmarks
| 1. |
Equations of the line passing through (a,b,c) and parallel to Z - axis , areA. `x-a = y-b = z `B. `(x-a)/0 = (y-b)/0=(z-c)/1`C. `(x-a)/1 = (y-b)/1 = (z-c)/0`D. `x-a = y - b = z - c` |
| Answer» Correct Answer - B | |