Solveeit Logo

Question

Question: There are five different teacups, three saucers and four teaspoons in the “tea party” store. How man...

There are five different teacups, three saucers and four teaspoons in the “tea party” store. How many ways are there to buy two items with different names?

Explanation

Solution

We will solve this question by using the combination rule. A combination is the choice of rr things from a set of nn things without replacement. The order does not matter in combinationnCr=n!r!(nr)!{{ }{}^{n}}{{C}_{r}}=\dfrac{n!}{r!\left( n-r \right)!} , where the factorial means it is a function that multiplies a number by every number below it. For example, 5!=5×4×3×2×15!=5\times 4\times 3\times 2\times 1.

Complete step-by-step solution:
Here we will use combinations, according to the question we have to make two ways to buy different items.
We have given55 different tea cups, 33 saucers,44 teaspoons.
The different ways to buy 22 items are;
First we will take one tea cup and one saucer then the combination becomes:
5C1×3C1\Rightarrow {}^{5}{{C}_{1}}\times {}^{3}{{C}_{1}}
Then we will take one tea cup and one teaspoon then the combination becomes;
5C1×4C1\Rightarrow {}^{5}{{C}_{1}}\times {}^{4}{{C}_{1}}
Similarly we will take one saucer and one teaspoon then, we get
3C1×4C1\Rightarrow {}^{3}C{}_{1}\times {}^{4}C{}_{1}
Now we will calculate them and then add them, we get
5C1×3C1+5C1×4C1+3C1×4C1\Rightarrow {}^{5}{{C}_{1}}\times {}^{3}{{C}_{1}}+{}^{5}C{}_{1}\times {}^{4}C{}_{1}{{+}^{3}}{{C}_{1}}{{\times }^{4}}{{C}_{1}}
Now by calculating then we get the number of different ways,
(5×3)+(5×4)+(3×4) 15+20+12 47 \begin{aligned} & \Rightarrow \left( 5\times 3 \right)+\left( 5\times 4 \right)+\left( 3\times 4 \right) \\\ & \Rightarrow 15+20+12 \\\ & \Rightarrow 47 \\\ \end{aligned}
Hence we get 4747 different ways by which we buy 22 different items.

Note: Most probably we made a mistake in the place of multiplication we put addition, and this is the very basic mistake. Sometimes in these types of questions we make mistakes by using permutation except combination. Always be remembering in permutation order matters but in combination order doesn't matter.