Key Concepts and Formulas
- Intersection of Lines: The point of intersection of two lines a1x+b1y=c1 and a2x+b2y=c2 can be found by solving the system of equations.
- Centroid of a Triangle: The centroid of a triangle with vertices (x1,y1), (x2,y2), and (x3,y3) is given by (3x1+x2+x3,3y1+y2+y3).
- Quadratic Equation from Roots: A quadratic equation with roots r1 and r2 can be written as x2−(r1+r2)x+r1r2=0.
Step-by-Step Solution
Let the three given lines be:
(L1) 15x−y=82
(L2) 6x−5y=−4
(L3) 9x+4y=17
Step 1: Finding Vertex A (Intersection of L1 and L2)
We need to solve the system of equations:
- 15x−y=82
- 6x−5y=−4
- Strategy: Multiply equation (1) by 5 to eliminate y.
- Multiply (1) by 5:
5(15x−y)=5(82)⟹75x−5y=410(Equation 1’)
- Subtract equation (2) from equation (1'):
(75x−5y)−(6x−5y)=410−(−4)
69x=414
- Solve for x:
x=69414=6
- Substitute x=6 into equation (1):
15(6)−y=82
90−y=82
y=90−82=8
- Vertex A is (6,8).
Step 2: Finding Vertex B (Intersection of L1 and L3)
We need to solve the system of equations:
- 15x−y=82
- 9x+4y=17
- Strategy: Multiply equation (1) by 4 to eliminate y.
- Multiply (1) by 4:
4(15x−y)=4(82)⟹60x−4y=328(Equation 1”)
- Add equation (3) to equation (1''):
(60x−4y)+(9x+4y)=328+17
69x=345
- Solve for x:
x=69345=5
- Substitute x=5 into equation (3):
9(5)+4y=17
45+4y=17
4y=17−45=−28
y=4−28=−7
- Vertex B is (5,−7).
Step 3: Finding Vertex C (Intersection of L2 and L3)
We need to solve the system of equations:
2) 6x−5y=−4
3) 9x+4y=17
- Strategy: Multiply equation (2) by 4 and equation (3) by 5 to eliminate y.
- Multiply (2) by 4:
4(6x−5y)=4(−4)⟹24x−20y=−16(Equation 2’)
- Multiply (3) by 5:
5(9x+4y)=5(17)⟹45x+20y=85(Equation 3’)
- Add equation (2') and equation (3'):
(24x−20y)+(45x+20y)=−16+85
69x=69
- Solve for x:
x=6969=1
- Substitute x=1 into equation (2):
6(1)−5y=−4
6−5y=−4
−5y=−10
y=−5−10=2
- Vertex C is (1,2).
Step 4: Calculating the Centroid (α,β)
The vertices are A(6,8), B(5,−7), and C(1,2).
- α=36+5+1=312=4
- β=38+(−7)+2=33=1
- The centroid is (α,β)=(4,1).
Step 5: Determining the Specific Roots
We need to find α+2β and 2α−β.
- r1=α+2β=4+2(1)=4+2=6
- r2=2α−β=2(4)−1=8−1=7
- The roots are 6 and 7.
Step 6: Forming the Quadratic Equation
The quadratic equation is x2−(r1+r2)x+r1r2=0.
- r1+r2=6+7=13
- r1r2=6×7=42
- The quadratic equation is x2−13x+42=0.
Common Mistakes & Tips
- Double-check arithmetic when solving systems of equations, especially with negative numbers.
- Ensure the centroid formula is applied correctly (sum of coordinates divided by 3).
- Carefully calculate the sum and product of the roots for the quadratic equation.
Summary
We found the vertices of the triangle by solving pairs of linear equations, then calculated the centroid using the vertex coordinates. Finally, we used the centroid's coordinates to find the two specific roots and formed the quadratic equation. The equation is x2−13x+42=0.
The final answer is x2−13x+42=0, which corresponds to option (B).