This problem is Exercise 11.3 in Atiyah/Macdonald Commutative Algebra. They ask to prove every finitely generated ideal in a Boolean ring is in fact a principal ideal.
The question has been answered already on StackExchange: note that $(x,y) = (x+y+xy)$ and then use induction. However, is there any clear motivation for using $x+y+xy$ as the generator of this ideal? (apart from pulling it out of a hat and noticing it has nice properties)

We may assume that $R$ is finite (otherwise consider the subring generated by $x,y$). Then $R=(P(S),\Delta,\cap)$ for some finite set $S$. We have $x \in (p)$ iff $x \subseteq p$. Hence, we have $(x,y) \subseteq (p)$ iff $x \subseteq p$ and $y \subseteq p$, i.e. $x \cup y \subseteq p$. We want a minimal such $p$. Hence, $p = x \cup y$ is the only candidate. Now observe that $x \cup y = x \Delta y \Delta (x \cap y)$.
Alternatively, observe that the subring generated by $x,y$ is the $\mathbb{F}_2$-vector space generated by $1,x,y,xy$. We may assume that it is a basis (since this is the case in the universal example). If $p = \lambda_0 + \lambda_1 x + \lambda_2 y + \lambda_3 xy$ is a generator of $(x,y)$, then $p \bmod x = \lambda_0 + \lambda_2 y$ is a generator of $(y)$, which implies $\lambda_2=1$ and $\lambda_0=0$. In the same way we get $\lambda_1=1$. But $x+y$ doesn't work, so $p=x+y+xy$ is the only choice.