Question
Question: The equation of the plane passing through the points (2, 2, 1) and (9, 3, 6) and perpendicular to th...
The equation of the plane passing through the points (2, 2, 1) and (9, 3, 6) and perpendicular to the plane 2x + 6y + 6z = 1 is.
A. 2x - 4y + 5z - 9 = 0
B. 3x + 4y - z - 5 = 0
C. 3x + 4y - 5z - 9 = 0
D. x + 4y -9z - 3 = 0
Solution
Hint: In this question it is given that we have to find the equation of the plane which passes through the points (2, 2, 1) and (9, 3, 6) and perpendicular to the plane 2x + 6y + 6z = 1. So to find the solution we need to know that if any plane passing through the point (p, q, r) then the equation can be written as,
a(x−p)+b(x−q)+c(z−r)=0....(1)
And if two plane a1x+b1y+c1z=0 and a2x+b2y+c2z=d are perpendicular then,
a1a2+b1b2+c1c2=0.....(2)
Complete step-by-step answer:
Since a plane is passing through the point (2, 2, 1) then the equation of the plane will be,
a(x−2)+b(y−2)+c(z−1)=0.....(3)
Where, a, b , c are the constant coefficient and we have to find the values of a, b and c in order to find the solution.
Also the equation (3) passes through the point (9, 3, 6), then the point must satisfy the equation,
a(9−2)+b(3−2)+c(6−1)=0
⇒7a+b+5c=0........(4)
Now since, equation (3) is perpendicular to the 2x+6y+6z=1
So by the formula (2) we can write,
a×2+b×6+c×6=0
⇒2a+6b+6c=0
⇒a+3b+3c=0........(5)
Now from (4) and (5) we can write,
1×3−3×5a=1×5−3×7b=3×7−1×1c [by method of cross-multiplying]
⇒3−15a=5−21b=21−1c
⇒−12a=−16b=20c
⇒−3a=−4b=5c [ multiplying by 4]
Now, let,
−3a=−4b=5c=k
∴a=−3k, y=−4k, c=5k
Now putting the value of a, b and c in equation (3) we get,
−3k(x−2)+(−4k)(y−2)+5k(z−1)=0
⇒−3(x−2)−4(y−2)+5(z−1)=0[dividing both side by k]
⇒−3x+6−4y+8+5z−5=0
⇒−3x−4y+5z−5+6+8=0
⇒−3x−4y+5z+9=0
⇒3x+4y−5z−9=0 [ multiplying both side by (-1)]
Therefore the equation of place is 3x+4y−5z−9=0
Hence the correct option is option C.
Note: While solving two linear equations we have used the multiplication method which states that, if a1x+b1y+c1z=0 and a2x+b2y+c2z=0 be two linear equations then in order to solve the equations, we can write,
(b1c2−b2c1)x=(c1a2−c2a1)y=(a1b2−a2b1)z .