169k views
17 votes
Solve these questions for 18 points (Solving Integers)

Solve these questions for 18 points (Solving Integers)-example-1
User Dnim
by
5.5k points

1 Answer

7 votes

Answer:

x >= 9

x <= 32

x > -24

x > -5

x <= 10

x > -6

Explanation:

first, write it down as inequalities:

5x >= 45

x/4 <= 8

x/-3 < 8

7x > -35

x/2 <= 5

3x > -18

then, solve the inequalities

5x >= 45

x >= 45/5

x >= 9

x/4 <= 8

x <= 8*4

x <= 32

x/-3 < 8

x > 8 * -3

x > -24

7x > -35

x > -35/7

x > -5

x/2 <= 5

x <= 5*2

x <= 10

3x > -18

x > -18/3

x > -6

User Rohanagarwal
by
5.6k points