If the sides lengths are a, b, and c, then a + b + c = 30
If the first side is 2 more than twice (2 times) the second side, then a = 2*b + 2
If the third side is 1 more than the first side, then c = a + 1
All of my equations involve an a, so I'm going to try to re-write equation 1 using only a.
- Solve equation 2 for b in terms of a:
- a = 2*b + 2
- a - 2 = 2*b
- b = (a-2) / 2 -> b = (1/2)*a - 1
- We already know that c = a + 1
- Substituting into the original equation:
- a + b + c = 30
- a + (1/2)a - 1 + a + 1 = 30
- 2a + a - 2 + 2a + 2 = 60
- 5a - 2 + 2 = 60
- 5a = 60
- a = 12
If a = 12 then:
- Since b = (1/2)*a - 1 then b = (1/2)*12 - 1 = 5
- Since c = a + 1, then c = 12 + 1 = 13
Therefore, the sides of our triangle are 5, 12, and 13