I have 3 parallel planes and the normal vector 'W'(A,B,C) and this is normal to all the 3 planes.
Top plane equation is Ax+By+Cz+D=k
Middle plane equation is Ax+By+Cz+D=0
Below plane equation is Ax+By+Cz+D=-k
How to prove that that Top and Below planes are equal distance from middle plane?
Pick any point on the middle plane.
I would pick $P(0,0,-D/C)$ assuming that $C\ne 0$
Use the distance from P to the other planes.
$$ d_1 = \frac {|0+0+C(-D/C)+D-k|}{\sqrt {A^2+B^2+C^2}} =\frac {|-k|}{\sqrt {A^2+B^2+C^2}}$$
$$d_2= \frac {|0+0+C(-D/C)+D+k|}{\sqrt {A^2+B^2+C^2}}= \frac {|k|}{\sqrt {A^2+B^2+C^2}}$$
Thus $d_1=d_2$