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
6-n1+6-n2+6-n3=18-n1+n2+n3小于等于6,其中n1,n2和n3在1到5之间包含1和5,问18-n1+n2+n3最小是多少,n1+n2+n3最大就好,都取5就是15,18-15=3
登录 或 注册 后可以参加讨论