Difference between revisions of "2005 Alabama ARML TST Problems/Problem 5"

(Solution)
(Problem: Spelling)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
==Problem==
 
==Problem==
A <math>2\times 2</math> square grid is constructed with four <math>1\times 1</math> squares. The square on the upper left is labeled <i>A</i>, the square on the upper right is labeled <i>B</i>, the square in the lower left is labled <i>C</i>, and the square on the lower right is labeled <i>D</i>. The four squares are to be painted such that 2 are blue, 1 is red, and 1 is green. In how many ways can this be done?
+
A <math>2\times 2</math> square grid is constructed with four <math>1\times 1</math> squares. The square on the upper left is labeled <i>A</i>, the square on the upper right is labeled <i>B</i>, the square in the lower left is labeled <i>C</i>, and the square on the lower right is labeled <i>D</i>. The four squares are to be painted such that 2 are blue, 1 is red, and 1 is green. In how many ways can this be done?
 +
 
 
==Solution==
 
==Solution==
 
We choose two squares to be blue and one to be red; then the green's position is forced. There are <math>{4 \choose 2}{2 \choose 1}=12</math> ways to do this.
 
We choose two squares to be blue and one to be red; then the green's position is forced. There are <math>{4 \choose 2}{2 \choose 1}=12</math> ways to do this.
  
Equivalently, we could choose one square to be red and one square to be green, then blue is forced: <math>\binom{4}{1} \binom{3}{1}=12</math>. or 4x3
+
Equivalently, we could choose one square to be red and one square to be green, then blue is forced: <math>\binom{4}{1} \binom{3}{1}=12</math>.
  
 
==See Also==
 
==See Also==

Revision as of 20:24, 4 January 2019

Problem

A $2\times 2$ square grid is constructed with four $1\times 1$ squares. The square on the upper left is labeled A, the square on the upper right is labeled B, the square in the lower left is labeled C, and the square on the lower right is labeled D. The four squares are to be painted such that 2 are blue, 1 is red, and 1 is green. In how many ways can this be done?

Solution

We choose two squares to be blue and one to be red; then the green's position is forced. There are ${4 \choose 2}{2 \choose 1}=12$ ways to do this.

Equivalently, we could choose one square to be red and one square to be green, then blue is forced: $\binom{4}{1} \binom{3}{1}=12$.

See Also

2005 Alabama ARML TST (Problems)
Preceded by:
Problem 4
Followed by:
Problem 6
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15