A number n is no less than 2 and no more than 49.
This is a compound inequality. Let's break it into parts.
Step 1: No more than 49 means 49 or less. Or, less than or equal to 49
<= 49
Step 2: no less than 2 means 2 or greater. Or, greater than or equal to 2
>=2
Writing this in terms of the number n, we have:
2 <= n <= 49
This is a compound inequality. Let's break it into parts.
Step 1: No more than 49 means 49 or less. Or, less than or equal to 49
<= 49
Step 2: no less than 2 means 2 or greater. Or, greater than or equal to 2
>=2
Writing this in terms of the number n, we have:
2 <= n <= 49