A cube has a corner in the point O=(-5,7,-2). The corners of the cube which is closest to O is:
A=(-3,10,4), B=(-2,λ,0), and C.
Find the parameter λ and decide the two possible coordinates for C.
My first thought was that the vector OA and OB are perpendicular to each other and that they both are perpendicular to OC, aka "normal vector"
So the dot product between OA and OB has to be 0.
So after i calculated OA and OB, I applied the cross product on them which would give me the normal vector.