Hello I'm trying to prove this problem: Let $R$ be a commutative ring and $A,B,C \subseteq R$ ideals such that $A+B=R=A+C$ then $A+BC=R$ and $A \cap BC = ABC$.
The last statement is easy to prove once the first has been proved, since $1 \in R = A+BC$ hence $1=a+y$ for some $a \in A, y \in BC$ so for each $x \in A \cap (BC)$ we have that $x=x*1 = x*(a+y)= xa + xy=ax+xy$ because $R$ is commutative. Since $ax \in A(BC)$ and $xy \in A (BC)$ then $x \in A(BC) = ABC$.
And as $ABC = A(BC) \subseteq A \cap (BC)$ we have finished.
I need some help to prove the first statement, I don't see clearly how to prove that. I would appreacite any help.