Reasoning Ability - Calendar Problems
What day of the week was 31st December 1900?
q = 31, m = 12, year = 1900.K = 1900 % 100 = 0, J = floor(1900 / 100) = 19.floor(13*(12+1)/5) = floor(169/5) = 33;floor(K/4)=0;floor(J/4)=4;5*J = 95.h = (31 + 33 + 0 + 0 + 4 + 95) = 163 → 163 mod 7 = 2.0 = Saturday, 1 = Sunday, 2 = Monday, 3 = Tuesday, 4 = Wednesday, 5 = Thursday, 6 = Friday. So h = 2 → Monday.Start learning the concept with an interactive lesson.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions