The problem asks us to find the unit vectors perpendicular to the plane determined by the three points (1, 3, 5), (3, -1, 2), and (4, 0, 1).
2. Solution Steps
First, we need to find two vectors lying in the plane. We can do this by subtracting the coordinates of the points. Let A=(1,3,5), B=(3,−1,2), and C=(4,0,1).
Vector AB=B−A=(3−1,−1−3,2−5)=(2,−4,−3).
Vector AC=C−A=(4−1,0−3,1−5)=(3,−3,−4).
Next, we find a vector normal to the plane by taking the cross product of these two vectors.