Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Calendar and Clock Problems
Source: https://www.fatskills.com/emergency-medicine/chapter/how-to-solve-calendar-and-clock-problems

How to Solve: Calendar and Clock Problems

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~4 min read

How to Solve: Calendar and Clock Problems

Complete Guide for SSC / Bank / Railway Exams


Introduction

"If you can solve calendar and clock problems in under 60 seconds, you’ll bank 3–5 extra marks in SSC, Bank, or Railway exams—enough to push you into the next cutoff bracket. These questions look tricky, but they’re just patterns in disguise."


What You Need To Know First

  1. Basic arithmetic (addition, subtraction, division with remainders).
  2. Leap years: A year is a leap year if divisible by 4, but not by 100 unless also divisible by 400.
  3. Modular arithmetic (remainders when dividing by 7 for days, 12 for hours, 60 for minutes).

Key Vocabulary

Term Plain-English Definition Quick Example
Odd days Extra days left after full weeks in a given period. 10 days = 1 week + 3 odd days.
Leap year Year with 366 days (extra day in February). 2024 is a leap year (divisible by 4).
12-hour clock Clock showing 1–12, then repeating. 3 PM = 15:00 in 24-hour format.
Angle between clock hands Degrees between hour and minute hands. At 3:00, angle = 90°.
Mirror time Time reflected in a mirror (e.g., 1:20 → 10:40). Mirror of 4:30 is 7:30.
Calendar cycle Repeating pattern of days every 400 years. 2023 and 2423 have the same calendar.

Formulas To Know

1. Odd Days in a Year

  • Non-leap year: 1 odd day (365 days = 52 weeks + 1 day).
  • Leap year: 2 odd days (366 days = 52 weeks + 2 days).
  • MEMORISE THIS: Odd days repeat every 400 years (0 odd days in 400 years).

2. Odd Days in a Century

  • 100 years: 5 odd days (24 leap years + 76 non-leap years).
  • 200 years: 3 odd days (5 + 5 – 7 = 3, since 7 days = 1 week).
  • 300 years: 1 odd day.
  • 400 years: 0 odd days (includes a leap year at 400).
  • MEMORISE THIS: Use the pattern: 5, 3, 1, 0 for 100, 200, 300, 400 years.

3. Day of the Week Formula

Day = (Odd days from years + Odd days from months + Date) mod 7 - Example: Find the day on 15 August 1947. - Years: 1900–1946 = 46 years → 11 leap years + 35 non-leap years = 11×2 + 35×1 = 57 odd days = 1 odd day (57 mod 7). - Months: Jan (3) + Feb (0/1) + Mar (3) + Apr (2) + May (3) + Jun (2) + Jul (3) = 16 odd days = 2 odd days (16 mod 7). - Date: 15 mod 7 = 1. - Total odd days = 1 (years) + 2 (months) + 1 (date) = 4 → Thursday (0=Sun, 1=Mon, ..., 4=Thu).

4. Clock Angle Formula

Angle = |30H – 5.5M| - H = Hour (1–12), M = Minutes (0–59). - MEMORISE THIS: If angle > 180°, subtract from 360°. - Example: At 3:30, angle = |30×3 – 5.5×30| = |90 – 165| = 75°.

5. Mirror Time Formula

  • For 1–11: Mirror time = 11:60 – Time.
  • For 12: Mirror time = 12:00 – Time (if minutes = 0).
  • Example: Mirror of 4:20 = 11:60 – 4:20 = 7:40.

Step-by-Step Method

For Calendar Problems:

  1. Break the period into years, months, and days.
  2. Calculate odd days for each part:
  3. Years: Use leap/non-leap rules.
  4. Months: Use odd days per month (Jan=3, Feb=0/1, Mar=3, ..., Dec=3).
  5. Days: Date mod 7.
  6. Sum all odd days and take mod 7.
  7. Map the result to a day (0=Sun, 1=Mon, ..., 6=Sat).

For Clock Problems:

  1. Identify the type: Angle between hands, mirror time, or time after/before.
  2. For angles:
  3. Use |30H – 5.5M|.
  4. If >180°, subtract from 360°.
  5. For mirror time:
  6. Use 11:60 – Time (for 1–11) or 12:00 – Time (for 12).
  7. For time after/before:
  8. Add/subtract hours/minutes, adjusting for 12-hour cycles.

Worked Examples

Example 1 – Basic (Calendar)

Question: What day was 26 January 1950? Steps:
1. Years: 1900–1949 = 49 years. - Leap years: 1904, 1908, ..., 1948 → 12 leap years. - Non-leap years: 49 – 12 = 37. - Odd days = 12×2 + 37×1 = 61 → 61 mod 7 = 5.
2. Months: Jan = 3 odd days.
3. Date: 26 mod 7 = 5.
4. Total odd days = 5 (years) + 3 (Jan) + 5 (date) = 13 → 13 mod 7 = 6 → Thursday. What we did and why: We broke the problem into years, months, and days, calculated odd days for each, and summed them up to find the day.


Example 2 – Medium (Clock Angle)

Question: At what time between 4 and 5 PM will the hour and minute hands coincide? Steps:
1. Formula: Angle = |30H – 5.5M| = 0.
2. Set H = 4: |30×4 – 5.5M| = 0 → 120 – 5.5M = 0 → M = 120/5.5 = 21.818.
3. Time: 4:21:49 (21.818 minutes = 21 minutes + 49.09 seconds). What we did and why: We used the angle formula to find when the hands overlap, solving for minutes when the angle is 0°.


Example 3 – Exam-Style (Mirror Time)

Question: If a clock shows 7:10, what time will it show in a mirror? Steps:
1. Mirror formula: 11:60 – 7:10 = 4:50.
2. Verify: 7:10 + 4:50 = 12:00 (correct). What we did and why: We applied the mirror time formula directly and cross-checked the result.


Common Mistakes

Mistake Why it Happens Correct Approach
Ignoring leap years Forgetting 2000 is a leap year. Check divisibility by 400 for century years.
Wrong odd days for months Using 30 days for February. February = 0 (non-leap) or 1 (leap) odd day.
Angle > 180° not adjusted Answering 270° instead of 90°. Subtract from 360° if angle > 180°.
Mirror time for 12-hour wrong Using 11:60 for 12:00. For 12:00, mirror is 12:00 (if minutes = 0).
Mod 7 errors Adding 7 odd days instead of 0. Always take mod 7 of the total odd days.

Exam Traps

Trap How to Spot it How to Avoid it
Leap year in century years Question mentions 1900 or 2000. 1900 is not a leap year; 2000 is.
Angle questions with >180° Answer choices include 270° and 90°. Subtract from 360° if angle > 180°.
Mirror time for 12:30 Options show 11:30 or 12:30. Mirror of 12:30 is 11:30.

1-Minute Recap

"Listen up—this is your last-minute cheat sheet for calendar and clock problems. For days of the week, break the problem into years, months, and days, calculate odd days, and sum them up mod 7. For clock angles, use |30H – 5.5M| and adjust if >180°. Mirror time? 11:60 minus the time (for 1–11) or 12:00 minus (for 12). Leap years? Divisible by 4, but not 100 unless also by 400. Odd days for 100 years? 5. For 400 years? 0. Now go crush those 5 marks!