SOLUTION: Hi, not sure how to tackle the working out for this question: I take a tablet every 10 days. If I take my first tablet on Monday and have 25 tablets, on what day will I take the la

Algebra.Com
Question 1206283: Hi, not sure how to tackle the working out for this question: I take a tablet every 10 days. If I take my first tablet on Monday and have 25 tablets, on what day will I take the last tablet. The answer my teacher gave is a Wednesday. Should I use modular arithmetic to solve, very stuck. Thank you.
Found 3 solutions by ikleyn, Theo, greenestamps:
Answer by ikleyn(52788)   (Show Source): You can put this solution on YOUR website!
.
Hi, not sure how to tackle the working out for this question:
I take a tablet every 10 days. If I take my first tablet on Monday and have 25 tablets,
on what day will I take the last tablet.
The answer my teacher gave is a Wednesday. Should I use modular arithmetic to solve, very stuck. Thank you.
~~~~~~~~~~~~~~~~~


        O-o-p-s !

        I agree with the @greenestamps notice, saying that the period in this problem is 10 days, not 9.

        @greenestamps, thanks for noticing my fault.

        Having it, I re-wrote my solution, so now you see the updated version.


    +-------------------------------------------------------------------------------+
    |  To start solving, notice that taking a tablet every 10 days means            |
    |  that the process of taking tablets is periodical with the period of 10 days. |
    +-------------------------------------------------------------------------------+


Imagine that the days are coded in this natural way, using numbers from 1 to 7 
instead of the days standard naming

    Mo Tu We Th Fr Sa Su     (*)
     1  2  3  4  5  6  7


Next, imasgine that you have long sequence of these numbers, repeating in this natural order

     1  2  3  4  5  6  7  1  2  3  4  5  6  7  1  2 . . . . 


Then your day in this sequence is this coding number  (10*24+1 mod 7)
(i.e. 24 intervals of 10 days plus the next day, and the sum is taken modulo 7).


Multiply 10*24 and add 1.  You will get 241.
Find the remainder after division 241 by 7. 
The division is 241 = 34*7 + 3.
Thus the remainder is 3.
In other words, (10*24+1 mod 7) = 3.
The remainder "3" is the code for the 3-rd day in the sequence (*).

Hence, you will take your last tablet on Wednesday.

Solved.

Nice problem.


/////////////////////


Yes,  the idea is correct to use modular arithmetic.

But still there is an underwater stone  (a trap)  which should be treated accurately.

The stone is to determine  CORRECTLY  that the day of interest is  24*10+1  (not  25*10).

After that,  applying modular arithmetic will lead you to the answer quickly and straightforward.



Answer by Theo(13342)   (Show Source): You can put this solution on YOUR website!
i did it this way.
building up from 1 tablet to 2 tablets to 3 tablets.
monday = day 1 of the week.
tuesday = day 2 of the week.
........
sunday = day 7 of the week.

one 10 day period = 10 days.
divide that by 7 and you get one 7 day period plus 3 days more.
day 3 = wednesday.
that was confirmed to be good.
two 10 day periods = 20 days.
divide that by 7 and you get two 7 day periods plus 6 days more.
day 6 would be saturday.
that was confirmed to be good.

three 10 day periods = 30 days.
divide that by 7 and you get four 7 day periods plus 2 days more.
day 2 would be tuesday.
that was confirmed to be good.

four 10 day periods = 40 days.
divide that by 7 and you get five 7 day periods plus 5 days more.
day 5 would be friday.

i confirmed with a module calculator that these results are accurate.

extending this to 25 ten day periods, you should get 250 / 7 = 35 seven day periods with 5 days left over.
day 5 would be friday.

teacher's answer does not appear to be right.
the solution looks like it's friday.

here'e the modulo calculator i used.

https://www.calculatorsoup.com/calculators/math/modulo-calculator.php



Answer by greenestamps(13200)   (Show Source): You can put this solution on YOUR website!


You get into trouble if you think in terms of the interval between tablets.

You take a tablet every 10 days. If you take the first tablet on the 1st of the month, then you will take your next tablets on the 11th and 21st.

And taking the first tablet on Monday means you have 24 more tablets to take, not 25.

So the last tablet will be taken 24*10 = 240 days after the first. 240 days divided by 7 days per week gives 34 weeks plus 2 days. Since the first tablet was taken on a Monday, the last tablet will be taken on a Wednesday.

The answer your teacher gave you is correct.

ANSWER: Wednesday


RELATED QUESTIONS

A parient needs to take a certain tablet for 7 days. If he has to take one tablet every 3 (answered by josgarithmetic)
Alice is charging her phone and tablet at the same time. The phone has 15% of a charge... (answered by ikleyn)
A survey of 95 persons was conducted at PCC. Everyone was asked if they carried a cell... (answered by math_tutor2020)
Good Day, I didn't get any response to this question.....The demand function for a... (answered by CPhill)
A pharmaceutical company is developing a new drug. The level of the new drug reduces by... (answered by FrankM,Theo)
how much longer do i need to save if i have 137 in the bank and i save 16.50 a week for a (answered by richard1234)
I would like to know how to solve this one.Your dream tablet is on sale for 20% off the... (answered by ikleyn)
hi, my name is nia. i am having a problem with equations. i think it's called equation... (answered by Alan3354)
You have a headache and decide to take a 200-mg over-the-counter headache medicine tablet (answered by ewatrrr)