Step 1:
The formula to find the distance between a point and a plane is given by:
$$
D = \frac{|Ax_1 + By_1 + Cz_1 - D|}{\sqrt{A^2 + B^2 + C^2}}
$$
where (x1, y1, z1) are the coordinates of the point and Ax + By + Cz = D is the equation of the plane.
Show more…