InterviewSolution
Saved Bookmarks
| 1. |
A: The equation of the plane passing through the point (- 1, 2, 4) and parallel to the plane 2x + 3y – 5z +6=0 is 2x + 3y - 5z + 16 = 0. R: The equation of the plane passing through the point (x_1, y_1, z_1)and parallel to the plane ax + by + cz +d=0 is a(x – x_1) + b(y-y_1) + c(z - z_1) = 0 |
|
Answer» both A and R are TRUE and R is the correct EXPLANATION of A |
|