I had to calculate the number of odd days in 1600 years. I have read the answer to be equal to 0. But I don't get it to equal to 0.
This is the way I am calculating the number of odd days in 1600 years :
1600 years = 24 x 16 = 384 leap years (100 years = 24 leap years)
(because 100 years have 24 leap years)
1 leap year = 2 odd days (52 weeks + 2 odd days)
384 leap years = 384 x 2 = 768 odd days --(A)
1600 years = 1600 - 384 = 1216 ordinary years
1 ordinary year = 1 odd day (52 weeks + 1 odd day)
1216 ordinary years = 1216 x 1 = 1216 odd days--(B)
Total number of odd days = (A) + (B) = 768 + 1216 = 1984 odd days in 1600 years
and 1984 is not divisible by 7 !
Am I making a mistake ? If yes,what is it ?
Remember that a year divisible by $400$ is a leap year. Although $2100$ will not be a leap year. $2400$ will be.
So in $400$ years there are precisely $97$ leap years.
And yes, the calendar repeats every $400$ years, so the number of days in $1600$ years is divisible by $7$. For $400$ years, to the $(400)(364)$ days, just add $400+100-3$ (ordinary advance by $1$ day, plus 100 for the leap years sort of, minus $3$ for the multiples of $100$ that are not multiples of $400$). Then multiply by $4$. So for $1600$ we get $4(500-3)$ "additional" days. Your $1984$ was essentially computed correctly, except that we need $4$ additional days for the $4$ multiples of $400$.