Memorize the formulas for distances in 3D space:
- Distance from P(x,y,z) to XY-plane: \(|z|\)
- Distance from P(x,y,z) to YZ-plane: \(|x|\)
- Distance from P(x,y,z) to XZ-plane: \(|y|\)
- Distance from P(x,y,z) to X-axis: \(\sqrt{y^2+z^2}\)
- Distance from P(x,y,z) to Y-axis: \(\sqrt{x^2+z^2}\)
- Distance from P(x,y,z) to Z-axis: \(\sqrt{x^2+y^2}\)