✔ 最佳答案
In the first question you are looking for the number of ways in which you can pick one piece of each type of clothing. i.e. picking 4 at a time, 1 blouse, 1 skirt, 1 handbag and 1 pair of shoes.
Therefore there are 5x6x3x7 options.
-----------------------------------------------------------------------------------------------------------------------
In the second question, you are looking for the number of ways in which you can arrange these clothes. i.e. picking all 10 at a time.
If all the clothes are distinguishable, there can be 10x9x8x7x6x5x4x3x2x1, i.e. 10! options. However, as similar items are not distinguishable, some of these arrangements are the same and have to be excluded.
For example, (labelling S as socks, V as vests, A as shirts and B as skirts)
If all items are distinguishable, 6 (3x2x1, i.e. 3!) possible arrangements are:
S1, S2, V1, V2, V3, V4, A1, A2, A3, B
S1, S2, V1, V2, V3, V4, A1, A3, A2, B
S1, S2, V1, V2, V3, V4, A2, A1, A3, B
S1, S2, V1, V2, V3, V4, A2, A3, A1, B
S1, S2, V1, V2, V3, V4, A3, A1, A2, B
S1, S2, V1, V2, V3, V4, A3, A2, A1, B
(Numbers are to signify that items are distinct, i.e. S1 is distinguishable from S2, while both are socks)
However, if shirts are not distinguishable, i.e. if A1, A2 and A3 are united as A, these arrangements become:
S1, S2, V1, V2, V3, V4, A, A, A, B
S1, S2, V1, V2, V3, V4, A, A, A, B
S1, S2, V1, V2, V3, V4, A, A, A, B
S1, S2, V1, V2, V3, V4, A, A, A, B
S1, S2, V1, V2, V3, V4, A, A, A, B
S1, S2, V1, V2, V3, V4, A, A, A, B
As these arrangements are identical, they have to be excluded from the 10! arrangements, making it 10! / 3!
The same applies to socks and vests and therefore the answer is 10! / 2! 3! 4!