Day of the Week Puzzle: Solving with Modular (Clock) Arithmetic

  • Thread starter Thread starter Maw615
  • Start date Start date
  • Tags Tags
    Arithmetic
AI Thread Summary
To solve the day of the week puzzle using modular arithmetic, the key is recognizing that the week repeats every seven days. The problem involves calculating 4^1000 days from a Sunday. Observations reveal a pattern in the remainders when powers of 4 are divided by 7: 4^1 gives a remainder of 4, 4^2 gives 2, 4^3 gives 1, and then it repeats. Since 1000 mod 3 equals 1, it follows that 4^1000 has the same remainder as 4^1, which is 4. Therefore, 4^1000 days from Sunday lands on Thursday.
Maw615
Messages
3
Reaction score
0
I have this question and you need to use Modular (Clock) Arithmetic to solve it. If there is any work I need to know that. If you don't know the answer, is there anyway you can just tell me the process of how to do it? Thank you very, very much! Here is the problem:

What day of the week will 4^1000 days from a Sunday?
 
Physics news on Phys.org
Have you considered that the week always repeats itself after seven days. Seven days after Sunday it's Sunday again, also after 7000000000 days. Consequently 700000000000000002 days from a Sunday it will be Tuesday. Would that help?
 
Well after looking at this, I noticed a pattern. When you square 4 the first time, the remainder of that number divided by 7 is 2. when you cube 4 the remainder is 1. When you put it to the 4th the remainder is 4, then this pattern repeats. So then since it is to the 1000, it would be 4 days after sunday.
 
Last edited:
Thank you very, very much for your help! :smile:
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Back
Top