A certain library assesses fines for overdue book as follows. On the 1st 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 4th day it is overdue?
请注意题目中这句话: 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.
请注意题目中这句话: 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.