In triangle PQR, if the length of all the three sides are distinct integers, what is the area of triangle PQR?
ST I : PQ2=PR2+RQ2
If, (PQ,PR,RQ) = (5,3,4) (distinct ) area = 6
If, (PQ,PR,RQ) = (10,6,8) (distinct ) area = 24
insufficient ST II: The perimeter of triangle PQR is equal to 12 units.
Let, the sides of the triangle be x, y and 12−(x+y)
Now, the sum of any two sides of a triangle is greater than its third side.
So,x+y>12−(x+y)
∴x+y>6
also, x+12−(x+y) > y
∴y<6
Also, the difference of the two sides should be less than the third.
So,x−y<12−(x+y)
∴y<6
The possible combinations of x and y and 12−(x+y)are:
(1, 6, 5 ) (rejected y not less than 6)
(2, 5, 5 ) (rejected not distinct )
(3, 4, 5 ) (accepted )
(3, 5, 4 ) (accepted )
(4, 4, 4 ) (rejected not distinct )
(4, 5, 3) (accepted )
(5, 5, 2) (rejected not distinct )
so only accepted combination = (3,4,5) which gives an unique area of triangle PQR.
sufficientcorrect answer is B