Answer:
x = 10; x = 0
Explanation:
x < 29 means x is less than 29. Any number less then 29 is a solution.
For example, pick x = 10. Since 10 < 29, x = 10 is a solution. How do we know x = 10 is a solution?
We start with x < 29.
Now replace x with 10.
10 < 29
Since 10 < 29 is a true statement, then x = 10 is a solution.
Now pick another number less than 29. For example, oick 0.
x = 0 is a solution.
Proof:
x < 29
Replace x with 0:
0 < 29
Since 0 < 29 is a true statement, then x = 0 is a solution.
You can give more solutions just by picking any numbers that are less than 29, such as 1, 2, 3, 15, 28, 23, -5, -18, etc.
Answer: x = 10; x = 0