Key Concepts and Formulas
- Centroid of a Triangle: For a triangle with vertices (x1,y1), (x2,y2), and (x3,y3), the centroid G is given by:
G=(3x1+x2+x3,3y1+y2+y3)
- Image of a Point in a Line: If a point P(x1,y1) has an image P′(h,k) in the line Ax+By+C=0, then the coordinates (h,k) can be found using the formula:
Ah−x1=Bk−y1=−2A2+B2Ax1+By1+C
- Intersection of Two Lines: Solving a system of two linear equations to find the point where two lines meet.
Step-by-Step Solution
Step 1: Determine the Vertices of ΔABC
The vertices of the triangle are the intersection points of the lines. Let's label the lines:
- Line L1: 7x−6y+3=0
- Line L2: x+2y−31=0
- Line L3: 9x−2y−19=0
We will find the intersection points for each pair of lines.
-
Intersection of L1 and L2 (Vertex A):
We have the system of equations:
- 7x−6y=−3
- x+2y=31
Multiply equation (2) by 3 to eliminate y:
3(x+2y)=3(31)⇒3x+6y=93
Now, add this modified equation to equation (1):
(7x−6y)+(3x+6y)=−3+93
10x=90⇒x=9
Substitute x=9 into equation (2):
9+2y=31⇒2y=22⇒y=11
So, Vertex A is (9,11).
-
Intersection of L2 and L3 (Vertex B):
We have the system of equations:
2. x+2y=31
3. 9x−2y=19
Add equation (2) and equation (3) to eliminate y:
(x+2y)+(9x−2y)=31+19
10x=50⇒x=5
Substitute x=5 into equation (2):
5+2y=31⇒2y=26⇒y=13
So, Vertex B is (5,13).
-
Intersection of L1 and L3 (Vertex C):
We have the system of equations:
- 7x−6y=−3
- 9x−2y=19
Multiply equation (3) by 3 to eliminate y:
3(9x−2y)=3(19)⇒27x−6y=57
Now, subtract equation (1) from this modified equation:
(27x−6y)−(7x−6y)=57−(−3)
20x=60⇒x=3
Substitute x=3 into equation (3):
9(3)−2y=19⇒27−2y=19⇒2y=8⇒y=4
So, Vertex C is (3,4).
The vertices of ΔABC are A(9,11), B(5,13), and C(3,4).
Step 2: Calculate the Centroid of ΔABC
Using the centroid formula G=(3x1+x2+x3,3y1+y2+y3) with the vertices A(9,11), B(5,13), and C(3,4):
Gx=39+5+3=317
Gy=311+13+4=328
The centroid of ΔABC is G(317,328).
Step 3: Find the Image of the Centroid in the Given Line
Let the centroid be P(x1,y1)=(317,328).
Let the line be L:3x+6y−53=0.
Comparing this with the general form Ax+By+C=0, we have A=3, B=6, and C=−53.
Let the image of P be P′(h,k).
We use the image formula: Ah−x1=Bk−y1=−2A2+B2Ax1+By1+C.
First, calculate the term Ax1+By1+C:
3(317)+6(328)−53=17+2(28)−53
=17+56−53=73−53=20
Next, calculate the term A2+B2:
32+62=9+36=45
Now substitute these values into the image formula:
3h−317=6k−328=−2(4520)
3h−317=6k−328=−4540
Simplify the fraction −4540 by dividing numerator and denominator by 5:
3h−317=6k−328=−98
Now, we solve for h and k:
-
For h:
3h−317=−98
h−317=3×(−98)
h−317=−924
h−317=−38
h=317−38=39=3
-
For k:
6k−328=−98
k−328=6×(−98)
k−328=−948
k−328=−316
k=328−316=312=4
Thus, the image of the centroid is (h,k)=(3,4).
Step 4: Evaluate the Expression h2+k2+hk
Now that we have h=3 and k=4, we can calculate the required expression:
h2+k2+hk=(3)2+(4)2+(3)(4)
=9+16+12
=25+12
=37
Common Mistakes & Tips
- Be careful with the negative sign in the image formula (the −2 term). Forgetting it gives the foot of the perpendicular, not the reflection.
- Double-check your arithmetic, especially when dealing with fractions and solving simultaneous equations.
- When finding the intersection of lines, organize your work to avoid errors in substitution or elimination.
Summary
To solve this problem, we first found the vertices of the triangle by finding the intersection of the given lines. Then, we calculated the centroid of the triangle using the coordinates of its vertices. Finally, we found the image of the centroid in the given line and evaluated the expression h2+k2+hk. The final result is 37.
The final answer is 37, which corresponds to option (B).