8. Prove that the sum of three consecutive natural numbers is divisible by three.
This one wants a proof. Work it on paper, read the official solution, then mark
yourself honestly — the ladder only means something if the record is true.
Official solution
Instruction. Three consecutive natural numbers can be represented as: n,n+1,n+2.
s=n+(n+1)+(n+2)=3n+3=3(n+1)
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.