

InterviewSolution
Saved Bookmarks
1. |
If the points A(3, 0, p), B (-1, q, 3) and C(-3, 3, 0) are collinear, then findThe values of p and q. |
Answer» Putting λ = -3 in equation (2), we get 3(-3 + 1) = -3q ∴ -6 = -3q ∴ q = 2 Also, putting λ = -3 in equation (3), we get 0 = -9 + p ∴ p = 9 Hence p = 9 and q = 2. |
|