You can put this solution on YOUR website! -40 is less than (>) or equal to -8(5 + 8n)
------------------
Comment: The symbol for "less than" is < .
---------
-40 <= -8(5+8n)
-40 <= -40 - 64n
Add 64n to both sides to get:
64n - 40 <= -40
---
Add 40 to both sides to get:
64n <= 0
Divide both sides by 64 to solve for "n":
n <= 0
=================
Cheers,
Stan H.