I have
$$a(b - c) < d$$
I want to solve for $a > ???$. I can divide off the parentheses to get
$$a < \frac{d}{b - c}$$.
But... let's say instead I subtract both sides
$$- a(b - c) > - d$$
I can absorb the negative into the parentheses.
$$a(c - b) > - d$$
Divide off the parentheses.
$$a > - \frac{d}{(c - b)}$$
And then absorb the negative into the denominator
$$a > \frac{d}{(b - c)}$$
This is exactly the opposite of what I got the first time. Where is my mistake? Can I actually solve for $a > ???$