Reasoning Ability - Calendar Problems
What day of the week was 1st January 2000?
q = 1, m = 13, year = 1999.K = 1999 % 100 = 99, J = floor(1999 / 100) = 19.floor(13*(m+1)/5) = floor(13*14/5) = 36;floor(K/4)=floor(99/4)=24;floor(J/4)=floor(19/4)=4;5*J = 95.h = (1 + 36 + 99 + 24 + 4 + 95) = 259 → 259 mod 7 = 0.0 → Saturday. So 1 Jan 2000 = Saturday.Start learning the concept with an interactive lesson.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions