Reasoning Ability - Calendar Problems
According to Zeller’s Rule, what day of the week was 26th January 1950 (Republic Day of India)?
q = 26, m = 13, year = 1949.K = 1949 % 100 = 49, J = floor(1949 / 100) = 19.floor(13*(m+1)/5) = floor(13*14/5) = 36;floor(K/4)=12;floor(J/4)=4;5*J = 95.h = (26 + 36 + 49 + 12 + 4 + 95) = 222 → 222 mod 7 = 5.0=Saturday, 1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thursday, 6=Friday. So h=5 → Thursday.Start learning the concept with an interactive lesson.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions