For example I'm supposed to prove that if $xy>0$, then $x>0$ and $y>0$, or $x<0$ and $y<0$. I'm supposed to do this using only these axioms:
$(x+y)+z=(x+z)+y$
$x+y=y+x$
$x+0=x$
There exists an $x'$ such that $x'+x=0$.
$(x*y)*z=(x*z)*y$
$x*y=y*x$
There exists element $1$ such that $1\neq 0$ and $x*1=x$
There exists an $x'$ such that $x'*x=1$
$x*(y+z)=x*y+x*z$
$x>0, x<0, or x=0$
My first idea was to just use axiom $10$ and apply that to both $x$ and $y$ and keep showing that contradictions exist, but in that case it seems like I'm only using axiom $10$ at the beginning and just using logic from there instead of using ONLY axioms. Any ideas on how I'd apply these to inequality proofs like this one?
I suspect you are missing some axioms, because without more axioms about the behavior of the order relation, here's a simple counterexample.
Start with the real numbers $\mathbb{R}$ equipped with their ordinary addition and multiplication operations, which satisfy axioms 1--9. Define the relation $<$ on $\mathbb{R}$ as follows: $x>0$ for all $x \ne 0$ except for $x=-1$; define $-1<0$. Extend over all other pairs which do not involve $0$ in any arbitrary way you please. Axiom 10 is satisfied. But we have $-1 \cdot 2 > 0$, but $-1 < 0$ and $2>0$, which violates what you are supposed to prove.