1. Find the direction vector of the line of intersection of the planes $x + y + z = 1$ and $x - y + 2z = 0$.
- A.$\langle 3, -1, -2 \rangle$
- B.$\langle 1, 1, -2 \rangle$
- C.$\langle 2, -1, -2 \rangle$
- D.$\langle 0, 1, -1 \rangle$
View Answer
Answer: $\langle 3, -1, -2 \rangle$
Use the cross product of normals: Normal vectors: $\mathbf{n}_1 = \langle 1, 1, 1 \rangle$ and $\mathbf{n}_2 = \langle 1, -1, 2 \rangle$. Compute the cross product: $\mathbf{n}_1 \times \mathbf{n}_2 = \langle (1)(2) - (1)(-1),\; (1)(1) - (1)(2),\; (1)(-1) - (1)(1) \rangle = \langle 3, -1, -2 \rangle$. Why the correct answer works: Option A is the computed cross product, which gives the direction of the line of intersection. Why distractors fail: Options B, C, and D result from various sign or arithmetic errors in the cross product computation.