What is The quotient of a number and seven is at least negative five?

1 Answer
May 5, 2018

#=>n >= -35#

Explanation:

Let's call the number #n#.

"The quotient of a number and 7". This is division.

# ->n/7#

"Is at least negative 5". This means some quantity cannot be less than -5. So the quantity is greater than or equal to -5.

#-> >= -5#

So we have:

#=> n/7 >= -5#

If you want to solve for #n#, just multiply both sides by 7:

#=>n >= -35#