Reasoning Ability - Calendar Problems
Using Zeller’s formula, find the day of the week for 4th July 1776 (American Independence).
q = 4, m = 7, year = 1776.K = 1776 % 100 = 76, J = floor(1776 / 100) = 17.floor(13*(7+1)/5) = floor(13*8/5) = 20;floor(K/4)=19;floor(J/4)=4;5*J = 85.h = (4 + 20 + 76 + 19 + 4 + 85) = 208 → 208 mod 7 = 5.5 → Thursday. So 4-Jul-1776 = Thursday.Start learning the concept with an interactive lesson.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions