InterviewSolution
Saved Bookmarks
| 1. |
Find the distance between the parallel planes `2x-y+2z+3=0a n d4x-2y+4z+5=0.`A. `1//3`B. `2//6`C. `2//3`D. none of these |
|
Answer» Correct Answer - B The equations of two planes are `2x-y+2z+3=0` and `2x-y+2z+5/2=0` `:.` Required distance `=(|3-5/2|)/(sqrt(4+1+4))=1/6` |
|