chondro48
lnm87, try this question
The perimeter of a triangle with integer side lengths (x, y, z) is equal to 15. So, x+y+z=15
If z is (one of) the longest side,
x+y>z --> 15-z > z --> z < 7.5
z value can be 5,6,7
z=7 --> x+y=8
(x,y) = (1,7),(2,6),(3,5),(4,4) ... 4 nos.
z=6 --> x+y=9
(x,y) = (3,6),(4,5) ... 2 nos.
z=5 --> x+y=10
(x,y) = (5,5) ... 1 no.
So, there are 7 triangles possible
FINAL ANSWER IS (C)
Posted from my mobile device chondro48This is how i did it. Here a +b + c = 15. The easiest of the triangle that comes right at first is an equilateral triangle since 15 is a multiple of 3. From there we need to know the maximum and minimum length a side can take.
We also know that sides will always be > 0
So, either of a,b or c can be > 0
Breaking the perimeter sum in two parts as per the sum property of the triangle and taking any two sides together and the other separately, we have
(a+b) + c = 15; a + b > c
With all sides being integers c can take 7 as its maximum value. The least value of c possible is 1.
Hence 0 < c < 8 i.e. 7 different values. So the possible triangles are:
(a,b,c) = (5,5,5) ;(4,5,6); (4,4,7); (3,5,7); (3,6,6); (2,6,7); (1,7,7)
Answer C.