Difference between revisions of "2022 AIME I Problems/Problem 9"
m (→Solution 2) |
(→Solution 4) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 6: | Line 6: | ||
==Solution 1== | ==Solution 1== | ||
Consider this position chart: <cmath>\textbf{1 2 3 4 5 6 7 8 9 10 11 12}</cmath> | Consider this position chart: <cmath>\textbf{1 2 3 4 5 6 7 8 9 10 11 12}</cmath> | ||
− | Since there has to be an even number of spaces between each pair of the same color, spots <math>1</math>, <math>3</math>, <math>5</math>, <math>7</math>, <math>9</math>, and <math>11</math> contain some permutation of all 6 colored balls. Likewise, so do the even spots, so the number of even configurations is <math>6! \cdot 6!</math> (after putting every pair of colored balls in opposite parity positions, the configuration can be shown to be even). This is out of <math>\frac{12!}{(2!)^6}</math> possible arrangements, so the probability is: <cmath>\frac{6!\cdot6!}{\frac{12!}{(2!)^6}} = \frac{6!\cdot2^6}{7\cdot8\cdot9\cdot10\cdot11\cdot12} = \frac{2^4}{7\cdot11\cdot3} = \frac{16}{231},</cmath> | + | Since there has to be an even number of spaces between each pair of the same color, spots <math>1</math>, <math>3</math>, <math>5</math>, <math>7</math>, <math>9</math>, and <math>11</math> contain some permutation of all <math>6</math> colored balls. Likewise, so do the even spots, so the number of even configurations is <math>6! \cdot 6!</math> (after putting every pair of colored balls in opposite parity positions, the configuration can be shown to be even). This is out of <math>\frac{12!}{(2!)^6}</math> possible arrangements, so the probability is: <cmath>\frac{6!\cdot6!}{\frac{12!}{(2!)^6}} = \frac{6!\cdot2^6}{7\cdot8\cdot9\cdot10\cdot11\cdot12} = \frac{2^4}{7\cdot11\cdot3} = \frac{16}{231},</cmath> |
which is in simplest form. So, <math>m + n = 16 + 231 = \boxed{247}</math>. | which is in simplest form. So, <math>m + n = 16 + 231 = \boxed{247}</math>. | ||
Line 12: | Line 12: | ||
==Solution 2== | ==Solution 2== | ||
− | We can simply use constructive counting. First, let us place the red | + | We can simply use constructive counting. First, let us place the red blocks; choose the first slot in <math>12</math> ways, and the second in <math>6</math> ways, because the number is cut in half due to the condition in the problem. This gives <math>12 \cdot 6</math> ways to place the red blocks. Similarly, there are <math>10 \cdot 5</math> ways to place the blue blocks, and so on, until there are <math>2 \cdot 1</math> ways to place the purple blocks. Thus, the probability is <cmath>\frac{12 \cdot 6 \cdot 10 \cdot 5 \cdot 8 \cdot 4 \cdot 6 \cdot 3 \cdot 4 \cdot 2 \cdot 2 \cdot 1}{12!}=\frac{16}{231},</cmath> and the desired answer is <math>16+231=\boxed{247}</math>. |
~A1001 | ~A1001 | ||
Line 21: | Line 21: | ||
-drag00n | -drag00n | ||
+ | |||
+ | ==Solution 4== | ||
+ | |||
+ | We can divide the <math>12</math> positions into odd and even positions. Each color needs one block in an odd position and one block in an even position. | ||
+ | |||
+ | WLOG, we place the first block of the first pair into an odd position. This leaves <math>6</math> even positions out of the <math>11</math> remaining positions for the second block of the first pair. This results in a probability of <math>\frac{6}{11}</math> for the second block to fall into an even position. | ||
+ | |||
+ | We can now place the first block of the second pair into another odd position, leaving <math>5</math> even positions out of the <math>9</math> remaining positions for the second block of the second pair. | ||
+ | |||
+ | Continuing this pattern for the other <math>4</math> pairs results in the product <math>\frac{6\cdot5\cdot4\cdot3\cdot2\cdot1}{11\cdot9\cdot7\cdot5\cdot3\cdot1}=\frac{16}{231}</math>. Thus, our answer is <math>16+231=\boxed{247}</math>. | ||
+ | |||
+ | ~Zhixing | ||
==Video Solution (Mathematical Dexterity)== | ==Video Solution (Mathematical Dexterity)== |
Latest revision as of 13:55, 13 January 2025
Contents
Problem
Ellina has twelve blocks, two each of red (), blue (
), yellow (
), green (
), orange (
), and purple (
). Call an arrangement of blocks
if there is an even number of blocks between each pair of blocks of the same color. For example, the arrangement
is even. Ellina arranges her blocks in a row in random order. The probability that her arrangement is even is
where
and
are relatively prime positive integers. Find
Solution 1
Consider this position chart:
Since there has to be an even number of spaces between each pair of the same color, spots
,
,
,
,
, and
contain some permutation of all
colored balls. Likewise, so do the even spots, so the number of even configurations is
(after putting every pair of colored balls in opposite parity positions, the configuration can be shown to be even). This is out of
possible arrangements, so the probability is:
which is in simplest form. So,
.
~Oxymoronic15
Solution 2
We can simply use constructive counting. First, let us place the red blocks; choose the first slot in ways, and the second in
ways, because the number is cut in half due to the condition in the problem. This gives
ways to place the red blocks. Similarly, there are
ways to place the blue blocks, and so on, until there are
ways to place the purple blocks. Thus, the probability is
and the desired answer is
.
~A1001
Solution 3
Use constructive counting, as per above. WLOG, place the red blocks first. There are 11 ways to place them with distance 0, 9 ways them to place with distance 2, so on, so the way to place red blocks is . Then place any other block similarly, with
ways (basic counting). You get then
ways to place the blocks evenly, and
ways to place the blocks in any way, so you get
by simplifying.
-drag00n
Solution 4
We can divide the positions into odd and even positions. Each color needs one block in an odd position and one block in an even position.
WLOG, we place the first block of the first pair into an odd position. This leaves even positions out of the
remaining positions for the second block of the first pair. This results in a probability of
for the second block to fall into an even position.
We can now place the first block of the second pair into another odd position, leaving even positions out of the
remaining positions for the second block of the second pair.
Continuing this pattern for the other pairs results in the product
. Thus, our answer is
.
~Zhixing
Video Solution (Mathematical Dexterity)
https://www.youtube.com/watch?v=dkoF7StwtrM
Video Solution (Power of Logic)
See Also
2022 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 8 |
Followed by Problem 10 | |
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.