In how many ways can $12$ different books be arranged on a shelf so that three particular books are never together?
They did take away method as Total ways - always together
But I want to do it like this
first I will select $3$ particular books out of $12$ books then I will arrange those $3$ books in $10$ slots. But I am not getting my answer.
Please help
Thanks
Arthur tells you, the books are already selected.
Also lulu points out, condition "three particular books are never together" is not very clear, I take it to mean only that all three cannot be together, but two together and one apart is fine.
Now going your way, subtract from total ways, the ways in which all three are together.
Total ways are $12!$ and ways in which three are together are $10!\cdot 3!$ so our answer should be $12! - 3! \cdot 10!$