Question
Question: From 6 different novels and 3 different dictionaries, 4 novels and 1 dictionary are to be selected a...
From 6 different novels and 3 different dictionaries, 4 novels and 1 dictionary are to be selected and arranged in a row on shelfs of which the dictionary is always in the middle. The number of such arrangement is
A. At least 500 but less than 750
B. At least 750 but less than 1000
C. At least 1000
D. Less than 500
Solution
In this question we should know the formula for permutation and combination and the condition in which permutation and combination should be used. If we have to select things from a number of things then we use combinations, and if we have to arrange things then we use permutation
Formula for combination is
ncr=(n−r)!r!n!
Formula for permutation is =
nPr=(n−r)!n!
Complete step-by-step solution:
Let N1,N2,N3,N4,N5,N6 be 6 novels and D1,D2,D3 be 3 dictionaries.
Now first of all we have to select 4 novels out of 6 novels, for this we have to use combination,
Therefore number of ways to select 4 novels ⇒6c4=(6−4)!4!6! =15
Now we have to select 1 dictionary out of 3 dictionaries, for this we again have to use combination,
Therefore no. of ways to select1dictionary= 3c1=(3−1)!1!3!=3
After selecting 4 novels and 1 dictionary, we have to arrange them in a row so that the dictionary is always in the middle, as we have to arrange them so we have to use permutation.
For this arrangement, we have to fix the position of the dictionary in the middle. The arrangement is looking like that
N,N,D,N,N
Where N stands for novel and D stands for dictionary
Now we have to arrange the 4 novels without changing the position of dictionary Therefore, the
the number of such arrangements is.
4P4=(4−4)!4!=24
Now, no. of ways to select the 4 novels and 1 dictionary and arranging them in a row on a shelf is
6c4,3c1,4P4=15×3×24=1080
Therefore, the correct answer is option C.
Note: Many students get confused about which positions they should consider to arrange things. So, we have to take care that we have to arrange those things which are not fixed in its position .And don’t consider that position to arrange things which are fixed.