asked 58.9k views
3 votes
The sum of a number b and 3 is greater than 8 and less than 12

asked
User Drewdin
by
7.9k points

1 Answer

2 votes
Sum = addition (+)
Greater than = >
Less than = <

Sum of b and 3 = b + 3

Is greater than 8 = b + 3 > 8
Is less than 12 = b + 3 < 12

8 < b + 3 < 12

8 < b + 3
5 < b

b + 3 < 12
b < 9

b is greater than 5 and less than 9.

5 < b < 9
answered
User Undefined
by
8.5k 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.