Bird
0
0

What day of the week was 29th February 2000 (leap day)?

medium Q14 of 15
Reasoning Ability - Calendar Problems
What day of the week was 29th February 2000 (leap day)?
AMonday
BWednesday
CThursday
DTuesday
Step-by-Step Solution
  1. Step 1: Treat February as month 14 of previous year

    For Zeller use q = 29, m = 14, year = 1999.
  2. Step 2: Compute K and J

    K = 1999 % 100 = 99, J = floor(1999/100) = 19.
  3. Step 3: Evaluate components

    floor(13*(m+1)/5) = floor(13*15/5) = 39;
    floor(K/4)=24;
    floor(J/4)=4;
    5J=95.
    Sum: h = (29 + 39 + 99 + 24 + 4 + 95) = 290290 mod 7 = 3.
  4. Step 4: Map to weekday

    Zeller mapping: 3 → Tuesday. So 29 Feb 2000 = Tuesday.
  5. Final Answer:

    Tuesday → Option D
  6. Quick Check:

    Historical references list 29-Feb-2000 as Tuesday ✅
Quick Trick: For Feb in leap years use month = 14 and previous year; reduce modulo 7 early to simplify arithmetic.
Common Mistakes:
MISTAKES
  • Mismapping Zeller's h to weekday names or forgetting to shift year for Jan/Feb.
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