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 55 formed from the digits 00, 11, 22, 33, 44 are there such that for each j{1,2,3,4}j \in \{1,2,3,4\}, at least jj of the digits are less than jj? (For example, 0221402214 satisfies this condition because it contains at least 11 digit less than 11, at least 22 digits less than 22, at least 33 digits less than 33, and at least 44 digits less than 44. The string 2340423404 does not satisfy the condition because it does not contain at least 22 digits less than 22.)
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

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

Official source

initial import