#Help in this analysis exercise i found on the internet

3 messages · Page 1 of 1 (latest)

rancid forum
#

How can i proof the first question?

raven obsidianBOT
swift yoke
#

$(a-b)^2 = a^2-2ab+b^2$
$(b-c)^2 = b^2-2bc +c^2$
$(a-c)^2 = a^2-2ac+c^2$

So $(a-b)^2 + (b-c)^2 + (a-c)^2 = 2(a^2+b^2+c^2 - (ab+bc+ac))$

But a sum of squares is always positive, so....