The questions I'm trying to answer is as follows (all rings are unital):
Let $_{S}B_{T}$ be an $(S,T)$-bimodule, and let $R = S^{op} \otimes_\mathbb{Z} T$. Show that $B$ can be made into a right $R$-module by defining $b(s\otimes t) := sbt$.
I've already shown that three of the four properties required of a right $R$-module hold. However, I'm stuck on the fourth property, namely that $$ b(s_1 \otimes t_1 + s_2 \otimes t_2) = b(s_1 \otimes t_1) + b(s_2 \otimes t_2).$$ Expanding the left hand side gives $$ b(s_1 \otimes t_1 + s_2 \otimes t_2) = b((s_1 + s_2) \otimes (t_1 + t_2) - (s_1 \otimes t_1) - (s_2 \otimes t_2)),$$ whilst expanding the right hand side gives $$ b(s_1 \otimes t_1)+b(s_2 \otimes t_2) = b((s_1 + s_2) \otimes (t_1 + t_2)) - b(s_1 \otimes t_1) - b(s_2 \otimes t_2)).$$ The expressions on the right hand side of the above two equations look very similar, but I don't see how we can go between them by only making use of the given right module action. What am I missing?