0
$\begingroup$

If a calendar has 427 days in the year and 8 days a week and the first day of their current year, which is 1027 falls on the second day of their week. What day of the week will the first day of the year 1050 fall?

I really do not understand this so could someone help me figure out and understand how to solve it please?

  • 0
    I know that the answer is the 7th day of the week but I figured it a different way , I just need to understand the modular arithmetic way.2012-02-27
  • 0
    Note that $(427)(23)\equiv 5 \pmod 8$. So we have advanced by $5$ days of the week.2012-02-27
  • 0
    Okay, but how do you solve (427)(23)=5 (mod 8)?2012-02-27
  • 0
    You want to find the remainder when $(427)(23)$ is divided by $8$. The remainder of $424$ is $0$, so for $427$ it is $3$. The remainder of $16$ is $0$, so the remainder of $23$ is $7$. Multiply $3$ by $7$. You get $21$, which has remainder $5$. Or else, with a calculator, multiply $427$ by $23$. I get $9821$. To find the remainder on division by $8$, divide by $8$ on the calculator. I get $1227.625$. Subtract $1227$ on the calculator, then multiply by $8$. We get $5$.2012-02-27
  • 0
    Thank you so much, I actually get that now!2012-02-27
  • 0
    Two general principles are useful: if $x\equiv a \pmod m$, and $y\equiv b \pmod m$, then (i) $x+ y\equiv a+b\pmod m$ and (ii) xy \equiv ab \pmod m$. I used (ii) in my first calculation.2012-02-27
  • 1
    Now that you get it, SNS, you can write it up as an answer and then, if no one finds a mistake in it, you can accept it after a while.2012-02-27
  • 0
    @GerryMyerson The user must have fell into another trap involving modular arithmetics and calendars... never visited the site again after *February 29*.2013-06-11
  • 0
    @user, I applaud you for filling in for SNS.2013-06-12

2 Answers 2