Answer:
k=32
Step-by-step explanation:
Given the points:
[tex]A = (4,-1)$, $B = (6,2)$, and $C = (-1,2)$.[/tex]
The first step is to find the Centroid of the triangle.
Centroid, X
[tex]=\left(\dfrac{x_1+x_2+x_3}{3} ,\dfrac{y_1+y_2+y_3}{3} \right)\\=\left(\dfrac{4+6+(-1)}{3} ,\dfrac{-1+2+2}{3} \right)\\=\left(\dfrac{9}{3} ,\dfrac{3}{3} \right)=(3,1)[/tex]
Next, let P be a point (x,y)
Using the distance formula, [tex]\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]
[tex]PA^2=(x-4)^2+(y-(-1))^2\\PB^2=(x-6)^2+(y-2)^2\\PC^2=(x-(-1))^2+(y-2)^2\\PX^2=(x-3)^2+(y-1)^2\\[/tex]
On Substitution into: [tex]PA^2 + PB^2 + PC^2 = 3PX^2 + k[/tex]
[tex](x-4)^2+(y-(-1))^2+(x-6)^2+(y-2)^2+(x-(-1))^2+(y-2)^2=3[(x-3)^2+(y-1)^2]+k[/tex]
Let us simplify the LHS first
[tex]\\LHS: x^2-8x+16+y^2+2y+1+x^2-12x+36+y^2\\-4y+4+x^2+2x+1+y^2-4y+4\\=3x^2-18x+3y^2-6y+62[/tex]
Also, the Right Hand Side
[tex]RHS:3[(x-3)^2+(y-1)^2]+k\\=3[x^2-6x+9+y^2-2y+1]+k\\=3x^2-18x+27+3y^2-6y+3+k\\=3x^2+3y^2-18x-6y+30+k[/tex]
Therefore:
[tex]3x^2-18x+3y^2-6y+62=3x^2+3y^2-18x-6y+30+k\\k=3x^2-18x+3y^2-6y+62-3x^2-3y^2+18x+6y-30\\k=3x^2-3x^2+3y^2-3y^2-18x+18x+62-30\\k=32[/tex]