Reasoning Ability - Calendar Problems
What day of the week was 29th February 2000 (leap day)?
q = 29, m = 14, year = 1999.K = 1999 % 100 = 99, J = floor(1999/100) = 19.floor(13*(m+1)/5) = floor(13*15/5) = 39;floor(K/4)=24;floor(J/4)=4;5J=95.h = (29 + 39 + 99 + 24 + 4 + 95) = 290 → 290 mod 7 = 3.3 → Tuesday. So 29 Feb 2000 = Tuesday.Start learning the concept with an interactive lesson.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions