(i) How many ways can you save the files into the 6 folders if the temporal order in which
you save the individual files does not matter.
(ii) How many ways can you save the files into the 6 folders if the temporal order in which
you save the individual files matters.
i)
"N=\\begin{pmatrix}\n n+ m-1\\\\\n m\n\\end{pmatrix}"
where m is number of files,
n is number of folders
"N=\\begin{pmatrix}\n 6+ m-1\\\\\n m\n\\end{pmatrix}=\\begin{pmatrix}\n 5+ m\\\\\n m\n\\end{pmatrix}=\\frac{(5+m)!}{5!m!}"
ii)
"N=n^m=6^m"
Comments
Leave a comment