Difference between revisions of "2021 April MIMC 10 Problems/Problem 16"
Cellsecret (talk | contribs) (Created page with "Find the number of permutations of <math>AAABBC</math> such that at exactly two <math>A</math>s are adjacent, and the <math>B</math>s are not adjacent. <math>\textbf{(A)} ~2...") |
Cellsecret (talk | contribs) (→Solution) |
||
Line 4: | Line 4: | ||
==Solution== | ==Solution== | ||
− | + | We can use casework counting to solve this problem. | |
+ | |||
+ | The first case is <math>AA\_\_\_\_</math>. Since <math>B</math> cannot be adjacent, then there are three such cases. there are <math>2!</math> for each of the case. However, <math>A</math> cannot be adjacent, therefore, there are <math>5</math> such arrangements. | ||
+ | |||
+ | The second case is <math>\_AA\_\_\_</math>. There are total of <math>4</math> possible cases for B to not be adjacent. There are <math>1+1+1+2=5</math> total possible such arrangements. By symmetrical counting, the first case is the same as <math>\_\_\_\_AA</math> and the second case is the same as <math>\_\_\_AA\_</math>. | ||
+ | |||
+ | The last we want to find is the number of arrangements of <math>\_\_AA\_\_</math>. For this case, there are total of <math>4</math> possible placement of two <math>B</math>s to avoid adjacency. Each has <math>1</math> arrangement. Therefore, there are total of <math>4</math> such arrangements. | ||
+ | <math>5+5+5+5+4=\fbox{\textbf{(D)} 24}</math>. |
Latest revision as of 12:47, 26 April 2021
Find the number of permutations of such that at exactly two s are adjacent, and the s are not adjacent.
Solution
We can use casework counting to solve this problem.
The first case is . Since cannot be adjacent, then there are three such cases. there are for each of the case. However, cannot be adjacent, therefore, there are such arrangements.
The second case is . There are total of possible cases for B to not be adjacent. There are total possible such arrangements. By symmetrical counting, the first case is the same as and the second case is the same as .
The last we want to find is the number of arrangements of . For this case, there are total of possible placement of two s to avoid adjacency. Each has arrangement. Therefore, there are total of such arrangements. .