Out of 15 phones, 5 are cordless, 5 are corded and 5 are cellular. Each component is randomly selected and allocated numbers 1, 2..., 15 to establish the order in which they are serviced.
a) What is the probability that all the cordless phones are among the first ten to be serviced?
b) What is the prob. that after servicing 10 of these phones, phones of only 2 of the three types remain to be serviced?
For a) I did [(5 choose 5)*(10 choose 5)] / (15 choose 10). I was wondering if using combinations was the correct approach instead of permutations.
For b, I was confused on how to calculate this. I initially did: [(5 choose 0)*(10 choose 5)] / (15 choose 5). However, I don't think this is correct. Do I need to use (3 choose 2) since I'm considering which types of phones are left to be serviced?
Thanks for any help!