Difference between revisions of "2015 AMC 10A Problems/Problem 22"
m (→Solution 3 (Recursion)) |
m (→Solution 5 (Recursion)) |
||
Line 162: | Line 162: | ||
Since <math>h_7=t_6</math> due to the fact that <math>h_n=t_{n-1}</math>, our answer is <math>\frac{34+13}{256}=\boxed{\textbf{(A) } \dfrac{47}{256}}</math>. | Since <math>h_7=t_6</math> due to the fact that <math>h_n=t_{n-1}</math>, our answer is <math>\frac{34+13}{256}=\boxed{\textbf{(A) } \dfrac{47}{256}}</math>. | ||
− | ~ | + | ~shiddatsingh |
== Video Solution by Richard Rusczyk == | == Video Solution by Richard Rusczyk == |
Revision as of 16:13, 21 August 2024
- The following problem is from both the 2015 AMC 12A #17 and 2015 AMC 10A #22, so both problems redirect to this page.
Contents
Problem
Eight people are sitting around a circular table, each holding a fair coin. All eight people flip their coins and those who flip heads stand while those who flip tails remain seated. What is the probability that no two adjacent people will stand?
Solution 1
We will count how many valid standing arrangements there are (counting rotations as distinct), and divide by at the end. We casework on how many people are standing.
Case people are standing. This yields arrangement.
Case person is standing. This yields arrangements.
Case people are standing. This yields arrangements, because the two people cannot be next to each other.
Case people are standing. Then the people must be arranged in stand-sit-stand-sit-stand-sit-stand-sit fashion, yielding possible arrangements.
More difficult is:
Case people are standing. First, choose the location of the first person standing ( choices). Next, choose of the remaining people in the remaining legal seats to stand, amounting to arrangements considering that these two people cannot stand next to each other. However, we have to divide by because there are ways to choose the first person given any three. This yields arrangements for Case
Alternate Case Use complementary counting. Total number of ways to choose 3 people from 8 which is . Sub-case three people are next to each other which is . Sub-case two people are next to each other and the third person is not . This yields
Summing gives and so our probability is .
Alternate: (Quicksolve) - We know that for case 5, there are 8 ways to choose the first person, and 3 ways to choose the first person given any 3 - which means that for the case, there is 8 * something divided by 3. The sum of the other cases is 31/256. Thus, add a multiple of 8 to 31 to get an answer. The options are 31 + 8 = 39, 31 + 16 = 47, 31 + 24 = 55, etc. The only possible answer is 47/256.
Solution 2
We will count how many valid standing arrangements there are counting rotations as distinct and divide by at the end. Line up all people linearly. In order for no two people standing to be adjacent, we will place a sitting person to the right of each standing person. In effect, each standing person requires spaces and the standing people are separated by sitting people. We just need to determine the number of combinations of pairs and singles and the problem becomes very similar to pirates and gold aka stars and bars aka sticks and stones aka balls and urns.
If there are standing, there are ways to place them. For there are ways. etc. Summing, we get ways.
Now we consider that the far right person can be standing as well, so we have ways
Together we have , and so our probability is .
Solution 3 (Recursion)
Because the denominator is always , we can count the numerator with a recursion. Define and as the number of satisfying arrangements on a circle and row with seats, respectively.
Then, observe that (From casework on whether the th position has or .).
Because , we can continue to write out each and hence find . Our answer is then .
Solution 4 (Recursion)
We know that the denominator of the probability is . So now we only have to calculate the numerator, which is the number of arrangements for people at a round table without or more neighboring people standing.
Denote as number of arrangements for people at a round table without or more neighboring people standing. We can see that , , we are going to prove
We use to represent standing people, and as sitting people. The problem becomes arranging numbers of or around a circle with no consecutive 's.
We elect one person as the chairman, let him be , the first element in this circular sequence. There are cases to generate the arrangement of numbers.
From the arrangement of numbers, add more number counter-clockwise next to .
If , is , as the diagram shows:
If , is , could be or , as the diagram shows:
From the arrangement of numbers, add more numbers and counter-clockwise next to .
If , then , let , is , as the diagram shows:
If , then could be or . Let , is , as the diagram shows:
From the above cases and the diagrams, the arrangements of are mutually exclusive collectively exhaustive, so
The answer is
This sequence of numbers is called Lucas Number.
Solution 5 (Recursion)
Note that there are cases in total, so it suffices to find the number of satisfying cases. Define and as sequences of ’s and ’s where no ’s are adjacent. The sequences will end in and , respectively (ignore the fact that they are in a circle for now).
In order for a sequence to end in , the previous term has to be a ; a sequence with a length of ending in is equivalent to adding to the end of a sequence of length that ends with . This means .
In order for a sequence to end in , the previous term can be or , so .
Now, we have to take account of the circle. Notice that does not depend on if the people are in a circle or not, but does. To guarantee that some sequence that ends with does not start with , we have to add a in the beginning of the sequence. Since there are terms left, there are sequences which end with that satisfy the circle condition.
The length of our sequence is , so we need to find . Manipulating our recursions, we can find that . Now, we proceed to find our terms.
Since due to the fact that , our answer is .
~shiddatsingh
Video Solution by Richard Rusczyk
https://www.youtube.com/watch?v=krlnSWWp0I0
See Also
2015 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 21 |
Followed by Problem 23 | |
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 10 Problems and Solutions |
2015 AMC 12A (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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.