Difference between revisions of "2021 Fall AMC 12B Problems/Problem 23"
m (→Problem 23) |
|||
Line 14: | Line 14: | ||
~kingofpineapplz | ~kingofpineapplz | ||
+ | |||
+ | == Solution 2 == | ||
+ | We define an outcome as <math>\left( a_1 ,\cdots, a_5 \right)</math> with <math>1 \leq a_1 < a_2 < a_3 < a_4 < a_5 \leq 30</math>. | ||
+ | |||
+ | We denote by <math>\Omega</math> the sample space. Hence. <math>| \Omega | = \binom{30}{5}</math>. | ||
+ | |||
+ | <math>\textbf{Case 1}</math>: There is only 1 pair of consecutive integers. | ||
+ | |||
+ | <math>\textbf{Case 1.1}</math>: <math>\left( a_1 , a_2 \right)</math> is the single pair of consecutive integers. | ||
+ | |||
+ | We denote by <math>E_{11}</math> the collection of outcomes satisfying this condition. | ||
+ | Hence, <math>| E_{11} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_3 \geq a_1 + 3 \\ | ||
+ | a_4 \geq a_3 + 2 \\ | ||
+ | a_5 \geq a_4 + 2 \\ | ||
+ | a_5 \leq 30 \\ | ||
+ | a_1, a_3, a_4, a_5 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Denote <math>b_1 = a_1 - 1</math>, <math>b_2 = a_3 - a_1 - 3</math>, <math>b_3 = a_4 - a_3 - 2</math>, <math>b_4 = a_5 - a_4 - 2</math>, <math>b_5 = 30 - a_5</math>. | ||
+ | Hence, | ||
+ | <math>| E_{11} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | b_1 + b_2 + b_3 + b_4 + b_5 = 22 \\ | ||
+ | b_1, b_2 , b_3, b_4, b_5 \mbox{ are non-negative integers } | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Therefore, <math>| E_{11} | = \binom{22 + 5 - 1}{5 - 1} = \binom{26}{4}</math>. | ||
+ | |||
+ | <math>\textbf{Case 1.2}</math>: <math>\left( a_2 , a_3 \right)</math> is the single pair of consecutive integers. | ||
+ | |||
+ | We denote by <math>E_{12}</math> the collection of outcomes satisfying this condition. | ||
+ | Hence, <math>| E_{12} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_2 \geq a_1 + 2 \\ | ||
+ | a_4 \geq a_2 + 3 \\ | ||
+ | a_5 \geq a_4 + 2 \\ | ||
+ | a_5 \leq 30 \\ | ||
+ | a_1, a_2, a_4, a_5 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, <math>| E_{12} | = \binom{22 + 5 - 1}{5 - 1} = \binom{26}{4}</math>. | ||
+ | |||
+ | <math>\textbf{Case 1.3}</math>: <math>\left( a_3 , a_4 \right)</math> is the single pair of consecutive integers. | ||
+ | |||
+ | We denote by <math>E_{13}</math> the collection of outcomes satisfying this condition. | ||
+ | Hence, <math>| E_{13} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_2 \geq a_1 + 2 \\ | ||
+ | a_3 \geq a_2 + 2 \\ | ||
+ | a_5 \geq a_3 + 3 \\ | ||
+ | a_5 \leq 30 \\ | ||
+ | a_1, a_2, a_3, a_5 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, <math>| E_{13} | = \binom{22 + 5 - 1}{5 - 1} = \binom{26}{4}</math>. | ||
+ | |||
+ | <math>\textbf{Case 1.4}</math>: <math>\left( a_4 , a_5 \right)</math> is the single pair of consecutive integers. | ||
+ | |||
+ | We denote by <math>E_{14}</math> the collection of outcomes satisfying this condition. | ||
+ | Hence, <math>| E_{14} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_2 \geq a_1 + 2 \\ | ||
+ | a_3 \geq a_2 + 2 \\ | ||
+ | a_4 \geq a_3 + 2 \\ | ||
+ | a_4 \leq 29 \\ | ||
+ | a_1, a_2, a_3, a_4 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, <math>| E_{14} | = \binom{22 + 5 - 1}{5 - 1} = \binom{26}{4}</math>. | ||
+ | |||
+ | <math>\textbf{Case 2}</math>: There are 2 pairs of consecutive integers. | ||
+ | |||
+ | <math>\textbf{Case 2.1}</math>: <math>\left( a_1 , a_2 \right)</math> and <math>\left( a_2 , a_3 \right)</math> are two pairs of consecutive integers. | ||
+ | |||
+ | We denote by <math>E_{21}</math> the collection of outcomes satisfying this condition. | ||
+ | Hence, <math>| E_{21} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_4 \geq a_1 + 4 \\ | ||
+ | a_5 \geq a_4 + 2 \\ | ||
+ | a_5 \leq 30 \\ | ||
+ | a_1, a_4, a_5 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, <math>| E_{21} | = \binom{23 + 4 - 1}{4 - 1} = \binom{26}{3}</math>. | ||
+ | |||
+ | <math>\textbf{Case 2.2}</math>: <math>\left( a_1 , a_2 \right)</math> and <math>\left( a_3 , a_4 \right)</math> are two pairs of consecutive integers. | ||
+ | |||
+ | We denote by <math>E_{22}</math> the collection of outcomes satisfying this condition. | ||
+ | Hence, <math>| E_{22} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_3 \geq a_1 + 3 \\ | ||
+ | a_5 \geq a_3 + 3 \\ | ||
+ | a_5 \leq 30 \\ | ||
+ | a_1, a_3, a_5 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, <math>| E_{22} | = \binom{23 + 4 - 1}{4 - 1} = \binom{26}{3}</math>. | ||
+ | |||
+ | <math>\textbf{Case 2.3}</math>: <math>\left( a_1 , a_2 \right)</math> and <math>\left( a_4 , a_5 \right)</math> are two pairs of consecutive integers. | ||
+ | |||
+ | We denote by <math>E_{23}</math> the collection of outcomes satisfying this condition. | ||
+ | Hence, <math>| E_{23} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_3 \geq a_1 + 3 \\ | ||
+ | a_4 \geq a_3 + 2 \\ | ||
+ | a_4 \leq 29 \\ | ||
+ | a_1, a_3, a_4 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, <math>| E_{23} | = \binom{23 + 4 - 1}{4 - 1} = \binom{26}{3}</math>. | ||
+ | |||
+ | <math>\textbf{Case 2.4}</math>: <math>\left( a_2 , a_3 \right)</math> and <math>\left( a_3 , a_4 \right)</math> are two pairs of consecutive integers. | ||
+ | |||
+ | We denote by <math>E_{24}</math> the collection of outcomes satisfying this condition. | ||
+ | Hence, <math>| E_{24} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_2 \geq a_1 + 2 \\ | ||
+ | a_5 \geq a_2 + 4 \\ | ||
+ | a_5 \leq 30 \\ | ||
+ | a_1, a_2, a_5 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, <math>| E_{24} | = \binom{23 + 4 - 1}{4 - 1} = \binom{26}{3}</math>. | ||
+ | |||
+ | <math>\textbf{Case 2.5}</math>: <math>\left( a_2 , a_3 \right)</math> and <math>\left( a_4 , a_5 \right)</math> are two pairs of consecutive integers. | ||
+ | |||
+ | We denote by <math>E_{25}</math> the collection of outcomes satisfying this condition. | ||
+ | Hence, <math>| E_{25} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_2 \geq a_1 + 2 \\ | ||
+ | a_4 \geq a_2 + 3 \\ | ||
+ | a_4 \leq 29 \\ | ||
+ | a_1, a_2, a_4 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, <math>| E_{25} | = \binom{23 + 4 - 1}{4 - 1} = \binom{26}{3}</math>. | ||
+ | |||
+ | <math>\textbf{Case 2.6}</math>: <math>\left( a_3 , a_4 \right)</math> and <math>\left( a_4 , a_5 \right)</math> are two pairs of consecutive integers. | ||
+ | |||
+ | We denote by <math>E_{26}</math> the collection of outcomes satisfying this condition. | ||
+ | Hence, <math>| E_{26} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_2 \geq a_1 + 2 \\ | ||
+ | a_3 \geq a_2 + 2 \\ | ||
+ | a_3 \leq 28 \\ | ||
+ | a_1, a_2, a_3 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, <math>| E_{26} | = \binom{23 + 4 - 1}{4 - 1} = \binom{26}{3}</math>. | ||
+ | |||
+ | <math>\textbf{Case 3}</math>: There are 3 pairs of consecutive integers. | ||
+ | |||
+ | <math>\textbf{Case 3.1}</math>: <math>\left( a_1 , a_2 \right)</math>, <math>\left( a_2 , a_3 \right)</math> and <math>\left( a_3 , a_4 \right)</math> are three pairs of consecutive integers. | ||
+ | |||
+ | We denote by <math>E_{31}</math> the collection of outcomes satisfying this condition. | ||
+ | Hence, <math>| E_{31} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_5 \geq a_1 + 5 \\ | ||
+ | a_5 \leq 30 \\ | ||
+ | a_1, a_5 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, <math>| E_{31} | = \binom{24 + 3 - 1}{3 - 1} = \binom{26}{2}</math>. | ||
+ | |||
+ | <math>\textbf{Case 3.2}</math>: <math>\left( a_1 , a_2 \right)</math>, <math>\left( a_2 , a_3 \right)</math> and <math>\left( a_4 , a_5 \right)</math> are three pairs of consecutive integers. | ||
+ | |||
+ | We denote by <math>E_{32}</math> the collection of outcomes satisfying this condition. | ||
+ | Hence, <math>| E_{32} |</math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_4 \geq a_1 + 4 \\ | ||
+ | a_4 \leq 29 \\ | ||
+ | a_1, a_4 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, <math>| E_{32} | = \binom{24 + 3 - 1}{3 - 1} = \binom{26}{2}</math>. | ||
+ | |||
+ | 4\textbf{Case 3.3}<math>: </math>\left( a_1 , a_2 \right)<math>, </math>\left( a_3 , a_4 \right)<math> and </math>\left( a_4 , a_5 \right)<math> are three pairs of consecutive integers. | ||
+ | |||
+ | We denote by </math>E_{33}<math> the collection of outcomes satisfying this condition. | ||
+ | Hence, </math>| E_{33} |<math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_3 \geq a_1 + 3 \\ | ||
+ | a_3 \leq 28 \\ | ||
+ | a_1, a_3 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, </math>| E_{33} | = \binom{24 + 3 - 1}{3 - 1} = \binom{26}{2}<math>. | ||
+ | |||
+ | </math>\textbf{Case 3.4}<math>: </math>\left( a_2 , a_3 \right)<math>, </math>\left( a_3 , a_4 \right)<math> and </math>\left( a_4 , a_5 \right)<math> are three pairs of consecutive integers. | ||
+ | |||
+ | We denote by </math>E_{34}<math> the collection of outcomes satisfying this condition. | ||
+ | Hence, </math>| E_{34} |<math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_2 \geq a_1 + 2 \\ | ||
+ | a_2 \leq 27 \\ | ||
+ | a_1, a_2 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Similar to our analysis for Case 1.1, </math>| E_{34} | = \binom{24 + 3 - 1}{3 - 1} = \binom{26}{2}<math>. | ||
+ | |||
+ | </math>\textbf{Case 4}<math>: There are 4 pairs of consecutive integers. | ||
+ | |||
+ | In this case, </math>\left( a_1, a_2 , a_3 , a_4 , a_5 \right)<math> are consecutive integers. | ||
+ | |||
+ | We denote by </math>E_4<math> the collection of outcomes satisfying this condition. | ||
+ | Hence, </math>| E_4 |<math> is the number of outcomes satisfying | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \left\{ | ||
+ | \begin{array}{l} | ||
+ | a_1 \geq 1 \\ | ||
+ | a_1 \leq 27 \\ | ||
+ | a_1 \in \Bbb N | ||
+ | \end{array} | ||
+ | \right.. | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Hence, </math>| E_4 | = 26<math>. | ||
+ | |||
+ | Therefore, the average number of pairs of consecutive integers is | ||
+ | <cmath> | ||
+ | \begin{align*} | ||
+ | & \frac{1}{| \Omega|} | ||
+ | \left( | ||
+ | 1 \cdot \sum_{i=1}^4 | E_{1i} | | ||
+ | + 2 \cdot \sum_{i=1}^6 | E_{2i} | | ||
+ | + 3 \cdot \sum_{i=1}^4 | E_{3i} | | ||
+ | + 4 \cdot | E_4 | | ||
+ | \right) \\ | ||
+ | & = \frac{1}{\binom{30}{5}} | ||
+ | \left( | ||
+ | 4 \binom{26}{4} + 12 \binom{26}{3} + 12 \binom{26}{2} + 4 \cdot 26 | ||
+ | \right) \\ | ||
+ | & = \frac{2}{3} . | ||
+ | \end{align*} | ||
+ | </cmath> | ||
+ | |||
+ | Therefore, the answer is </math>\boxed{\textbf{(A) }\frac{2}{3}}$. | ||
+ | |||
+ | ~Steven Chen (www.professorchenedu.com) | ||
+ | |||
+ | |||
==See Also== | ==See Also== | ||
{{AMC12 box|year=2021 Fall|ab=B|num-b=22|num-a=24}} | {{AMC12 box|year=2021 Fall|ab=B|num-b=22|num-a=24}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 23:28, 25 November 2021
Contents
Problem
What is the average number of pairs of consecutive integers in a randomly selected subset of distinct integers chosen from the set ? (For example the set has pairs of consecutive integers.)
Solution 1
There are possible pairs of consecutive integers, namely .
The probability that a certain pair of consecutive integers are in the integer subset is for the first number being chosen, multiplied by for the second number being chosen.
Therefore, by linearity of expectation, the expected number of pairs of consecutive integers in the 5-integer subset is
~kingofpineapplz
Solution 2
We define an outcome as with .
We denote by the sample space. Hence. .
: There is only 1 pair of consecutive integers.
: is the single pair of consecutive integers.
We denote by the collection of outcomes satisfying this condition. Hence, is the number of outcomes satisfying
Denote , , , , . Hence, is the number of outcomes satisfying
Therefore, .
: is the single pair of consecutive integers.
We denote by the collection of outcomes satisfying this condition. Hence, is the number of outcomes satisfying
Similar to our analysis for Case 1.1, .
: is the single pair of consecutive integers.
We denote by the collection of outcomes satisfying this condition. Hence, is the number of outcomes satisfying
Similar to our analysis for Case 1.1, .
: is the single pair of consecutive integers.
We denote by the collection of outcomes satisfying this condition. Hence, is the number of outcomes satisfying
Similar to our analysis for Case 1.1, .
: There are 2 pairs of consecutive integers.
: and are two pairs of consecutive integers.
We denote by the collection of outcomes satisfying this condition. Hence, is the number of outcomes satisfying
Similar to our analysis for Case 1.1, .
: and are two pairs of consecutive integers.
We denote by the collection of outcomes satisfying this condition. Hence, is the number of outcomes satisfying
Similar to our analysis for Case 1.1, .
: and are two pairs of consecutive integers.
We denote by the collection of outcomes satisfying this condition. Hence, is the number of outcomes satisfying
Similar to our analysis for Case 1.1, .
: and are two pairs of consecutive integers.
We denote by the collection of outcomes satisfying this condition. Hence, is the number of outcomes satisfying
Similar to our analysis for Case 1.1, .
: and are two pairs of consecutive integers.
We denote by the collection of outcomes satisfying this condition. Hence, is the number of outcomes satisfying
Similar to our analysis for Case 1.1, .
: and are two pairs of consecutive integers.
We denote by the collection of outcomes satisfying this condition. Hence, is the number of outcomes satisfying
Similar to our analysis for Case 1.1, .
: There are 3 pairs of consecutive integers.
: , and are three pairs of consecutive integers.
We denote by the collection of outcomes satisfying this condition. Hence, is the number of outcomes satisfying
Similar to our analysis for Case 1.1, .
: , and are three pairs of consecutive integers.
We denote by the collection of outcomes satisfying this condition. Hence, is the number of outcomes satisfying
Similar to our analysis for Case 1.1, .
4\textbf{Case 3.3}\left( a_1 , a_2 \right)\left( a_3 , a_4 \right)\left( a_4 , a_5 \right)$are three pairs of consecutive integers.
We denote by$ (Error compiling LaTeX. Unknown error_msg)E_{33}| E_{33} |$is the number of outcomes satisfying <cmath> \[ \left\{ \begin{array}{l} a_1 \geq 1 \\ a_3 \geq a_1 + 3 \\ a_3 \leq 28 \\ a_1, a_3 \in \Bbb N \end{array} \right.. \] </cmath>
Similar to our analysis for Case 1.1,$ (Error compiling LaTeX. Unknown error_msg)| E_{33} | = \binom{24 + 3 - 1}{3 - 1} = \binom{26}{2}\textbf{Case 3.4}\left( a_2 , a_3 \right)\left( a_3 , a_4 \right)\left( a_4 , a_5 \right)$are three pairs of consecutive integers.
We denote by$ (Error compiling LaTeX. Unknown error_msg)E_{34}| E_{34} |$is the number of outcomes satisfying <cmath> \[ \left\{ \begin{array}{l} a_1 \geq 1 \\ a_2 \geq a_1 + 2 \\ a_2 \leq 27 \\ a_1, a_2 \in \Bbb N \end{array} \right.. \] </cmath>
Similar to our analysis for Case 1.1,$ (Error compiling LaTeX. Unknown error_msg)| E_{34} | = \binom{24 + 3 - 1}{3 - 1} = \binom{26}{2}\textbf{Case 4}$: There are 4 pairs of consecutive integers.
In this case,$ (Error compiling LaTeX. Unknown error_msg)\left( a_1, a_2 , a_3 , a_4 , a_5 \right)$are consecutive integers.
We denote by$ (Error compiling LaTeX. Unknown error_msg)E_4| E_4 |$is the number of outcomes satisfying <cmath> \[ \left\{ \begin{array}{l} a_1 \geq 1 \\ a_1 \leq 27 \\ a_1 \in \Bbb N \end{array} \right.. \] </cmath>
Hence,$ (Error compiling LaTeX. Unknown error_msg)| E_4 | = 26$.
Therefore, the average number of pairs of consecutive integers is <cmath> \begin{align*} & \frac{1}{| \Omega|} \left( 1 \cdot \sum_{i=1}^4 | E_{1i} | + 2 \cdot \sum_{i=1}^6 | E_{2i} | + 3 \cdot \sum_{i=1}^4 | E_{3i} | + 4 \cdot | E_4 | \right) \\ & = \frac{1}{\binom{30}{5}} \left( 4 \binom{26}{4} + 12 \binom{26}{3} + 12 \binom{26}{2} + 4 \cdot 26 \right) \\ & = \frac{2}{3} . \end{align*} </cmath>
Therefore, the answer is$ (Error compiling LaTeX. Unknown error_msg)\boxed{\textbf{(A) }\frac{2}{3}}$.
~Steven Chen (www.professorchenedu.com)
See Also
2021 Fall AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 22 |
Followed by Problem 24 |
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.