We will use Zeller’s Congruence to determine the day of the week. The formula for the Gregorian calendar is:
\( h = q + \frac{13(m + 1)}{5} + \frac{K}{4} + \frac{J}{4} + 5J \mod 7 \)
Where:
Step 1: Adjust the Month and Year
For July, the month value m = 7. No adjustment to the year is needed.
Step 2: Assign Values
Step 3: Plug Values into Zeller’s Congruence
\( h = 16 + \frac{13(7 + 1)}{5} + \frac{76}{4} + \frac{17}{4} + 5(17) \mod 7 \)
Calculate each term:
Now, substitute these values:
\( h = (16 + 20 + 76 + 19 + 4 + 85) \mod 7 \)
\( h = (220) \mod 7 \)
\( h = 220 \mod 7 = 3 \)
Step 4: Interpret the Result
Final Answer: 16th July 1776 was a Tuesday.
If it was a Friday on 15th September 2023, then what will be the day on 20th September 2024?