Problema Solution
In how many ways can 21 identical books on Tamil and 19 identical
books on English be placed in a row on a shelf so that two books on
English may not be together?
Answer provided by our tutors
In how many ways can 21 identical books on Tamil and 19 identical
books on English be placed in a row on a shelf so that two books on
English may not be together?
Solution:
The ways = Combine(21+1,19)= Combine(22,19) = 1540
So there are 1540 ways so that two books on
English may not be together.