In my logic design exam today I was given this question:
Show that: $$ B \land ( B \lor C) = B $$
It's asking for a proof for this expression. Could someone please explain how such expression can be proven? I'm not that good at Boolean algebra but I believe that it's in the simplest form.
You could simply do it by a truth table. Or use the simple facts that $x\land y$ implies $x$ as well as $x$ implies $x\lor y$. Thus $B\land(\ldots)$ implies $B$ and $B$ implies $B\lor C$ and hence also implies $B\land (B\lor C)$, in summary $B\land(B\lor C)$ and $B$ are equivalent.