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, or withdrawals. If no team earned more than 6 points, what is the least possible score a team could have earned?
0
1
2
3
4
看不懂这道题,求讲解
某项比赛,3个队分别有3名队员参加。一个队他的队员得到第n名,队伍就能得到6-n分, 这里1 ≤ n ≤ 5(也就是说只有前五名能得分!跑到5名之后的都没有分数!)不考虑特殊情况,若没有队伍得到超过6分,问一个队最少可能的得分是多少?
只有前五名能得分,分别分数是5,4,3,2,1,共能得到15分。考虑其中两个队得6分,则最少可能的得分是15-6×2=3分
好的,知道了,谢谢。那个nth place 是第几名的意思啊。我一开始理解成第几轮结束了。
登录 或 注册 后可以参加讨论