Question 641974
n OVER 8 is less than or equal to negative n OVER 3 
---
n/8 <= -n/3
----
Multiply both sides by 24 to get:
3n <= -8n
---
Add 8n to both sides to get:
11n <= 0
---
n <= 0
=============
Cheers,
Stan H.
=============