1999 CEMC Pascal Problems/Problem 11
Revision as of 19:19, 29 June 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== Today is Wednesday. What day of the week will it be <math>100</math> days from now? <math> \text{ (A) }\ \text{Monday} \qquad\text{ (B) }\ \text{Tuesday} \qquad\t...")
Problem
Today is Wednesday. What day of the week will it be days from now?
Solution
The days of the week repeat every days. Thus, we can see what the remainder is when dividing
by
is, and add however many days we need to Wednesday.
, but
. This means that the quotient must be
.
is
more than
, so we need to see what day of the week is
days after Wednesday.
days after Wednesday is
.
~anabel.disher