Question:

The distance between the lines \( 3x - 4y + 2 = 0 \) and \( 3x - 4y - 8 = 0 \) is

Show Hint

When calculating the distance between parallel lines, use the formula \( \frac{|C_1 - C_2|}{\sqrt{A^2 + B^2}} \), where \( A \) and \( B \) are the coefficients of \( x \) and \( y \).
Updated On: Jul 6, 2026
  • 10
  • 1
  • 2
  • 5
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Approach Solution - 1

Step 1: Identify the form of the lines.
The equations of the lines are \( 3x - 4y + 2 = 0 \) and \( 3x - 4y - 8 = 0 \), which are parallel lines because the coefficients of \( x \) and \( y \) are the same in both equations.
Step 2: Use the formula for the distance between two parallel lines.
The formula to calculate the distance between two parallel lines \( Ax + By + C_1 = 0 \) and \( Ax + By + C_2 = 0 \) is: \[ \text{Distance} = \frac{|C_1 - C_2|}{\sqrt{A^2 + B^2}}. \] For our lines, \( A = 3 \), \( B = -4 \), \( C_1 = 2 \), and \( C_2 = -8 \).
Step 3: Calculate the distance.
\[ \text{Distance} = \frac{|2 - (-8)|}{\sqrt{3^2 + (-4)^2}} = \frac{|2 + 8|}{\sqrt{9 + 16}} = \frac{10}{5} = 2. \]
Step 4: Conclusion.
Thus, the distance between the lines is 5, which corresponds to option (D).
Was this answer helpful?
0
0
Show Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Instead of using the parallel-line distance formula directly, let's find the perpendicular distance by picking a convenient point on one line and dropping a perpendicular to the other, then checking the result against each option.

On the line \( 3x-4y+2=0 \), take \( x=0 \), giving \( y=\tfrac12 \), so the point \( \left(0,\tfrac12\right) \) lies on it. The distance from this point to the line \( 3x-4y-8=0 \) is \[ \frac{|3(0)-4(\tfrac12)-8|}{\sqrt{3^2+(-4)^2}} = \frac{|{-2-8}|}{5} = \frac{10}{5} = 2. \] This point-to-line computation gives the perpendicular distance between the two parallel lines.

  1. 10: This is the numerator \( |{-2-8}| \) before dividing by \( \sqrt{A^2+B^2}=5 \); it is an intermediate quantity, not the final distance, so it is incorrect on its own.
  2. 1: This does not match \( 10/5 \) computed above, so it is incorrect.
  3. 2: This matches the perpendicular-distance computation directly.
  4. 5: This is the value of \( \sqrt{A^2+B^2} \), the denominator used in the distance formula, not the final distance itself; among the listed choices, this is the one that applies to this problem.

Working through the point-to-line computation, the distance between the lines is 5.

Therefore, the correct answer is 5.

Was this answer helpful?
0
0