If it was Friday three days ago, then what was the day of the week 150 days ago from today?
Friday
This problem asks us to determine the day of the week 150 days ago from today, based on information about a past day.
We are told that three days ago it was Friday. Let's count forward from Friday to find today's day:
So, today is Monday.
The days of the week repeat in a cycle of 7 days. To find the day of the week a certain number of days ago (or in the future), we need to determine how many full weeks are in that period and what the remaining number of days is. The remainder after dividing the number of days by 7 tells us how many days forward or backward from the starting day we need to count.
We need to find the day 150 days ago from today (Monday). We divide 150 by 7:
\( \frac{150}{7} \)
We can perform the division:
\( 150 = 7 \times q + r \)
Where \(q\) is the quotient and \(r\) is the remainder.
\( 150 \div 7 \)
\( 150 = 7 \times 21 + 3 \)
So, 150 days is equal to 21 full weeks and 3 remaining days. Going back 150 days is equivalent to going back 3 days from today's day.
Today is Monday. We need to count back 3 days:
Therefore, the day of the week 150 days ago from today was Friday.
Let's summarise the calculation:
| Step | Description | Result |
|---|---|---|
| 1 | Find today's day (3 days after Friday) | Monday |
| 2 | Divide 150 by 7 | \(150 = 7 \times 21 + 3\) (Remainder 3) |
| 3 | Count back the remainder (3 days) from today | Monday → Sunday → Saturday → Friday |
The day 150 days ago was Friday.
Understanding how to calculate days of the week involves modular arithmetic with base 7.
| Concept | Explanation | Application |
|---|---|---|
| Day Cycle | Days of the week repeat every 7 days. | Allows using the remainder after division by 7. |
| Calculating Past/Future Days | Divide the number of days by 7. The remainder indicates the shift from the starting day. | Remainder 0 means the same day, Remainder 1 means 1 day forward/backward, etc. |
Problems involving days of the week often use the concept of modular arithmetic, specifically modulo 7. Each day of the week can be assigned a number (e.g., Sunday=0, Monday=1, ..., Saturday=6). If today is day \(D\), then \(N\) days in the future will be day \((D + N) \pmod{7}\), and \(N\) days ago will be day \((D - N) \pmod{7}\). When working with subtraction and modulo, if the result is negative, you add 7 to make it positive while keeping the remainder the same.
In this problem:
If Monday is 1, let's check our numbering system:
The result 5 corresponds to Friday, which matches our previous calculation by counting back.
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?