asked 106k views
4 votes
Nine is less than a number is no more than 8 and no less than 3

asked
User Fanaugen
by
8.1k points

2 Answers

4 votes

Answer:

3 <= x <= 8

Explanation:

A number is denoted as an arbitrary variable, let's call it x.

We have a double inequality:

1. No more than 8 means less than or equal to 8

2. No less than 3 means greater than or equal to 3

3 <= x <= 8

answered
User Necixy
by
8.5k points
6 votes

Answer:

12 ≤ n ≤ 17

Explanation:

Let n - number

Nine less than a number: n - 9

is no more than 8: ≤ 8

and no less than 3: 3.

We have the inequality:


3\leq n-9\leq8\qquad\text{add 9 to all sides}\\\\3+9\leq n-9+9\leq8+9\\\\12\leq n\leq17

answered
User Chris Perry
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.