In the following example find the distance of each of the given points from the corresponding given plane:
pointPlane(−6,0,0)2x−3y+6z−2=0
We know that the distance between a point P(x1,y1,z1) and a plane Ax+By+Cz=D is
d=Ax1+By1+Cz1−D√A2+B2+C2 ...(i)
The given point is (-6,0,0) and the plane is 2x -3y+6z-2=0
∴ From Eq.(i)
d=|2×(−6)−3×0+6×0−2|√22+(−3)2+62=|−14|√4+9+36=147=2 units
Note The distance is always positive.