Show that $(a+b)^n ≡ a^n + b^n (mod 2)$ for all $a,b$ and for $n≥1$
What is the solution of this problem? Thanks for the answers!
Show that $(a+b)^n ≡ a^n + b^n (mod 2)$ for all $a,b$ and for $n≥1$
What is the solution of this problem? Thanks for the answers!
$$(0+0)^n \equiv 0^n \equiv 0 \equiv 0 + 0 \equiv 0^n + 0^n$$ $$(0+1)^n \equiv 1^n \equiv 1 \equiv 0 + 1 \equiv 0^n + 1^n$$ $$(1+0)^n \equiv 1^n \equiv 1 \equiv 1 + 0 \equiv 1^n + 0^n$$ $$(1+1)^n \equiv 0^n \equiv 0 \equiv 1 + 1 \equiv 1^n + 1^n$$