If the side lengths of a triangle are a , b and c , is it possible that a 2 , b 2 and c 2 can be the side lengths of another triangle?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The problem specifies that the triangles must be different, so your solution is not valid. Ed Gray
Log in to reply
Fixed that.
The problem specifies that the triangles must be different, so your solution is not relevant. Ed Gray
The positive real numbers a 2 , b 2 and c 2 can be the side lengths of a triangle if and only if a 2 + b 2 > c 2 , b 2 + c 2 > a 2 and c 2 + a 2 > b 2 . In other words the sum of the lengths of two sides must be greater than the third side.
Your solution is cogent, but it doesn't really prove that a different triangle exists. It would be preferable to provide an example. Ed Gray
Problem Loading...
Note Loading...
Set Loading...
If a = b = c = 2 , then a 2 = b 2 = c 2 = 4 . So an equilateral triangle with side 2 satisfies the requirements, which proves that such triangles do exist.