sEsposito
- 153
- 0
Is there a proof or way of proving that all even numbers (taking into account the definition of an even number as n=2k) end in 0,2,4,6, or 8?
TwilightTulip said:Rewrite n as 10a+b, where 0<=b<10.
Then n is even means 2 divides 10a+b, i.e. 2 divides b (let 10a+b=2k and solve for b). Hence b=0,2,4,6,8