Six persons wish to select 1 book each from a shelf containing 10 books, 5 of which are in English, 3 in German, and 2 in French. How many different selections are possible
(a) if one of the persons cannot read German and must select a book in English or French?
(b) if two of the persons must select books in English?
My solution:
(a) 7 * 9 * 8 * 7 * 6 * 5 =105,840 selections
(b) 5 * 4 * 8 * 7 * 6 * 5 = 33,600 selections
Please check if I am right or wrong, Thanks!

