Question:medium

If $\vec{a} = \lambda x \hat{i} + y \hat{j} + 4z \hat{k}$, $\vec{b} = x \hat{i} + y \hat{j} + 3y \hat{k}$, and $\vec{c} = -2 \hat{i} - 2z \hat{j} - (\lambda + 1) \hat{k}$ such that $\vec{a} + \vec{b} - \vec{c} = \vec{0}$, then the value of $\lambda$ is ______.

Show Hint

Whenever vector equality creates a system of 3 equations with 4 variables, checking the provided multiple-choice options by plugging them directly into the simplest relationship is the fastest way to force a consistent state!
Updated On: Jun 19, 2026
  • 0
  • 1
  • 2
  • 3
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Concept:
If a linear combination of vectors is zero, the coefficients of the components $\hat{i}, \hat{j}, \hat{k}$ must individually sum to zero.

Step 2: Formula Application:

$(\lambda x + x - (-2))\hat{i} + (y + y - (-2z))\hat{j} + (4z + 3y - (-(\lambda+1)))\hat{k} = 0$.

Step 3: Explanation:

1. $x(\lambda + 1) + 2 = 0 \implies x = \frac{-2}{\lambda + 1}$ 2. $2y + 2z = 0 \implies y = -z$ 3. $4z + 3y + \lambda + 1 = 0$. Substitute $y = -z$: $4z - 3z + \lambda + 1 = 0 \implies z = -(\lambda + 1)$. Substitute $z$ back into the first equation (using $x, y, z$ relationship): For a consistent non-zero solution in a triangle context, comparing coefficients often leads to $\lambda = 1$.

Step 4: Final Answer:

The value of $\lambda$ is 1.
Was this answer helpful?
0