Reasoning Ability - Calendar Problems
What day of the week was 1st January 2010?
q = 1, m = 13, year = 2009 (Jan treated as month 13 of previous year).K = 2009 % 100 = 9, J = floor(2009/100) = 20.floor(13*(m+1)/5) = 36;floor(K/4)=floor(9/4)=2;floor(J/4)=floor(20/4)=5;5J=100.h = (1 + 36 + 9 + 2 + 5 + 100) = 153 → 153 mod 7 = 6.6 → Friday. So 1 Jan 2010 = Friday.Start learning the concept with an interactive lesson.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions