The problem asks:
10 copies of a book are distributed in 5 schools.
1. In how many ways can these books be distributed among schools?
2. What if at least one book is assigned to each school?
What I'm thinking is "I have 10 books to distribute in 5 schools, no matter how, so perhaps I can even give all the books to a single school" So my answer to the first question is $C'_{10,5}=C_{14,5}$. For the second question I was thinking "I have to give at least one book at school (so $C_{10,5}$), the rest (5) to any school, no matter how, so $C'_{5,5}$ my final answer is $C_{10,5} C'_{5,5}$". Actually, I was wrong on both answers, the answers are: $$1)\ C_{14,10}\\2)\ C_{9,5}$$ Why?