Write inequalities to Solve Problems Practice

1) The sum of two numbers is less than 50.

Let x be the first number and y be the second number.
The inequality is x + y < 50.

2) The difference between two numbers is greater than 10.
Let a be the first number and b be the second number.
The inequality is |a - b| > 10.

3) A number is at least 5.
Let x be the number.
The inequality is x >= 5.

4) The product of two numbers is less than or equal to 24.
Let m be the first number and n be the second number.
The inequality is mn <= 24.

5) One number is three times greater than another number.
Let p be the first number and q be the second number.
The inequality is p = 3q.