- UID
- 579779
- 在线时间
- 小时
- 注册时间
- 2010-11-3
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
For a certain race, 3 teams were allowed to enter 3 members each.A team earned 6 – n points whenever one of its members finished in nth place, where 1 ≤ n ≤ 5.There were no ties, disqualifications, orwithdrawals.If no team earned more than 6 points, what is the least possible score a team could have earned?
A.0
B.1
C.2
D.3
E.4
- - - - - - - The only points each team member can get are 5, 4, 3, 2, 1. If no team earned more than 6 points, then let's team A gets 6 (5 and 1) and team B gets 6 (4 and 2), what is left is 3 points only for team C. Hence, the least possible score a team could have earned is 3, if no team got more than 6 points. |
|