I am trying to work through Birkhoff's A Survey of Modern Algebra independently, but am having difficulty getting off the ground with the proofs based on laws, rules, etc. I come from mostly soft analysis, and this is foreign. One problem is to prove (a+b)(c+d)=(ac+bc)+(ad+bd), using the properties of a commutative ring. Could someone please walk me through the proof, and how to do these in general?
2026-03-26 04:32:45.1774499565
Proof of FOIL Modern Algebra
2.8k Views Asked by user160071 https://math.techqa.club/user/user160071/detail At
2
$(a+b)(c+d)=a(c+d)+b(c+d)$ by distributive law.
$a(c+d)+b(c+d)=(c+d)a+(c+d)b$ by commutativity of multiplication.
$(c+d)a+(c+d)b=(ca+da)+(cb+db)$ by distributive law twice.
$(ca+da)+(cb+db)=(ac+bc)+(ad+bd)$ by associativity and commutativity of addition.