You can put this solution on YOUR website! the difference between eight times a number and five more than two times the number is what?
------------
n = a number
---
8*n - (2*n + 5) is what.
---
Or,
2n+5 - 8n is what.
===================
The difference between a & b can be either a-b, or b-a.