Difficulty: Easy
Correct Answer: (ii), (i), (iv), (iii), (v)
Explanation:
Introduction / Context:Here we rank recurrence intervals from the highest frequency (shortest interval) to the lowest frequency (longest interval). This is common in scheduling and calendaring contexts.
Given Data / Assumptions:
Concept / Approach:Order by increasing interval length (decreasing frequency): daily → weekly → fortnightly → monthly → bimonthly.
Step-by-Step Solution:
1) Daily (ii) — most frequent.2) Weekly (i) — every 7 days.3) Fortnightly (iv) — every 14 days.4) Monthly (iii) — every ~30 days.5) Bimonthly (v) — every ~60 days.Verification / Alternative check:Convert to approximate day counts and ensure strictly ascending: 1 < 7 < 14 < 30 < 60.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:(ii), (i), (iv), (iii), (v)
Discussion & Comments