Imagine that we have two pairs of integers $(a_1,b_1)$ and $(a_2, b_2)$ where
$$ a_1b_1\equiv 0,\,\ a_2b_2\equiv 0,\,\ a_1b_2+a_2b_1\equiv 0\pmod n$$
Does this imply that $$ a_1 b_2 \equiv 0\pmod n $$
I assume that $a_1 b_1 \equiv 0\pmod n$ is only true if $a_1$ and $b_1$ are divisors of $n$. Using that, I've checked $a_1b_2 = 0$ mod $n$ numerically for a large number of values of $n$ and it seems to hold, but I am not sure how to prove it.