If I have four boxes arranged in a $2 \times 2$ grid, in how many distinct ways can I place the digits $1$, $2$, and $3$ in the boxes, using each digit exactly once, such that each box contains at most one digit? (I only have one of each digit, so one box
Revision as of 16:19, 12 June 2022 by Potato noob101 (talk | contribs) (Created page with "We can think of placing a <math>0</math> in the fourth box that will necessarily be empty. Now the problem is simple: we have four choices of digits for the first box, three f...")
We can think of placing a in the fourth box that will necessarily be empty. Now the problem is simple: we have four choices of digits for the first box, three for the second, two for the third, and one for the last. Thus, there are distinct ways to fill the boxes.