0

Given that $a+b+c=2$ and $a+b^2+c^2=12$, what is the maximum value of c?

I have struggled with this problem for a few hours but couldn't solve.

How should I solve it?

Teddy38
  • 3,309

1 Answers1

2

Subtracting the first equation from the second, we get $b^2-b+c^2-c=10$, and that's equivalent with $(b-1/2)^2+(c-1/2)^2=21/2$. Since $(b-1/2)^2\ge0$, we have $(c-1/2)^2\le21/2$, i.e. $c\le1/2+\sqrt{21/2}$.