Answer:
-----------------------------
Given a triangle with sides x cm, 8 cm and (x + 2) cm.
Since x > 6, the longest side is (x + 2) as it is longer than x and longer than 8.
We know the largest angle is opposite to the longest side, hence cosine of the angle opposite to (x + 2) is 2/7.
Use the law of cosines to find the value of x:
- (x + 2)² = x² + 8² - 2*x*8*(2/7)
- x² + 4x + 4 = x² + 64 - (32/7)x
- 4x + (32/7)x = 60
- (60/7)x = 60
- x = 7
The sides are:
Find the sine of the largest angle, let us call it A:
- sine² A = 1 - cos² A
- sin² A = 1 - (2/7)²
- sin² A = 45/49
- sin A = √45/7
Use the law of sines to find the smallest angle, let it be C:
- a /sin A = c/sin C
- 9/(√45/7) = 7/ sin C
- sin C = √45/9
- C = arcsin (√45/9)
- C = 48° (rounded to the nearest degree)