Question:

Today is Wednesday. What would be the day after 61 days?

Show Hint

To find the day of the week after 'n' days, calculate the number of odd days by finding the remainder when 'n' is divided by 7 (i.e., n mod 7). Add this remainder to the current day to get the future day.
Updated On: Oct 18, 2025
  • Tuesday
  • Monday
  • Sunday
  • Saturday
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The days of the week repeat in a cycle of 7. To find the day after 61 days, we need to find the number of odd days in this period. We do this by dividing the total number of days by 7 and finding the remainder. \[ 61 \div 7 \] \[ 61 = 7 \times 8 + 5 \] The remainder is 5. This means that the day after 61 days will be 5 days after Wednesday. Let's count: Wednesday + 1 day = Thursday Wednesday + 2 days = Friday Wednesday + 3 days = Saturday Wednesday + 4 days = Sunday Wednesday + 5 days = Monday Alternatively, 5 days after is the same as 2 days before (since 5-7 = -2). Wednesday - 2 days = Monday. So, the day will be Monday.
Was this answer helpful?
0
0

Questions Asked in NIMCET exam

View More Questions