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
If no team earned more than 6 points, what is the least possible score a team could have earned
没有超过6分,问得分最少的情况
直接取最大值(6分)NO MORE THAN是小于等!于!
登录 或 注册 后可以参加讨论