can you use pythagoras on a non right angled triangle

2.8k Views Asked by At

Sorry I'm a bit confuse, are you allow to use Pythagoras in a non right angled triangle?

2

There are 2 best solutions below

2
On BEST ANSWER

The Pythagorean theorem is a restriction of the law of cosines. Given triangle ABC with sides $a,b,c$ opposite the corresponding angles we have $$a^2=b^2+c^2-2bc\cos A$$ As $\cos 90^\circ=0$ the last term drops out in a right triangle.

1
On

No, you can't.

If that were the case, then an equilateral triangle with sides $1, 1, 1$ would have $1^2 = 1^2 + 1^2$, which is not true.