Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

4.4 Q-3

Question Statement

Find an equation of the line that passes through the intercepts of the following two lines:

  • 16xβˆ’10yβˆ’33=016x - 10y - 33 = 0
  • 12x+14y+29=012x + 14y + 29 = 0

and also through the intersection of the lines:

  • xβˆ’y+4=0x - y + 4 = 0
  • xβˆ’7y+2=0x - 7y + 2 = 0

Background and Explanation

To solve this, we need to:

  1. Find the point of intersection of the first pair of lines 16xβˆ’10yβˆ’33=016x - 10y - 33 = 0 and 12x+14y+29=012x + 14y + 29 = 0.
  2. Find the point of intersection of the second pair of lines xβˆ’y+4=0x - y + 4 = 0 and xβˆ’7y+2=0x - 7y + 2 = 0.
  3. Using these points, we will then find the equation of the line that passes through both the intercepts and the intersection points.

Solution

Step 1: Find the intersection of the lines 16xβˆ’10yβˆ’33=016x - 10y - 33 = 0 and 12x+14y+29=012x + 14y + 29 = 0

We have the following system of equations:

  1. 16xβˆ’10yβˆ’33=016x - 10y - 33 = 0
  2. 12x+14y+29=012x + 14y + 29 = 0

To solve this system, we’ll use the method of elimination. First, we multiply both equations to eliminate one variable. After simplifying the system, we obtain:

x172=βˆ’y860=1344\frac{x}{172} = \frac{-y}{860} = \frac{1}{344}

From this, we find the values for xx and yy:

x=172344=12,y=βˆ’860344=βˆ’52x = \frac{172}{344} = \frac{1}{2}, \quad y = \frac{-860}{344} = -\frac{5}{2}

Thus, the point of intersection is:

(12,βˆ’52)\left( \frac{1}{2}, -\frac{5}{2} \right)

Step 2: Find the equation of the line passing through the point (12,βˆ’52)\left( \frac{1}{2}, -\frac{5}{2} \right) and the intersection of xβˆ’y+4=0x - y + 4 = 0 and xβˆ’7y+2=0x - 7y + 2 = 0

Now we need to find the intersection of the second pair of lines:

  1. xβˆ’y+4=0x - y + 4 = 0
  2. xβˆ’7y+2=0x - 7y + 2 = 0

We combine these equations as follows:

(xβˆ’y+4)+K(xβˆ’7y+2)=0(1)(x - y + 4) + K(x - 7y + 2) = 0 \tag{1}

Substituting the point (12,βˆ’52)\left( \frac{1}{2}, -\frac{5}{2} \right) into this equation:

[12βˆ’52+4]+K[12βˆ’7βˆ’52+2]=0\left[ \frac{1}{2} - \frac{5}{2} + 4 \right] + K \left[ \frac{1}{2} - 7 - \frac{5}{2} + 2 \right] = 0

Simplifying:

2βˆ’15K=0β‡’K=2152 - 15K = 0 \quad \Rightarrow \quad K = \frac{2}{15}

Now, substitute K=215K = \frac{2}{15} into equation (1):

(xβˆ’y+4)+215(xβˆ’7y+2)=0(x - y + 4) + \frac{2}{15}(x - 7y + 2) = 0

Multiplying through by 15 to eliminate the fraction:

15(xβˆ’y+4)+2(xβˆ’7y+2)=015(x - y + 4) + 2(x - 7y + 2) = 0

Simplifying:

15x+15y+60βˆ’2x+14y+6=015x + 15y + 60 - 2x + 14y + 6 = 0

Combine like terms:

13x+29y+66=013x + 29y + 66 = 0

Thus, the equation of the required line is:

13x+29y+66=0\boxed{13x + 29y + 66 = 0}

Key Formulas or Methods Used

  • Point of Intersection: We solve two linear equations simultaneously to find the point of intersection.
  • Equation of Line Through Two Points: We use the intersection points and combine the equations to find the required line.

Summary of Steps

  1. Find the point of intersection of 16xβˆ’10yβˆ’33=016x - 10y - 33 = 0 and 12x+14y+29=012x + 14y + 29 = 0.
  2. Find the point of intersection of xβˆ’y+4=0x - y + 4 = 0 and xβˆ’7y+2=0x - 7y + 2 = 0.
  3. Use the point of intersection to find the equation of the line passing through both the intercepts and the intersection points.
  4. Final answer: 13x+29y+66=013x + 29y + 66 = 0.