The sides of triangle are x, 2x+1 and x+2 for some positive rational x. Angle of triangle is 60 degree. Find perimeter
Official solution
1. Identify the sides of the triangle and the given angle: The sides of the triangle are x, 2x+1, and x+2. One of the angles is 60∘.
2. Apply the Law of Cosines: The Law of Cosines states that for any triangle with sides a, b, and c and an angle γ opposite side c: c2=a2+b2−2abcos(γ) Here, we assume the angle 60∘ is opposite the side x+2. Thus, we have: (x+2)2=x2+(2x+1)2−2⋅x⋅(2x+1)⋅cos(60∘)
3. **Substitute cos(60∘)=21:** (x+2)2=x2+(2x+1)2−2⋅x⋅(2x+1)⋅21 Simplify the equation: (x+2)2=x2+(2x+1)2−x(2x+1)
4. Expand and simplify the equation: (x+2)2=x2+4x2+4x+1−2x2−x x2+4x+4=3x2+3x+1
5. Rearrange the equation to form a quadratic equation: x2+4x+4=3x2+3x+1 0=3x2+3x+1−x2−4x−4 0=2x2−x−3
6. **Solve the quadratic equation 2x2−x−3=0:** Using the quadratic formula x=2a−b±b2−4ac, where a=2, b=−1, and c=−3: x=2⋅2−(−1)±(−1)2−4⋅2⋅(−3) x=41±1+24 x=41±25 x=41±5 x=46orx=4−4 x=23orx=−1 Since x must be positive, we have x=23.
7. Calculate the perimeter of the triangle: Perimeter=x+(2x+1)+(x+2) Perimeter=23+2⋅23+1+23+2 Perimeter=23+3+1+23+2 Perimeter=23+23+3+1+2 Perimeter=3+3+3 Perimeter=9
The final answer is 9.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.