Step 1:
The formula to calculate the distance (d) from a point to 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…