Bhavita.
Hi
Bunuel,
Since we need to ensure at least one shirt of each color remains in the closet
7C1 * 5C1 among 7 distinct and 5 distinct diff color shirts
and then for the rest 10 we have
10C8 ways to choose
the answer comes out to be 7*5*45
Could you please explain me where exactly I am going wrong
This method results in duplicate sets of 8 shirts.
For example, one set might include Red 1 and Blue 1, selected using 7C1 * 5C1, along with the remaining 6 shirts determined by 10C6, such as Red 2, 3, 4, 5, 6, 7.
However, another possible set could include Red 2 and Blue 1, also selected using 7C1 * 5C1, alongside Red 1, 3, 4, 5, 6, 7.
These two sets are identical: {Red 1, 2, 3, 4, 5, 6, 7, Blue 1}.