Answer:
Explanation:
Number the weekdays, and relevant time, then look for the pattern
- Monday = 1, time = 1 min
- Tuesday = 2, time = 3 min
- Wednesday = 3, time = 6 min
- Thursday = 4, time = 10 min
- Friday = 5, time = x
- Saturday = 6, time = y
- Sunday = 7, time = z
We get the series:
If you notice, the difference between the terms is:
It indicates the following terms are:
- x = 10 + 5 = 15
- y = 15 + 6 = 21
- z = 21 + 7 = 28
Since z represents the seventh term, the running time on Sunday is 28 minutes.
As we see looking for patterns helped to solve the question.
Correct choice is D