bmwhype2
Points A, B and C form a triangle. Is ABC > 90 degrees?
1. AC = AB + BC - .001
2. AC = AB
Please explain your answer.
I think the answer is A.
S1 :
AC = AB + BC - .001
AC + .001 = AB + BC
Squaring B.S,
(AC + .001) ^ 2 = (AB + BC )^2
AC^2 + 2AC*.001 = AB^2 + 2AB.BC + BC^2
AC^2 = AB^2 + BC^2 + 2AB.BC + 2AC*.001
By Pythagoras Thm, Angle ABC is 90 if AC^2 = AB^2 + BC^2.
Here AC is bigger than that.. which implies that Angle ABC is > 90. Hence Suff.
PS : (I do not know of any formal rule/theorem that states that if Hypotenuse exceeds more than sum of the squares of the sides that the angle > 90. In fact that triangle is no more a right triangle but I just based this on my intuition. I just took an example of triangle with sides 3,4 and 5. )
St2 :
As AC is the Hypo which should be the longest side of a triangle. But here, the Hypotenuse is equal to a side hence this triangle is not a right triangle but we don't know if angle ABC > 90.. Hence In-suff.
I find myself inclined to agree with your logic about statement 1.
However, I find statement 2 to be sufficient by itself as well.
If ac=ab, then angle ABC = angle ACB.
Therefore angle ABC cannot be greater than 90.