Bird
0
0

What day of the week was 29th February 2016 (Leap Day)?

medium Q6 of 15
Reasoning Ability - Calendar Problems
What day of the week was 29th February 2016 (Leap Day)?
AMonday
BTuesday
CWednesday
DThursday
Step-by-Step Solution
  1. Step 1: Treat February as month 14 of previous year

    For Zeller’s Rule, January and February are treated as months 13 and 14 of the previous year. Hence, q = 29, m = 14, year = 2015.
  2. Step 2: Compute K and J

    K = 2015 % 100 = 15, J = floor(2015 / 100) = 20.
  3. Step 3: Evaluate components

    floor(13*(14+1)/5) = floor(195/5) = 39;
    floor(K/4)=3;
    floor(J/4)=5;
    5*J = 100.
    Total = h = (29 + 39 + 15 + 3 + 5 + 100) = 191191 mod 7 = 2.
  4. Step 4: Map result to weekday

    Zeller mapping: 0 = Saturday, 1 = Sunday, 2 = Monday, 3 = Tuesday, 4 = Wednesday, 5 = Thursday, 6 = Friday. So h = 2Monday.
  5. Final Answer:

    Monday → Option A
  6. Quick Check:

    Calendar references confirm 29-Feb-2016 = Monday ✅
Quick Trick: For January and February, use the previous year in calculations and treat months as 13 and 14.
Common Mistakes:
MISTAKES
  • Using 2016 instead of 2015 for K and J, or forgetting to apply the month shift for February.
Master "Calendar Problems" in Reasoning Ability

Start learning the concept with an interactive lesson.

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Reasoning Ability Quizzes