Peg positions
Source:
March 3, 2006
countingdistinguishabilityratioAMC 10
Problem Statement
There are yellow pegs, red pegs, green pegs, blue pegs, and orange peg 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?[asy]
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));
dot((1,2));
dot((2,2));
dot((0,3));
dot((1,3));
dot((0,4));[/asy]