It looks like there's a small mistake in the instructions on your worksheet. The title says
"Yesterday & Tomorrow", and it asks to write the month that comes before and after, but the table lists
days of the week (e.g., Saturday, Sunday, etc.), not months.
So, the task is actually about
days of the week, not months. Let’s solve it correctly based on what’s written.
---
✔ Task:
For each "Today" day listed, write the
day before (Yesterday) and the
day after (Tomorrow).
Here’s the correct solution:
| Yesterday | Today | Tomorrow |
|-----------|-----------|----------|
| Friday | Saturday | Sunday |
| Saturday | Sunday | Monday |
| Sunday | Monday | Tuesday |
| Monday | Tuesday | Wednesday|
| Tuesday | Wednesday | Thursday |
| Wednesday | Thursday | Friday |
| Thursday | Friday | Saturday |
| Sunday | Monday | Tuesday |
| Monday | Tuesday | Wednesday|
| Saturday | Sunday | Monday |
| Wednesday | Thursday | Friday |
---
🔍 Explanation:
We use the standard order of the days of the week:
> Sunday → Monday → Tuesday → Wednesday → Thursday → Friday → Saturday → Sunday
-
Yesterday = the day before "Today"
-
Tomorrow = the day after "Today"
For example:
- If
Today is
Saturday, then:
-
Yesterday = Friday
-
Tomorrow = Sunday
This pattern continues for all entries.
---
✔ Final Answer:
Fill in the blanks as shown in the table above.
Let me know if you'd like this formatted for printing or want a version with answers filled in!
Parent Tip: Review the logic above to help your child master the concept of worksheet on days of the.