AoPSWiki
Looking for a challenging algebra text? Preparing for MATHCOUNTS or the AMC exams?
Check out Art of Problem Solving's Introduction to Algebra by Richard Rusczyk.

2000 AMC 10 Problems/Problem 13

From AoPSWiki

Problem

There are 5 yellow pegs, 4 red pegs, 3 green pegs, 2 blue pegs, and 1 orange peg to be placed on a triangular peg board. In how many ways can the pegs be placed so that no (horizontal) row or (vertical) column contains two pegs of the same color?

unitsize(20);dot((0,0));dot((1,0));dot((2,0));dot((3,0));dot((4,0));dot((0,1));dot((1,1));dot((2,1));dot((3,1));dot((0,2));do...


\mathrm{(A)}\ 0 \qquad\mathrm{(B)}\ 1 \qquad\mathrm{(C)}\ 5!\cdot 4!\cdot 3!\cdot 2!\cdot 1!  \qquad\mathrm{(D)}\ \frac{15!}{...

Solution

In each column there must be one yellow peg. In particular, in the rightmost column, there is only one peg spot, therefore a yellow peg must go there.

In the second column from the right, there are two spaces for pegs. One of them is in the same row as the corner peg, so there is only one remaining choice left for the yellow peg in this column.

By similar logic, we can fill in the yellow pegs as shown:

unitsize(20);dot((0,0));dot((1,0));dot((2,0));dot((3,0));label("Y",(4,-.35),N);dot((0,1));dot((1,1));dot((2,1));lab...

After this we can proceed to fill in the whole pegboard, so there is only 1 arrangement of the pegs. The answer is \boxed{\text{B}}

unitsize(20);label("O",(0,-.35),N);label("B",(1,-.35),N);label("G",(2,-.35),N);label("R&qu...

See Also

2000 AMC 10 (ProblemsResources)
Preceded by
Problem 12
Followed by
Problem 14
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Trying to get to the USAMO in 2010? Our AIME Problem Series can help you get there! Click here to enroll today!
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us