Difficulty: Easy
Correct Answer: 4
Explanation:
Introduction / Context:
Leap years adjust the calendar to Earth’s orbital period by adding February 29 in certain years. The basic divisibility rule distinguishes common years from leap years, with an extra condition for centuries to avoid overcorrection.
Given Data / Assumptions:
Concept / Approach:
In the Gregorian system: if a year is divisible by 4, it is a leap year, except that century years (ending in 00) are leap only if also divisible by 400 (e.g., 2000 leap, 1900 not). The question asks the base divisor (“must be divisible by”), which is 4, acknowledging that separate century handling exists.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
4
Discussion & Comments