Solveeit Logo

Question

Question: From \[12\] books , the difference between the number of ways a selection of \[5\] books when one sp...

From 1212 books , the difference between the number of ways a selection of 55 books when one specified book is always excluded and one specified book is always included , is equal to?

Explanation

Solution

We are given 1212 books and we have to find the difference between the number of ways a section of 55 books when one specified book is always excluded and one specified book is always included. For this type of question we will use the concept of combinations to get the desired result. If one book is always included, then we have to choose only four books. Similarly, if we have one book that is always excluded, then we have one less option to choose from the total available options. So, we will apply the combinations and permutations formula accordingly.

Complete step-by-step solution:
Permutation relates to the act of arranging all the members of a set into some sequence or order. Permutations occur, in more or less prominent ways, in almost every area of mathematics. The combination is a way of selecting items from a collection, such that (unlike permutations) the order of selection does not matter. In smaller cases, it is possible to count the number of combinations
A permutation is the choice of rr things from a set of nn things without replacement and where the order matters.
nPr=n!(nr)!{}^n{P_r} = \dfrac{{n!}}{{(n - r)!}}
A combination is the choice of rr things from a set of nn things without replacement and where order doesn't matter.
nCr=n!r!(nr)!{}^n{C_r} = \dfrac{{n!}}{{r!(n - r)!}}
When one specified book is always included, then 44 out of 1111will be chosen in 11C4=11!4!(114)!=330{}^{11}{C_4} = \dfrac{{11!}}{{4!(11 - 4)!}} = 330
When one specified book is always included, then 55 out of 1111 will be chosen in 11C5=11!5!(115)!=462{}^{11}{C_5} = \dfrac{{11!}}{{5!(11 - 5)!}} = 462
Hence, the difference between the number of ways a section of 55 books when one specified book is always excluded and one specified book is always included will be =462330=132 = 462 - 330 = 132

Note: Wisely decide which method should be used permutation or combination according to the statement in the question. We must remember the combination and permutation formula so as to solve the question and get to the correct answer. We must remember to take the mod value when calculating the difference of both the answers obtained separately.