This is probably a remedial question for all you experts out there, but I am having some trouble with it.
A certain library assesses fines for overdue books as follows. On the first day that a book is overdue, the total fine is $0.10. For each addtional day that the book is overdue, the total fine is either increased by $0.30 or doubled, whichever results in the lesser amount. What is the total fine for a book on the fourth day it is overdue?
-.60
-.70 - correct
-.80
-.90
-1.00
The way I solved this was
Days 1 2 3 4
2X .10 .20 .40 .80
+.30 .10 .40 .70 1.00
Im sure it is probably more complicated then the way I laid it out, can someone break it down into simple terms..thanks.