Michael J. answered 07/25/16
Tutor
5
(5)
Mathematical Reasoning and Logic Application
If one of the angles in any triangle is 60 degrees, then you have an equilateral triangle. This means that all the angles are the same and all the sides of the same.
The law of cosine equation would be easy to set up due to the type of triangle we have.
(BC)2 = (BA)2 + (AC)2 - 2(BA)(AC)Cos(BAC)
Side BC is opposite to angle BAC.
Substituting in the variables,
a2 = x2 + (x + 1)2 - 2x(x + 1)Cos(60) eq1 ----> law of cosine
a + x + (x + 1) = 10 eq2 ---> perimeter
Then simplifying both equation,
a2 = x2 + (x2 + 2x + 1) - 2x(x + 1)(1/2)
a2 = 2x2 + 2x + 1 - x(x + 1)
a2 = 2x2 + 2x + 1 - x2 - x
a2 = x2 + x + 1 eq1
a + 2x = 9 eq2
Now use the substitution/elimination method to solve for x.