Problem #$1$
If $ab>0$, then which one of the following must be true?
$(A)$ $a/b>0 $
$(B)$ $a-b>0 $
$(C)$ $a+b>0 $
$(D)$ $b-a>0 $
$(E)$ $a+b<0 $
Problem #$2$
If $x+z > y+z$ then which of the following must be true?
$(A)$ $x-z>y-z$
$(B)$ $xz>yz$
$(C)$ $x/z>y/z$
$(D)$ $x/2>y/z$
$(E)$ $2x+z>2y+z$
What are the main points to remember to solve these kinds of problems?
You are dealing with an ordered field $F$ if there is a set $P$ (the P corresponds with "positive") such that the $3$ sets: $$P \text{, }\{0\}\text{ and }-P$$ form a partition (i.e. the sets are not-empty, are disjoint and cover $F$).
Here $-P:=\{-x\mid x\in P\}$
This with:$$\forall x,y\in P[x+y\in P\text{ and }xy\in P]$$i.e. the positive set $P$ is closed under addition and multiplication.
An order $<$ on $F$ is induced by:$$x<y\text{ if }y-x\in P$$
Equipped with this knowledge problems like #1 and #2 can always be solved by you.
Edit:
It is handsome to start with the observation that $1\in P$, which is no extra knowledge, but is something that can be proved on the knowledge mentioned above (so is no extra knowledge).
Proof:
Suppose that $1\notin P$.
Then - because also $1\notin\{0\}$ we must have $1\in-P$ or equivalently $-1\in P$.
But $P$ is closed under multiplication allowing us to conclude that $1=(-1)(-1)\in P$ and a contradiction is found, so we conclude that $1\in P$.