Bird
0
0

What day of the week was 1st March 2008?

easy Q2 of 15
Reasoning Ability - Calendar Problems
What day of the week was 1st March 2008?
ASunday
BSaturday
CFriday
DMonday
Step-by-Step Solution
  1. Step 1: Inputs (March — no year change)

    q = 1, m = 3, year = 2008.
  2. Step 2: Compute K and J

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

    floor(13*(m+1)/5) = floor(13*4/5) = 10;
    floor(K/4)=2;
    floor(J/4)=5;
    5*J = 100.
    Sum: h = (1 + 10 + 8 + 2 + 5 + 100) = 126126 mod 7 = 0.
  4. Step 4: Map result to weekday

    0 → Saturday (Zeller mapping). So 1 Mar 2008 = Saturday.
  5. Final Answer:

    Saturday → Option B
  6. Quick Check:

    Calendar references confirm 1-Mar-2008 = Saturday ✅
Quick Trick: For March–December you don't change the year; compute month-term and reduce mod 7.
Common Mistakes:
MISTAKES
  • Applying Jan/Feb year-shift logic to other months.
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