Determine whether the planes are perpindicular
(-2, 1, 4) . (x-1, y, z+3) = 0 (PLANE A)
(1, -2, 1) . (x+3, y-5, z) = 0 (PLANE B)
Here's what I have figured out so far:
Plane A passes through (1,0,-3) and is perpendicular to (-2,1,4)
Plane B passes through (-3, 5, 0) and is...