Robert H. answered 03/18/23
Software Professional specializing in Math, Computer Science
With a plane defined as Ax + By +Cz +D = 0,
the distance between that plane and a given point (x1, y1, z1) is
|Ax1+By1+Cz1+D| / √(A2+B2+C2)
In this case, the plane is 0x + 5y -4z -56 = 0
So
A = 0, B = 5, C = -4, D = -56 and x1 = -3, y1 = -6, z1 = -9
Putting these values in the distance formula above yields
|0(-3) + 5(-6) + -4(-9) + (-56)| / √(02+52+(-4)2)
|0 -30 +36 -56 | / √(25+16) = 50/√41