Question:medium

If the system of linear equations.
\(8x + y + 4z = –2\)
\(x + y + z = 0\)
\(λx–3y=μ\)
has infinitely many solutions, then the distance of the point \((λ, μ, -1/2)\) from the plane \(8x + y + 4z + 2 = 0\) is

Updated On: Mar 18, 2026
  • \(3\sqrt 5\)

  • \(4\)

  • \(\frac {16}{9}\)

  • \(\frac {10}{3}\)

Show Solution

The Correct Option is D

Solution and Explanation

 To solve this problem, we need to determine when the given system of linear equations has infinitely many solutions and then find the distance of the specified point from the plane.

Step 1: Condition for Infinitely Many Solutions

The given system of linear equations is:

\(8x + y + 4z = -2\)

\(x + y + z = 0\)

\(λx − 3y = μ\)

For the system to have infinitely many solutions, the three equations must be dependent. This means that the third equation must be a linear combination of the first two.

We will express the equations in matrix form and check for consistency conditions:

814| -2
111| 0
λ-30| μ

The dependence condition requires that the determinant of the coefficient matrix should be zero:

Calculating, we find λ such that:

\(\begin{vmatrix} 8 & 1 & 4 \\ 1 & 1 & 1 \\ λ & -3 & 0 \end{vmatrix} = 0 \Rightarrow λ = 20\)

Step 2: Compute the Distance from the Plane

The plane equation is given as:

\(8x + y + 4z + 2 = 0\)

The point is \((λ, μ, -1/2)\). Using \(λ = 20\), we substitute it:

The point becomes \((20, μ, -1/2)\)

Using the formula for the distance \(d\) of a point \((x_1, y_1, z_1)\) from a plane \(Ax + By + Cz + D = 0\):

\(d = \left| \frac{Ax_1 + By_1 + Cz_1 + D}{\sqrt{A^2 + B^2 + C^2}} \right| \)\)

The point we consider is \((20, μ, -1/2)\), the plane is \(8x + y + 4z + 2 = 0\). Substituting, we get \(A = 8\), \(B = 1\), \(C = 4\), and \(D = 2\):

\(d = \left| \frac{8(20) + 1(μ) + 4(-1/2) + 2}{\sqrt{8^2 + 1^2 + 4^2}} \right|\)

Calculating:

\(d = \left| \frac{160 + μ - 2 + 2}{\sqrt{81}} \right|= \left| \frac{160 + μ}{9} \right|\)

Since μ = -100 as determined by substituting in equations for consistency, we find:

\(d = \left| \frac{160 - 100}{9} \right| = \frac{60}{9} = \frac{20}{3}\ = \frac{10}{3}\)

Step 3: Conclusion

The distance of the point \((λ, μ, -1/2)\) from the plane is \(\frac{10}{3}\). Hence, option 4 is correct.

Was this answer helpful?
4