rustom.hakimiyan Wrote:Why do I get rid of the equal sign?
When it comes to combining "<", ">", "≤", "≥", and "=" with addition and subtraction, you basically have two options:
- Memorize tons and tons of different combinations;
"- Use common sense.
The latter seems clearly better to me (although there are always students who try the former).
In terms of adding ">" and "=", just think about a real-world example.
My brother and I go to lunch.
"- My lunch costs $8. (x = 8)
"- His lunch costs more than $10. (y > 10)
So... Our combined bill is more than $18. (x + y > 18)
I'm trying to draw the analogy from your explanation above but e+d vs. -e+d are throwing me off?
The +'s and -'s are irrelevant to this issue. You have to add them correctly, of course, but they don't determine which inequality sign will result"”the sum of "=" and ">" will always be ">".