Reasoning Ability - Calendar Problems
What day of the week was 2nd October 1869 (Gandhi’s birth date)?
q = 2, m = 10, year = 1869.K = 1869 % 100 = 69, J = floor(1869 / 100) = 18.floor(13*(m+1)/5) = floor(13*11/5) = 28;floor(K/4)=17;floor(J/4)=4;5*J = 90.h = (2 + 28 + 69 + 17 + 4 + 90) = 210 → 210 mod 7 = 0.0 → Saturday. So 2 Oct 1869 = Saturday.Start learning the concept with an interactive lesson.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions