Difference between revisions of "1996 AIME Problems/Problem 7"

(Solution)
m (Solution 2 (Casework))
 
(2 intermediate revisions by one other user not shown)
Line 45: Line 45:
 
There are 4 cases:  
 
There are 4 cases:  
 
1. The center square is occupied, in which there are <math>12</math> cases.
 
1. The center square is occupied, in which there are <math>12</math> cases.
2. The center square isn't occupied and the two squares are opposite each other with respect to the center square, in which there are <math>12</math> cases.
+
2. The center square isn't occupied and the two squares that are opposite to each other with respect to the center square, in which there are <math>12</math> cases.
3. The center square isn't occupied and the two squares can rotate to each other with a <math>90^{\circ}</math> rotation with each other with respect to the center square, in which case there are <math>12</math> cases.
+
3. The center square isn't occupied and the two squares can rotate to each other with a <math>90^{\circ}</math> rotation with each other and with respect to the center square, in which case there are <math>12</math> cases.
4. And finally, the two squares can't rotate to each other with respect to the center square in which case there are <math>\dbinom{12}{2} \cdot 4 = 264</math> cases.  
+
4. And finally, the two squares can't rotate to each other with respect to the center square in which case there are <math>\dbinom{12}{2} \cdot \frac{16}{4} = 264</math> cases.  
Add up all the cases to get <math>\boxed{300}</math> as your answer.
+
Add up all the values for each case to get <math>\boxed{300}</math> as your answer.
  
 
~First
 
~First

Latest revision as of 11:44, 26 June 2020

Problem

Two squares of a $7\times 7$ checkerboard are painted yellow, and the rest are painted green. Two color schemes are equivalent if one can be obtained from the other by applying a rotation in the plane board. How many inequivalent color schemes are possible?

Solution 1 (Generalized)

There are ${49 \choose 2}$ possible ways to select two squares to be painted yellow. There are four possible ways to rotate each board. Given an arbitrary pair of yellow squares, these four rotations will either yield two or four equivalent but distinct boards.

          [asy] pathpen = black; pair O = (3.5,3.5); D(O); for(int i=0;i<7;++i)  for(int j=0;j<7;++j)   D(shift(i,j)*unitsquare); fill(shift(4,3)*unitsquare,rgb(1,1,.4));fill(shift(4,5)*unitsquare,rgb(1,1,.4)); fill(shift(3,4)*unitsquare,rgb(.8,.8,.5));fill(shift(1,4)*unitsquare,rgb(.8,.8,.5)); fill(shift(2,3)*unitsquare,rgb(.8,.8,.5));fill(shift(2,1)*unitsquare,rgb(.8,.8,.5)); fill(shift(3,2)*unitsquare,rgb(.8,.8,.5));fill(shift(5,2)*unitsquare,rgb(.8,.8,.5));  D(arc(O,1,280,350),EndArrow(4)); D(arc(O,5^.5,-20,50),EndArrow(4)); D(arc(O,1,10,80),EndArrow(4)); D(arc(O,5^.5,70,140),EndArrow(4)); D(arc(O,1,190,260),EndArrow(4)); D(arc(O,5^.5,250,320),EndArrow(4)); D(arc(O,1,100,170),EndArrow(4)); D(arc(O,5^.5,160,230),EndArrow(4)); [/asy]          [asy]pathpen = black; pair O = (3.5,3.5); D(O); for(int i=0;i<7;++i)  for(int j=0;j<7;++j)   D(shift(i,j)*unitsquare); fill(shift(4,5)*unitsquare,rgb(1,1,.4)); fill(shift(2,1)*unitsquare,rgb(1,1,.4)); fill(shift(1,4)*unitsquare,rgb(.8,.8,.5)); fill(shift(5,2)*unitsquare,rgb(.8,.8,.5));  D(arc(O,5^.5,-20,50),EndArrow(4)); D(arc(O,5^.5,70,140),EndArrow(4)); D(arc(O,5^.5,250,320),EndArrow(4)); D(arc(O,5^.5,160,230),EndArrow(4)); [/asy]
For most pairs, there will be
three other equivalent boards.
For those symmetric about the center,
there is only one other.

Note that a pair of yellow squares will only yield $2$ distinct boards upon rotation iff the yellow squares are rotationally symmetric about the center square; there are $\frac{49-1}{2}=24$ such pairs. There are then ${49 \choose 2}-24$ pairs that yield $4$ distinct boards upon rotation; in other words, for each of the ${49 \choose 2}-24$ pairs, there are three other pairs that yield an equivalent board.

Thus, the number of inequivalent boards is $\frac{{49 \choose 2} - 24}{4} + \frac{24}{2} = \boxed{300}$. For a $(2n+1) \times (2n+1)$ board, this argument generalizes to $n(n+1)(2n^2+2n+1)$ inequivalent configurations.

Solution 2 (Casework)

There are 4 cases: 1. The center square is occupied, in which there are $12$ cases. 2. The center square isn't occupied and the two squares that are opposite to each other with respect to the center square, in which there are $12$ cases. 3. The center square isn't occupied and the two squares can rotate to each other with a $90^{\circ}$ rotation with each other and with respect to the center square, in which case there are $12$ cases. 4. And finally, the two squares can't rotate to each other with respect to the center square in which case there are $\dbinom{12}{2} \cdot \frac{16}{4} = 264$ cases. Add up all the values for each case to get $\boxed{300}$ as your answer.

~First

See also

1996 AIME (ProblemsAnswer KeyResources)
Preceded by
Problem 6
Followed by
Problem 8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png