1) State what is meant by $a\equiv b \pmod n$.
2) Suppose that $a\equiv b \pmod n$ and $c\equiv d \pmod n$. Prove that
i) $a+c\equiv b+d \pmod n$
ii) $ac\equiv bd \pmod n$
For question 1, I would state that $n|(a-b)$
For part ii, I would simply use algebraic manipulation to get the desired result but i don't think I'm proving it.
1) is perfect.
For 2i) use your definition: if $n|a-b$ and $n|c-d$ then $n|(a-b) + (c-d) = (a+c)-(b+d)$.
For 2ii) you can very well try the same kind of proof. Can you try it yourself?