Hi-
A certain library assesses fines for overdue books as follows: On the first day that a book is overdue, the total fine is 0.1. For each additional day that the book is overdue, the total fine is either increased by 0.3 or doubled, whichever results in the lesser amount. What is the total fine for a book on the fourth day it is overdue?
My thinking process
Day 1 0.1+ Day 2 0.2 ( because double is lesser than +0.3) , + Day 3 will be 0.4 + Day 4 will be 0.7 ( as this time increased by 0.3 is lesser than doubled) total will be 1.1 but 1.1 is not the answer so I assume it is 0.7 ( Day 1- Day 3) but the question said on the fourth day it is overdue, so I thought it should count the 4th day or there is something wrong with my calculation? I guess it correctly as the answer is 0.7. Thanks!
A certain library assesses fines for overdue books as follows: On the first day that a book is overdue, the total fine is 0.1. For each additional day that the book is overdue, the total fine is either increased by 0.3 or doubled, whichever results in the lesser amount. What is the total fine for a book on the fourth day it is overdue?
My thinking process
Day 1 0.1+ Day 2 0.2 ( because double is lesser than +0.3) , + Day 3 will be 0.4 + Day 4 will be 0.7 ( as this time increased by 0.3 is lesser than doubled) total will be 1.1 but 1.1 is not the answer so I assume it is 0.7 ( Day 1- Day 3) but the question said on the fourth day it is overdue, so I thought it should count the 4th day or there is something wrong with my calculation? I guess it correctly as the answer is 0.7. Thanks!














