Difference between revisions of "2010 AMC 12B Problems/Problem 17"
({{solution}}) |
(→Solution) |
||
Line 6: | Line 6: | ||
== Solution == | == Solution == | ||
+ | The first 4 numbers will form one of 3 tetris "shapes". | ||
+ | |||
+ | First, let's look at the numbers that form a 2x2 block, sometimes called tetris <math> O</math>: | ||
+ | |||
+ | <math> \begin{tabular}{|c|c|c|} \hline 1 & 2 & \\ | ||
+ | \hline 3 & 4 & \\ | ||
+ | \hline & & \\ | ||
+ | \hline \end{tabular}</math> | ||
+ | |||
+ | <math> \begin{tabular}{|c|c|c|} \hline 1 & 3 & \\ | ||
+ | \hline 2 & 4 & \\ | ||
+ | \hline & & \\ | ||
+ | \hline \end{tabular}</math> | ||
+ | |||
+ | Second, let's look at the numbers that form a vertical "L", sometimes called tetris <math> J</math>: | ||
+ | |||
+ | <math> \begin{tabular}{|c|c|c|} \hline 1 & 4 & \\ | ||
+ | \hline 2 & & \\ | ||
+ | \hline 3 & & \\ | ||
+ | \hline \end{tabular}</math> | ||
+ | |||
+ | <math> \begin{tabular}{|c|c|c|} \hline 1 & 3 & \\ | ||
+ | \hline 2 & & \\ | ||
+ | \hline 4 & & \\ | ||
+ | \hline \end{tabular}</math> | ||
+ | |||
+ | <math> \begin{tabular}{|c|c|c|} \hline 1 & 2 & \\ | ||
+ | \hline 3 & & \\ | ||
+ | \hline 4 & & \\ | ||
+ | \hline \end{tabular}</math> | ||
+ | |||
+ | Third, let's look at the numbers that form a horizontal "L", sometimes called tetris <math> L</math>: | ||
+ | |||
+ | <math> \begin{tabular}{|c|c|c|} \hline 1 & 2 & 3 \\ | ||
+ | \hline 4 & & \\ | ||
+ | \hline & & \\ | ||
+ | \hline \end{tabular}</math> | ||
+ | |||
+ | <math> \begin{tabular}{|c|c|c|} \hline 1 & 2 & 4 \\ | ||
+ | \hline 3 & & \\ | ||
+ | \hline & & \\ | ||
+ | \hline \end{tabular}</math> | ||
+ | |||
+ | <math> \begin{tabular}{|c|c|c|} \hline 1 & 3 & 4 \\ | ||
+ | \hline 2 & & \\ | ||
+ | \hline & & \\ | ||
+ | \hline \end{tabular}</math> | ||
+ | |||
+ | Now, the numbers 6-9 will form similar shapes (rotated by 180 degrees, and anchored in the lower-right corner of the 3x3 grid). | ||
+ | |||
+ | If you match up one tetris shape from the numbers 1-4 and one tetris shape from the numbers 6-9, there is only one place left for the number 5 to be placed. | ||
+ | |||
+ | So what shapes will physically fit in the 3x3 grid, together? | ||
+ | |||
+ | <math> \begin{tabular}{ccl} 1 - 4 shape & 6 - 9 shape & number of pairings \\ | ||
+ | O & J & 2\times 3 = 6 \\ | ||
+ | O & L & 2\times 3 = 6 \\ | ||
+ | J & O & 3\times 2 = 6 \\ | ||
+ | J & J & 3 \times 3 = 9 \\ | ||
+ | L & O & 3 \times 2 = 6 \\ | ||
+ | L & L & 3 \times 3 = 9 \\ | ||
+ | O & O & \qquad \text{They don't fit} \\ | ||
+ | J & L & \qquad \text{They don't fit} \\ | ||
+ | L & J & \qquad \text{They don't fit} \\ | ||
+ | \end{tabular}</math> | ||
+ | |||
+ | The answer is <math> 4\times 6 + 2\times 9 = \boxed{\text{(D) }42}</math>. | ||
== See also == | == See also == | ||
{{AMC12 box|year=2010|num-b=16|num-a=18|ab=B}} | {{AMC12 box|year=2010|num-b=16|num-a=18|ab=B}} |
Revision as of 18:41, 31 May 2011
This problem needs a solution. If you have a solution for it, please help us out by adding it.
Problem
The entries in a array include all the digits from through , arranged so that the entries in every row and column are in increasing order. How many such arrays are there?
Solution
The first 4 numbers will form one of 3 tetris "shapes".
First, let's look at the numbers that form a 2x2 block, sometimes called tetris :
Second, let's look at the numbers that form a vertical "L", sometimes called tetris :
Third, let's look at the numbers that form a horizontal "L", sometimes called tetris :
Now, the numbers 6-9 will form similar shapes (rotated by 180 degrees, and anchored in the lower-right corner of the 3x3 grid).
If you match up one tetris shape from the numbers 1-4 and one tetris shape from the numbers 6-9, there is only one place left for the number 5 to be placed.
So what shapes will physically fit in the 3x3 grid, together?
$\begin{tabular}{ccl} 1 - 4 shape & 6 - 9 shape & number of pairings \\ O & J & 2\times 3 = 6 \\ O & L & 2\times 3 = 6 \\ J & O & 3\times 2 = 6 \\ J & J & 3 \times 3 = 9 \\ L & O & 3 \times 2 = 6 \\ L & L & 3 \times 3 = 9 \\ O & O & \qquad \text{They don't fit} \\ J & L & \qquad \text{They don't fit} \\ L & J & \qquad \text{They don't fit} \\ \end{tabular}$ (Error compiling LaTeX. Unknown error_msg)
The answer is .
See also
2010 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 16 |
Followed by Problem 18 |
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 | |
All AMC 12 Problems and Solutions |