Reasoning Ability - Calendar Problems
Find the day of the week for 1st January 1800 using Zeller’s formula.
q = 1, m = 13, year = 1799.K = 1799 % 100 = 99, J = floor(1799 / 100) = 17.floor(13*(13+1)/5) = 36;floor(K/4)=24;floor(J/4)=4;5*J = 85.h = (1 + 36 + 99 + 24 + 4 + 85) = 249 → 249 mod 7 = 4.4 → Wednesday. So 1-Jan-1800 = Wednesday.Start learning the concept with an interactive lesson.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions