Reasoning Ability - Calendar Problems
What day of the week was 15th August 1947?
q = 15, m = 8, year = 1947.K = 1947 % 100 = 47, J = floor(1947/100) = 19.floor(13*(m+1)/5) = floor(13*9/5) = 23;floor(K/4)=floor(47/4)=11;floor(J/4)=4;5J=95.h = (15 + 23 + 47 + 11 + 4 + 95) = 195 → 195 mod 7 = 6.6 → Friday. So 15 Aug 1947 = Friday.Start learning the concept with an interactive lesson.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions