• + 2 comments

    If the total sum is odd, then by always adding 2 loaves of bread, the sum will still be odd, since odd + 2 == odd.

    In order for every person to have an even number of loaves of bread the total sum should be even, since even + even + ... + even == even, after the N additions of 2 loaves.

    Hope this helps!