Anna has six pets and six treats to distribute: two identical apple slices, one banana, one carrot, one mango, and one pear. First, let's find the total number of ways to distribute the treats without any restrictions. If all treats were unique, there would be 6! ways. However, since the two apple slices are identical, we divide by 2! to account for their indistinguishability, resulting in 6!/2!=720/2=360 total ways.
Now, we must consider the restrictions: the rabbit refuses the mango, and the parrot refuses the banana. We'll use the principle of inclusion-exclusion to find the valid distributions.
1. Rabbit eats Mango: If the rabbit gets the mango, we are left with 5 pets and 5 remaining treats (two apples, banana, carrot, pear). The number of ways to distribute these is 5!/2!=120/2=60.
2. Parrot eats Banana: If the parrot gets the banana, we are left with 5 pets and 5 remaining treats (two apples, carrot, mango, pear). The number of ways to distribute these is also 5!/2!=120/2=60.
3. Rabbit eats Mango AND Parrot eats Banana: If both restricted events occur, the rabbit gets the mango and the parrot gets the banana. This leaves 4 pets and 4 remaining treats (two apples, carrot, pear). The number of ways to distribute these is 4!/2!=24/2=12.
Using the principle of inclusion-exclusion, the number of distinct ways to distribute the treats such that no restrictions are violated is: Total ways - (Ways rabbit eats mango) - (Ways parrot eats banana) + (Ways rabbit eats mango AND parrot eats banana) =360-60-60+12 =240+12 =252.
Therefore, Anna can distribute the treats in 252 distinct ways.
Bunuel
Anna has six pets and plans to give each one a treat. The treats consist of two identical apple slices, along with one banana, one carrot, one mango, and one pear. Her rabbit refuses to eat the mango, and her parrot refuses to eat the banana. In how many distinct ways can she distribute the treats among the pets?
(A) 96
(B) 240
(C) 252
(D) 288
(E) 300