Question

Problem 1. Every day $20.27 gets added to an account (that starts empty). How many days does it take for the account total to

0 0
Add a comment Improve this question Transcribed image text
Answer #1

So, the problem simply asks us to find the time when adding $20.27 daily to an empty account will make the account total end in .99. Now, the fractional part, 0.27 is the only part that is important to us here.

In fact, we can even discard the decimals at this point.

We have to find the number of times we can add 27 until the last two digits become 99 for the first time. Now, the fastest way to find the last two digits on a number is to take the number modulo 100, that is, the remainder of the number when divided by 100.

That is, for any number n, \small n(\mod 100) gives us the last two digits of the number.

Now, if we add 27 each day, then the total after x days is 27x, so our equation modelling the whole problem reduces to the linear congruence

\small 27x\equiv 99\mod 100

Now, solving this linear congruence we get the first solution as x = 37, in fact, if we check we can see that

\small 27\times 37=999\equiv 99\mod 100

Thus, we have a solution.

Therefore, the account total will first end in .99 after 37 days, and the corresponding total will be:

\small 20.27\times 37=\$ \;749.99

Add a comment
Know the answer?
Add Answer to:
Problem 1. Every day $20.27 gets added to an account (that starts empty). How many days...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT