Olympiad Maths Prep

Track / Stage 6 / 285 of 400 #1285 of 2000

Problem 1285

National olympiad, first round
Geometry Difficulty 6.4 Find the answer

The sides of triangle are xx, 2x+12x+1 and x+2x+2 for some positive rational xx. Angle of triangle is 6060 degree. Find perimeter

Official solution

1. Identify the sides of the triangle and the given angle:
The sides of the triangle are x x , 2x+1 2x + 1 , and x+2 x + 2 . One of the angles is 60 60^\circ .

2. Apply the Law of Cosines:
The Law of Cosines states that for any triangle with sides a a , b b , and c c and an angle γ \gamma opposite side c c :
c2=a2+b22abcos(γ) c^2 = a^2 + b^2 - 2ab \cos(\gamma)
Here, we assume the angle 60 60^\circ is opposite the side x+2 x + 2 . Thus, we have:
(x+2)2=x2+(2x+1)22x(2x+1)cos(60) (x + 2)^2 = x^2 + (2x + 1)^2 - 2 \cdot x \cdot (2x + 1) \cdot \cos(60^\circ)

3. **Substitute cos(60)=12\cos(60^\circ) = \frac{1}{2}:**
(x+2)2=x2+(2x+1)22x(2x+1)12 (x + 2)^2 = x^2 + (2x + 1)^2 - 2 \cdot x \cdot (2x + 1) \cdot \frac{1}{2}
Simplify the equation:
(x+2)2=x2+(2x+1)2x(2x+1) (x + 2)^2 = x^2 + (2x + 1)^2 - x(2x + 1)

4. Expand and simplify the equation:
(x+2)2=x2+4x2+4x+12x2x (x + 2)^2 = x^2 + 4x^2 + 4x + 1 - 2x^2 - x
x2+4x+4=3x2+3x+1 x^2 + 4x + 4 = 3x^2 + 3x + 1

5. Rearrange the equation to form a quadratic equation:
x2+4x+4=3x2+3x+1 x^2 + 4x + 4 = 3x^2 + 3x + 1
0=3x2+3x+1x24x4 0 = 3x^2 + 3x + 1 - x^2 - 4x - 4
0=2x2x3 0 = 2x^2 - x - 3

6. **Solve the quadratic equation 2x2x3=0 2x^2 - x - 3 = 0 :**
Using the quadratic formula x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} , where a=2 a = 2 , b=1 b = -1 , and c=3 c = -3 :
x=(1)±(1)242(3)22 x = \frac{-(-1) \pm \sqrt{(-1)^2 - 4 \cdot 2 \cdot (-3)}}{2 \cdot 2}
x=1±1+244 x = \frac{1 \pm \sqrt{1 + 24}}{4}
x=1±254 x = \frac{1 \pm \sqrt{25}}{4}
x=1±54 x = \frac{1 \pm 5}{4}
x=64orx=44 x = \frac{6}{4} \quad \text{or} \quad x = \frac{-4}{4}
x=32orx=1 x = \frac{3}{2} \quad \text{or} \quad x = -1
Since x x must be positive, we have x=32 x = \frac{3}{2} .

7. Calculate the perimeter of the triangle:
Perimeter=x+(2x+1)+(x+2) \text{Perimeter} = x + (2x + 1) + (x + 2)
Perimeter=32+232+1+32+2 \text{Perimeter} = \frac{3}{2} + 2 \cdot \frac{3}{2} + 1 + \frac{3}{2} + 2
Perimeter=32+3+1+32+2 \text{Perimeter} = \frac{3}{2} + 3 + 1 + \frac{3}{2} + 2
Perimeter=32+32+3+1+2 \text{Perimeter} = \frac{3}{2} + \frac{3}{2} + 3 + 1 + 2
Perimeter=3+3+3 \text{Perimeter} = 3 + 3 + 3
Perimeter=9 \text{Perimeter} = 9

The final answer is 9\boxed{9}.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.