返回题库

AIME 2000 II · 第 5 题

AIME 2000 II — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Given eight distinguishable rings, let nn be the number of possible five-ring arrangements on the four fingers (not the thumb) of one hand. The order of rings on each finger is significant, but it is not required that each finger have a ring. Find the leftmost three nonzero digits of nn.

解析

Solution

There are (85)\binom{8}{5} ways to choose the rings, and there are 5!5! distinct arrangements to order the rings [we order them so that the first ring is the bottom-most on the first finger that actually has a ring, and so forth]. The number of ways to distribute the rings among the fingers is equivalent the number of ways we can drop five balls into 4 urns, or similarly dropping five balls into four compartments split by three dividers. The number of ways to arrange those dividers and balls is just (83)\binom {8}{3}.

Multiplying gives the answer: (85)(83)5!=376320\binom{8}{5}\binom{8}{3}5! = 376320, and the three leftmost digits are 376\boxed{376}.

Solution 2

There are (85)\binom{8}{5}to choose the rings. Now, call the rings AA, BB, CC, DD, and EE. Any possible ring combination can be generating by scrambling ABCDEABCDE and adding three dividers - the things to the left of the first divider will be on the first finger, the things between the first and the second will be on the second finger, and so on. For example, ADCBEA|D||CBE represents ring AA on the first finger, DD on the second, none on the third, and CC, BB, and EE in that order on the fourth. In other words, we simply need to count the number of distinguishable rearrangements of ABCDEABCDE|||. There are 8!3!\frac{8!}{3!} of them.

Thus the total number of ways is (85)8!3!=376320\binom{8}{5}\frac{8!}{3!} = 376320 and we submit 376\boxed{376}.

~ NamelyOrange