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?