- UID
- 117531
- 在线时间
- 小时
- 注册时间
- 2005-10-11
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
PS题:一个图书馆对overdue的图书进行罚款。On the first the book isoverdue, the total fine is $0.1。For each addtional day that the book is overdue, the total fine is either increased by $0.3 or doubled, which ever results in the lesser amount. What is the total fine for a book on the fourth day it is overdue? A 0.6 B 0.7 C 0.8 D 0.9 E 1.0 答案是B 0.7
我的答案是0.8,我是这样算的:根据第一种罚款计算办法,第四天的罚款总额为:0.1+0.3*3=1.0; 根据第二种罚款办法,第四天的罚款总额为:0.1*2*2*2=0.8, 0.8<1.0, 所以总罚款额应该为0.8
请问有谁知道我哪个地方做错了? 先谢过了~~ |
|