Difference between revisions of "2022 AMC 12A Problems/Problem 24"
(→See Also) |
(→Solution) |
||
Line 8: | Line 8: | ||
<math>\textbf{(A)} \, 500 \qquad\textbf{(B)} \, 625 \qquad\textbf{(C)} \, 1089 \qquad\textbf{(D)} \, 1199 \qquad\textbf{(E)} \, 1296 </math> | <math>\textbf{(A)} \, 500 \qquad\textbf{(B)} \, 625 \qquad\textbf{(C)} \, 1089 \qquad\textbf{(D)} \, 1199 \qquad\textbf{(E)} \, 1296 </math> | ||
− | ==Solution== | + | ==Solution (Recursive equations approach)== |
Denote by <math>N \left( p, q \right)</math> the number of <math>p</math>-digit strings formed by using numbers <math>0, 1, \cdots, q</math>, where for each <math>j \in \{1,2, \cdots , q\}</math>, at least <math>j</math> of the digits are less than <math>j</math>. | Denote by <math>N \left( p, q \right)</math> the number of <math>p</math>-digit strings formed by using numbers <math>0, 1, \cdots, q</math>, where for each <math>j \in \{1,2, \cdots , q\}</math>, at least <math>j</math> of the digits are less than <math>j</math>. |
Revision as of 20:17, 14 November 2022
Contents
Problem
How many strings of length formed from the digits , , , , are there such that for each , at least of the digits are less than ? (For example, satisfies this condition because it contains at least digit less than , at least digits less than , at least digits less than , and at least digits less than . The string does not satisfy the condition because it does not contain at least digits less than .)
Solution (Recursive equations approach)
Denote by the number of -digit strings formed by using numbers , where for each , at least of the digits are less than .
We have the following recursive equation: and the boundary condition for any .
By solving this recursive equation, for and , we get
For and , we get
For and , we get
For and , we get
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Solution 2 (Cheese)
Let the set of all valid sequences be . Notice that for any sequence in , the sequences must also belong in . However, one must consider the edge case all 5 elements are the same (only ), in which case all sequences listed are equivalent. Then , which yields by inspection.
~Tau
Video Solution By ThePuzzlr
~ MathIsChess
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Video Solution By OmegaLearn using Complementary Counting
~ pi_is_3.14
See Also
2022 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 23 |
Followed by Problem 25 | |
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 |
2022 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 23 |
Followed by Problem 25 |
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.