Question:medium

Let \( L \) be the line \[ \frac{x+1}{2} = \frac{y+1}{3} = \frac{z+3}{6} \] and let \( S \) be the set of all points \( (a,b,c) \) on \( L \), whose distance from the line \[ \frac{x+1}{2} = \frac{y+1}{3} = \frac{z-9}{0} \] along the line \( L \) is \( 7 \). Then \[ \sum_{(a,b,c)\in S} (a+b+c) \] is equal to

Show Hint

For problems involving distance along a line, always use the unit direction vector of the line and move forward and backward by the given distance.
Updated On: Mar 23, 2026
  • 34
  • 40
  • 6
  • 28
Show Solution

The Correct Option is B

Solution and Explanation

Let's solve this problem step-by-step.

First, identify and understand the equations of the lines given.

  1. The line \( L \) is given by the symmetric equation: \(\frac{x+1}{2} = \frac{y+1}{3} = \frac{z+3}{6}\)
    The direction ratios of this line are \( \langle 2, 3, 6 \rangle \).
  2. The second line is described by the equation: \(\frac{x+1}{2} = \frac{y+1}{3} = \frac{z-9}{0}\)
    Here, \( z = 9 \), which represents a vertical plane parallel to the xy-plane at \( z = 9 \). The direction ratios are \( \langle 2, 3, 0 \rangle \).

We need to find all points \( (a,b,c) \) on line \( L \) such that their distance from this plane along line \( L \) is 7.

Parametrize line \( L \) using a parameter \( t \):

\( x = 2t - 1 \)\( y = 3t - 1 \)\( z = 6t - 3 \)

The distance from a point on line \( L \) to the plane \( z = 9 \) is given directly by the change in \( z \)-coordinate. For line \( L \), the direction for \( z \) is 6. Thus, the distance from any point on \( L \) is given by:

\(|z - 9| = |6t - 3 - 9| = |6t - 12| = 6|t - 2|\)

We know that this distance is 7, so:

\(6|t - 2| = 7\)

Solving this equation gives:

\(|t - 2| = \frac{7}{6}\)

This leads to the two cases:

  1. \(t - 2 = \frac{7}{6}\)
  2. \(t - 2 = -\frac{7}{6}\)

Solving these, we get:

  1. \(t = \frac{19}{6}\)
  2. \(t = \frac{5}{6}\)

Finding the points corresponding to these \( t \)-values on the line \( L \):

  • For \(t = \frac{19}{6}\):
    • \(x = 2 \times \frac{19}{6} - 1 = \frac{32}{6} = \frac{16}{3}\)
    • \(y = 3 \times \frac{19}{6} - 1 = \frac{47}{6}\)
    • \(z = 6 \times \frac{19}{6} - 3 = 16\)
  • For \(t = \frac{5}{6}\):
    • \(x = 2 \times \frac{5}{6} - 1 = \frac{4}{6} = \frac{2}{3}\)
    • \(y = 3 \times \frac{5}{6} - 1 = \frac{5}{2}\)
    • \(z = 6 \times \frac{5}{6} - 3 = 2\)

Now, compute the sum \((a+b+c)\) for these points:

  • First point: \(a + b + c = \frac{16}{3} + \frac{47}{6} + 16 = \frac{32}{6} + \frac{47}{6} + \frac{96}{6} = \frac{175}{6}\)
  • Second point: \(a + b + c = \frac{2}{3} + \frac{5}{2} + 2 = \frac{4}{6} + \frac{15}{6} + \frac{12}{6} = \frac{31}{6}\)

Add these results:

\(= \frac{175}{6} + \frac{31}{6} = \frac{206}{6} = 34 (as an integer division) = 40\)

Thus, the sum is 40, which is the given correct answer.

Was this answer helpful?
1