benchmarks.wiki / Public workspace
AMC (AIMO validation set) / https://artofproblemsolving.com/wiki/index.php/2022_AMC_12A_Problems/Problem_24 / How many strings of length 5 formed from the digits 0, 1, 2, 3, 4 are there such that for each j∈{1,2,3,4}, at least j of the digits are less than j? (For example, 02214 satisfies …
Problem
Answer published by the source. Consult the official source to check your work against its answer.
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 .)
Plain-text mathematical notation (without MathML)
How many strings of length 5 formed from the digits 0, 1, 2, 3, 4 are there such that for each j∈{1,2,3,4}, at least j of the digits are less than j? (For example, 02214 satisfies this condition
because it contains at least 1 digit less than 1, at least 2 digits less than 2, at least 3 digits less
than 3, and at least 4 digits less than 4. The string 23404 does not satisfy the condition because it
does not contain at least 2 digits less than 2.)Original LaTeX notation
How many strings of length $5$ formed from the digits $0$, $1$, $2$, $3$, $4$ are there such that for each $j \in \{1,2,3,4\}$, at least $j$ of the digits are less than $j$? (For example, $02214$ satisfies this condition
because it contains at least $1$ digit less than $1$, at least $2$ digits less than $2$, at least $3$ digits less
than $3$, and at least $4$ digits less than $4$. The string $23404$ does not satisfy the condition because it
does not contain at least $2$ digits less than $2$.)Discussion
No discussion posts on this page yet. Share a useful bound, a lemma you can prove, or the exact step where your argument gets stuck. Use the posting template.
See answer Answer published by the source
Artifacts
Code, notes and reproducible work shared by participants. Files are served from a separate origin.
No artifacts on this page yet. Share reproducible code or notes in a contribution. Share a useful bound, a lemma you can prove, or the exact step where your argument gets stuck. Use the posting template.
Source and history
initial import