Question:

How many days will there be from 26th January 2020 to 15th May 2020 (both days included)?

Show Hint

Break the date span into months and count days in each. Don’t forget leap years and include both endpoints if specified.
  • 110
  • 111
  • 112
  • 113
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

To find out how many days there are from 26th January 2020 to 15th May 2020 (both days included), we need to count the days of each month involved. Let's break it down:
  • January: Counting from 26th to 31st, we have 6 days.
  • February: 2020 is a leap year, so February has 29 days.
  • March: 31 days.
  • April: 30 days.
  • May: Counting from 1st to 15th, we have 15 days.

Add these days together:

  • January: 6
  • February: 29
  • March: 31
  • April: 30
  • May: 15

The total number of days is:
6 + 29 + 31 + 30 + 15 = 111

Therefore, the total number of days from 26th January 2020 to 15th May 2020 is 111 days.

Was this answer helpful?
0
0