$a,b,c$ are real numbers and they satisfy the following equations.
$a+b+c=k$
$a^2+b^2+c^2=2k$
Find the maximum value of $k$.
I tried substituting for k in the second equation from the first and got
$a^2+b^2+c^2=2(a+b+c)$
Rearranging the terms I got $a^2-2a+b^2-2b+c^2-2c=0$
Adding 3 to both sides we get
$a^2-2a+1+b^2-2b+1+c^2-2c+1=3$
This can be simplified to the following
$(a-1)^2+(b-1)^2+(c-1)^2=3$
Therefore,
$0\leq(a-1)^2,(b-1)^2,(c-1)^2\leq3$
From here we can deduce the range of values that a,b,c can take as
$1-\sqrt{3}\leq a,b,c\leq1+\sqrt{3}$
I don't know know if this helps to answer the question.
