Step 1: Understanding the Question:
We are given three vectors in 3D component form. We need to determine the value of the scalar parameter $\lambda$ such that these three vectors lie entirely within the same flat geometric plane (i.e., they are coplanar).
Step 2: Key Formula or Approach:
For three vectors $\vec{a}$, $\vec{b}$, and $\vec{c}$ to be coplanar, their scalar triple product must be zero:
$$[\vec{a} \quad \vec{b} \quad \vec{c}] = 0$$
This is equivalent to setting the determinant of the matrix formed by their component coefficients equal to zero:
$$\begin{vmatrix} a_x & a_y & a_z \\ b_x & b_y & b_z \\ c_x & c_y & c_z \end{vmatrix} = 0$$
Step 3: Detailed Explanation:
Let's plug the given vector components into the matrix determinant environment:
$$\begin{vmatrix} 2 & -1 & -1 \\ 1 & 2 & -3 \\ 3 & \lambda & 5 \end{vmatrix} = 0$$
Expanding the determinant along the first row:
$$2((2)(5) - (-3)(\lambda)) - (-1)((1)(5) - (-3)(3)) + (-1)((1)(\lambda) - (2)(3)) = 0$$
Simplify the terms inside each pair of parentheses:
$$2(10 + 3\lambda) + 1(5 + 9) - 1(\lambda - 6) = 0$$
$$20 + 6\lambda + 14 - \lambda + 6 = 0$$
Combine the like terms containing $\lambda$ and the constant integers:
$$5\lambda + 40 = 0$$
$$5\lambda = -40 \implies \lambda = -8$$
Step 4: Final Answer:
The value of $\lambda$ is $-8$, which matches option (A).