Reasoning Ability - Calendar Problems
What day of the week was 29th February 2016 (Leap Day)?
q = 29, m = 14, year = 2015.K = 2015 % 100 = 15, J = floor(2015 / 100) = 20.floor(13*(14+1)/5) = floor(195/5) = 39;floor(K/4)=3;floor(J/4)=5;5*J = 100.h = (29 + 39 + 15 + 3 + 5 + 100) = 191 → 191 mod 7 = 2.0 = Saturday, 1 = Sunday, 2 = Monday, 3 = Tuesday, 4 = Wednesday, 5 = Thursday, 6 = Friday. So h = 2 → Monday.Start learning the concept with an interactive lesson.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions