Given a ring R with with addition and multiplication on $\mathbb Z$ defined by $a\oplus b = a+b-4$ and $a\otimes b = ab-4a-4b+20$, what is the zero and what is the identity?
My thoughts: are they just o and 1? or do I have to use these special rules to find them? I am sometimes confused how to find these by the rules given.
I'm going to write $0_R$ and $1_R$ to denote the additive and multiplicative identities for $R$; this notational convention should help stop you from confusing $0_R$ with the number $0$ and $1_R$ with the number $1$. It may be the case that $0_R=0$ or $1_R=1$, but these equations do not hold in general and probably don't hold for your problem.
To figure out what $0_R$ is, recall that $a\oplus 0_R=a$ for any $a\in\mathbb Z$; that equation defines $0_R$. Now expand out $\oplus$ using its definition and solve for $0_R$.
Similarly, to figure out what $1_R$ is, recall that $a\otimes 1_R=a$ for any $a\in\mathbb Z$. Now expand out $\otimes$ using its definition and solve for $1_R$.