In how many ways can one select five books from a row of twelve books so that no two adjacent books are chosen?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We called R the books (they are 5 ) that we choose and N the books tha t we don't choose (they are 7
If we put in the row N books, in order to not put two adjacent books R , we put them in P 5 8 (there are 8 places between the 7 books N , and we have to put 5 books R ). Then we have to divide by 5 ! (the R books are equal)
T = 5 ! P 8 5 → 5 ! 8 ⋅ 7 ⋅ 6 ⋅ 5 ⋅ 4 = 5 6