Prove without induction that $n(n+1)$ is an even number for every $n \in \Bbb N$.
2026-04-15 13:27:38.1776259658
On
$n(n+1)$ is even - proof without induction
137 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
There is two cases. Either $n$ is positive and odd, or either it is positive and even. Consider the first case. Let $k$ represent an arbitrary integer.
$n=2k+1$ for $k \geq 0$
We have:
$n(n+1)=(2k+1)(2k+2)=2(2k+1)(k+1)$
And because $(2k+1)(k+1)$ must be an integer, $n(n+1)$ is even.
Now for the second case:
$n=2k$ for $k \geq 1$
$n(n+1)=2k(2k+1)$
Using similar logic, it must be even.
In general, one of $k$ consecutive integers must be divisible by $k$. And their product is therefore divisible by $k$ too.
Apply this with $k=2$ to get that for any $n$ there must be $2|n(n+1)$.