7

Let the three sides of a triangle be $a,b$ and $c$. If the equation

$$a^2+b^2+c^2=ab +bc+ac$$

holds true, then the triangle is an equilateral triangle.

How do we prove this? An answer or even the slightest hint will be appreciated.

rahul
  • 419

1 Answers1

12

Note that $$a^2 + b^2 + c^2 = ab + bc + ca \implies (a-b)^2 + (b-c)^2 + (c-a)^2 = 0$$ I trust you can finish it off from here.