A question I recently encountered was:
"Let $R$ be a commutative ring with one not equal to zero. Let $I$ and $J$ be ideals of $R$, such that $I + J = R$. Show that for any positive integers a,b, we have that $I^a + J^b = R$. Hint: What is $I\cap J$?"
Regarding the hint, it becomes apparent that $I \cap J = IJ$. If we have an element $ij$ of $IJ$ (with $i \in I$ and $j \in J$), then by absorption on the left and right, $ij$ is in both $I$ and $J$. Hence, it is in $I\cap J$. For the other containment, take$x \in I \cap J$. Since $I + J = R$, there is $i \in I$ and $j \in J$ such that $i + j = 1$. Multiplying $x$ by $(i + j)$, we have $x = ix + xj$ which by absorption is in $R$.
Now, I'm not really sure what to do with the hint. Can anyone give me a further hint for this problem?