A box contains five rods whose lengths are 1", 3", 6", 10", 15". How many different obtuse triangles can be made using only three rods at a time.
I determined that the answer is 1 because the triangle inequality nullified the others without using the Pythagorean inequalities. I feel like brute force and a bit of the triangle inequality is need the only way to solve this. Is there a more efficient way of solving it?
The smallest length can't be $1$ because all bigger lengths differ by more than $1$.
The smallest length can't be $3$ because all bigger lengths differ by more than $3$.
The only possibility is therefore $6,10,15$ and it works, since $6+10<15$ and $36+100<225$.