Consider obtuse-angled triangles with sides $8$ cm, $15$ cm, and $x$ cm. If $x$ is an integer, then how many such triangles exist?
I approached this problem by assuming three cases :-
1st Case where $x<8<15$ then as per triangle's side rules $x+8 > 15 \Rightarrow x>7$.
2nd Case where $8<x<15$ then as per triangle's side rules $x+8 > 15 \Rightarrow x>7$.
3rd Case where $8<15<x$ then as per triangle's side rules $15+8 > x \Rightarrow x<23$.
So combining all the cases I can say that $7<x<23$ and there could be $15$ possible triangles but the answer given is $10$. What am I doing wrong?
And also how one can find the number of acute-angled triangles with sides $8$ cm, $15$ cm, and} $x$ cm given the same condition for $x$.
Please help!
Thanks in advance !
If in a triangle, $a \leq b \leq c$, $c^2 = a^2 + b^2$ gives you right angled triangle. $a^2 + b^2 \gt c^2$ gives you acute angled triangle and $a^2+b^2 \lt c^2$ gives you obtuse angled triangle (you can see it by law of cosine or using geometry).
When $7 \lt x \leq 15$, $8^2 + x^2 \lt 15^2$ gives you obtuse angled triangles. So you get $7 \lt x \lt 13$.
When $15 \lt x \lt 23$, $8^2 + 15^2 \lt x^2$ gives you obtuse angled triangles. So you get $17 \lt x \lt 23$.