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:
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