Question
Question: A man has 7 trousers and 10 shirts. How many different outfits can he wear?...
A man has 7 trousers and 10 shirts. How many different outfits can he wear?
Solution
Hint: To wear an outfit he must choose 1 trouser from 7 and 1 shirt from 10 shirts. We will use the formula nCr=r!(n−r)!n! for choosing r things from n given things. Hence, we will use this to find the total number of ways he can choose 1 trouser and 1 shirt.
Complete step-by-step answer:
Let’s start our solution.
We have to choose 1 trouser from 7 and 1 shirt from 10 shirts.
We will use the formula nCr=r!(n−r)!n! for choosing r things from n given things.
Let’s first choose trousers.
Now for trousers we have n = 7 and r = 1.
Substituting the value in nCr=r!(n−r)!n! we get,
=7C1=1!(7−1)!7!=6!7×6!=7
Hence, the number of ways he can choose a trouser is 7.
Let’s choose a shirt.
Now for trousers we have n = 10 and r = 1.
Substituting the value in nCr=r!(n−r)!n! we get,
=10C1=1!(10−1)!10!=9!10×9!=10
Hence, the number of ways he can choose a shirt is 10.
Now we will multiply the number of ways of choosing shirts to the trouser to get the total number of outfits.
Now the number of different he can wear is 7×10=70
Hence, the answer is 70.
Note: The student should understand how we got 70, we can see that for each trouser there are 10 different shirts and so for 1 trouser we have 10 different outfits, so similarly we can say that for 7 different trousers we will have 70 different outfits.