If 19 June 2001 is Tuesday, then what will be the day of the week on 21 August 2009?
Friday
Calendar problems often involve calculating the day of the week for a specific date, given the day of the week for another date. The key concept used to solve these problems is the 'odd day'.
An odd day is the number of days remaining after dividing the total number of days by 7 (since a week has 7 days). For example, 10 days have \(10 \pmod 7 = 3\) odd days. If today is Monday, after 10 days it will be Monday + 3 days = Thursday.
We need to find the day of the week on 21 August 2009, given that 19 June 2001 was a Tuesday. We will calculate the total number of odd days between these two dates.
We can break down the time period from 19 June 2001 to 21 August 2009 into two parts:
This period covers exactly 8 years (2001-2002, 2002-2003, ..., 2008-2009). We need to count the number of ordinary years and leap years in this period.
The leap years between 2001 and 2009 are 2004 and 2008. Both these leap years include February 29th within the span from June to June.
Total odd days in this period:
\[ (6 \text{ ordinary years} \times 1 \text{ odd day/year}) + (2 \text{ leap years} \times 2 \text{ odd days/year}) \] \[ = 6 + 4 = 10 \text{ odd days} \]The net odd days from 19 June 2001 to 19 June 2009 is \(10 \pmod 7 = 3\).
This calculation is within the year 2009, which is an ordinary year. We count the days from 19 June to 21 August.
Total odd days from 19 June 2009 to 21 August 2009:
\[ 11 \text{ days (June)} + 31 \text{ days (July)} + 21 \text{ days (August)} = 63 \text{ days} \]The net odd days in this period is \(63 \pmod 7 = 0\).
We can also calculate the odd days month by month:
\[ (\text{Odd days in June}) + (\text{Odd days in July}) + (\text{Odd days in August}) = 4 + 3 + 0 = 7 \text{ odd days} \] \[ 7 \pmod 7 = 0 \text{ odd days} \]Total odd days from 19 June 2001 to 21 August 2009 is the sum of odd days from Step 1 and Step 2.
\[ \text{Total odd days} = (\text{Odd days across years}) + (\text{Odd days within year}) \] \[ \text{Total odd days} = 3 + 0 = 3 \]The day on 19 June 2001 was Tuesday. We need to move forward by the total number of odd days (3).
Therefore, the day of the week on 21 August 2009 will be Friday.
| Date Range | Calculation | Odd Days |
|---|---|---|
| 19 June 2001 to 19 June 2009 | 8 years (6 ordinary + 2 leap) | \(6 \times 1 + 2 \times 2 = 10 \equiv 3 \pmod 7\) |
| 19 June 2009 to 21 August 2009 | 11 days (June) + 31 days (July) + 21 days (August) = 63 days | \(63 \pmod 7 = 0\) |
| Total Odd Days | Sum of above | \(3 + 0 = 3\) |
Understanding the number of odd days in each month is helpful.
| Month | Number of Days | Odd Days (\(\text{Days} \pmod 7\)) |
|---|---|---|
| January | 31 | 3 |
| February (Ordinary) | 28 | 0 |
| February (Leap) | 29 | 1 |
| March | 31 | 3 |
| April | 30 | 2 |
| May | 31 | 3 |
| June | 30 | 2 |
| July | 31 | 3 |
| August | 31 | 3 |
| September | 30 | 2 |
| October | 31 | 3 |
| November | 30 | 2 |
| December | 31 | 3 |
Here are some points to remember for calendar problems:
This method of calculating odd days is efficient for solving calendar-based reasoning questions often found in competitive exams.
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?