Find the Day 30 Days from Now: Modulo 7 Math

  • Thread starter Thread starter ver_mathstats
  • Start date Start date
ver_mathstats
Messages
258
Reaction score
21

Homework Statement


Days of the week are 0 - Sun to 6 - Sat. Today is Monday, use addition modulo 7 to find the day of the week 30 days from now.

Homework Equations

The Attempt at a Solution


0 - Sunday, 1 - Monday, 2 - Tuesday, 3 - Wednesday, 4 - Thursday, 5 - Friday, and 6 - Saturday. Do we just take 30 mod 7 which is equal to 2 and Tuesday would be our day? Or must I add 1 + 2 = 3 so that Wednesday is the day?

Thank you.
 
Physics news on Phys.org
ver_mathstats said:

Homework Statement


Number the days of the week from 0 - Sun to 6 - Sat. Today is Monday, use addition modulo 7 to find the day of the week 30 days from now.

Homework Equations

The Attempt at a Solution


0 - Sunday, 1 - Monday, 2 - Tuesday, 3 - Wednesday, 4 - Thursday, 5 - Friday, and 6 - Saturday. Do we just take 30 mod 7 which is equal to 2 and Tuesday would be our day? Or must I add 1 + 2 = 3 so that Wednesday is the day?

Thank you.
You could simply count the 30 days to answer your question.

If today is Monday, then we have day 1. In 30 days we have day 31, which is 3 modulo seven, i.e. Wednesday.
However, if "from now on" means to count today as well, then it's 1+29=30 = 2, Tuesday.

Thus it is more a matter of language than of mathematics. I hate those questions for their notorious ambiguity.
 
  • Like
Likes CivilSigma
fresh_42 said:
You could simply count the 30 days to answer your question.

If today is Monday, then we have day 1. In 30 days we have day 31, which is 3 modulo seven, i.e. Wednesday.
However, if "from now on" means to count today as well, then it's 1+29=30 = 2, Tuesday.

Thus it is more a matter of language than of mathematics. I hate those questions for their notorious ambiguity.
Yes that's why I'm confused, that's how the question was worded and I wasn't sure if I had to include the Monday or not, when I counted it I got Tuesday but I am still unsure if I must include the Monday. Thank you for the reply however.
 
ver_mathstats said:
Yes that's why I'm confused, that's how the question was worded and I wasn't sure if I had to include the Monday or not, when I counted it I got Tuesday but I am still unsure if I must include the Monday. Thank you for the reply however.
If today is Monday, what day is it one day from now? Did you count Monday? If you did, it would still be Monday one day from now.
 
  • Like
Likes jbriggs444
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top