If 28 May 2015 is Thursday, then what will be the day of the week on 24 April 2023?
Monday
This problem asks us to find the day of the week for a specific date in 2023, given the day of the week for a date in 2015. To solve this, we use the concept of "odd days".
An odd day is the number of days remaining after dividing the total number of days in a period by 7. Since there are 7 days in a week, the day of the week repeats every 7 days. Therefore, adding or subtracting a number of odd days tells us how many days forward or backward in the week we need to count.
We need to find the total number of odd days over the years from 28 May 2015 to 28 May 2023. This period spans exactly 8 years (2023 - 2015 = 8).
Let's identify the leap years within this period. A year is a leap year if it is divisible by 4, except for century years not divisible by 400. For the period between two specific dates, a leap year contributes an extra day if February 29th falls within that period.
The years are 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023.
The other years (2017, 2018, 2019, 2021, 2022, 2023) are normal years in this context.
Number of normal years = 8 total years - 2 leap years = 6 normal years.
Total odd days from 28 May 2015 to 28 May 2023:
\(\text{Odd days} = (\text{Number of normal years} \times 1) + (\text{Number of leap years} \times 2)\)
\(\text{Odd days} = (6 \times 1) + (2 \times 2) = 6 + 4 = 10\)
To find the net odd days, we find the remainder when 10 is divided by 7:
\(\text{Net odd days} = 10 \pmod{7} = 3\)
So, 28 May 2023 will be 3 days after 28 May 2015. Given 28 May 2015 was Thursday:
Thursday + 1 day = Friday
Thursday + 2 days = Saturday
Thursday + 3 days = Sunday
So, 28 May 2023 is a Sunday.
Now we need to find the day on 24 April 2023, given the day on 28 May 2023. We are moving backward in the calendar within the same year.
Let's count the number of days from 24 April 2023 up to 28 May 2023 (going forward first, then adjust):
Total number of days from 24 April to 28 May 2023 = \(6 + 28 = 34\) days.
Calculate the odd days for these 34 days:
\(\text{Odd days} = 34 \pmod{7}\)
\(34 = 4 \times 7 + 6\)
So, there are 6 odd days between 24 April and 28 May 2023.
Since we are going backward from 28 May 2023 (Sunday) to 24 April 2023, we need to subtract these 6 odd days from Sunday. Subtracting 6 days is the same as adding \(7 - 6 = 1\) day.
Starting from Sunday on 28 May 2023:
Sunday - 1 day = Saturday
Sunday - 2 days = Friday
Sunday - 3 days = Thursday
Sunday - 4 days = Wednesday
Sunday - 5 days = Tuesday
Sunday - 6 days = Monday
Alternatively, adding 1 day to Sunday: Sunday + 1 day = Monday.
So, 24 April 2023 is a Monday.
| Period | Calculation | Odd Days | Day Change |
|---|---|---|---|
| 28 May 2015 to 28 May 2023 | 6 normal years + 2 leap years = 10 days \(\pmod{7}\) | 3 | Thursday + 3 days |
| 28 May 2023 to 24 April 2023 (backward) | \(6 (\text{April}) + 28 (\text{May})\) = 34 days \(\pmod{7}\) = 6 days | 6 | Sunday - 6 days (or + 1 day) |
Starting day: 28 May 2015 is Thursday.
Day on 28 May 2023 = Thursday + 3 days = Sunday.
Day on 24 April 2023 = Sunday - 6 days = Monday.
Therefore, the day of the week on 24 April 2023 will be Monday.
| Concept | Explanation | Calculation |
|---|---|---|
| Normal Year Odd Days | Days beyond complete weeks in a normal year (365 days). | \(365 \div 7\); Remainder is 1. |
| Leap Year Odd Days | Days beyond complete weeks in a leap year (366 days). | \(366 \div 7\); Remainder is 2. |
| Calculating Net Odd Days | Sum of odd days over a period, modulo 7. | Total odd days \(\pmod{7}\). |
| Finding Day of Week | Add net odd days to the starting day's numerical value (e.g., Sunday=0, Monday=1). Take result modulo 7. | \((\text{Start Day Value} + \text{Net Odd Days}) \pmod{7}\). |
Understanding how to calculate odd days is fundamental to solving calendar-based reasoning problems. This method allows you to determine the day of the week for any given date, provided you have a reference date.
Practice with different date ranges and starting days will help you become proficient in these calculations.
If 19 July 2000 was a Wednesday, then what would be the day of the week on 15 June 2012?
What day of the week was 31 st January 2007?
What was the day of the week on 10 June 2011?
What day of the week was 5 February 2008?
What day of the week was 29 June 2010?