Answer:
Third side has to be greater than 4 and less than 24.
Explanation:
A triangle is valid if the sum of two sides is greater than the third side. That has to be the case for each of the sides. So let the sides of triangle be a, b and c.
a + b > c
a + c > b
b + c > a
Given:
a = 10
b = 14
We are looking for the third side, c.
First inequality:
a + b > c
10 + 14 > c
24 > c
This tells us that c has to be less than 24.
Second inequality:
a + c > b
c > b - a
c > 14 - 10
c > 4
This tells us that c has to be grater than 4.
Third inequality:
b + c > a
c > a - b
c > 10 - 14
c > -4
This tells us that c has to be greater than -4. But we also know that c has to be greater than 4, so we take 4 as the minimal value for c.
Final answer:
4 < c < 24
Third side has to be greater than 4 and less than 24.