Question
Question: In how many ways \(n\) books can be arranged in a row so that two specified books are not together....
In how many ways n books can be arranged in a row so that two specified books are not together.
A
n!−(n−2)!
B
(n−1)!(n−2)
C
n!−2(n−1)
D
(n−2)n!
Answer
(n−1)!(n−2)
Explanation
Solution
Total number of arrangements of n books 6P5×56mu!=86400.
If two specified books always together then number of ways =(n−1)6mu!6mu×2
Hence required number of ways =n6mu!−(n−1)6mu!6mu×2
=n(n−1)6mu!6mu−(n−1)6mu×2=(n−1)6mu!6mu(n−2).