Difference between revisions of "2022 AMC 10A Problems/Problem 22"
Pi is 3.14 (talk | contribs) |
Pi is 3.14 (talk | contribs) (→Problem) |
||
Line 2: | Line 2: | ||
Suppose that 13 cards numbered <math>1, 2, 3, \cdots, 13</math> are arranged in a row. The task is to pick them up in numerically increasing order, working repeatedly from left to right. In the example below, cards 1, 2, 3 are picked up on the first pass, 4 and 5 on the second pass, 6 on the third pass, 7, 8, 9, 10 on the fourth pass, and 11, 12, 13 on the fifth pass. For how many of the <math>13!</math> possible orderings of the cards will the <math>13</math> cards be picked up in exactly two passes? | Suppose that 13 cards numbered <math>1, 2, 3, \cdots, 13</math> are arranged in a row. The task is to pick them up in numerically increasing order, working repeatedly from left to right. In the example below, cards 1, 2, 3 are picked up on the first pass, 4 and 5 on the second pass, 6 on the third pass, 7, 8, 9, 10 on the fourth pass, and 11, 12, 13 on the fifth pass. For how many of the <math>13!</math> possible orderings of the cards will the <math>13</math> cards be picked up in exactly two passes? | ||
− | + | <asy> | |
size(11cm); | size(11cm); | ||
draw((0,0)--(2,0)--(2,3)--(0,3)--cycle); | draw((0,0)--(2,0)--(2,3)--(0,3)--cycle); | ||
Line 30: | Line 30: | ||
draw((36,0)--(38,0)--(38,3)--(36,3)--cycle); | draw((36,0)--(38,0)--(38,3)--(36,3)--cycle); | ||
label("3", (37,1.5)); | label("3", (37,1.5)); | ||
− | + | </asy> | |
<math>\textbf{(A) }4082\qquad\textbf{(B) }4095\qquad\textbf{(C) }4096\qquad\textbf{(D) }8178\qquad\textbf{(E) }8191</math> | <math>\textbf{(A) }4082\qquad\textbf{(B) }4095\qquad\textbf{(C) }4096\qquad\textbf{(D) }8178\qquad\textbf{(E) }8191</math> | ||
− | |||
==Video Solution by OmegaLearn Using Combinatorial Identities and Overcounting== | ==Video Solution by OmegaLearn Using Combinatorial Identities and Overcounting== |
Revision as of 03:15, 12 November 2022
Problem
Suppose that 13 cards numbered are arranged in a row. The task is to pick them up in numerically increasing order, working repeatedly from left to right. In the example below, cards 1, 2, 3 are picked up on the first pass, 4 and 5 on the second pass, 6 on the third pass, 7, 8, 9, 10 on the fourth pass, and 11, 12, 13 on the fifth pass. For how many of the possible orderings of the cards will the cards be picked up in exactly two passes?
Video Solution by OmegaLearn Using Combinatorial Identities and Overcounting
~ pi_is_3.14
See Also
2022 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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.