Hi There,
Allow me to give u all the approach i did with this question
Firstly, there are 10 Shirts, which is 5 Printed (Pr) and 5 Plain (Pl)
and we need to find the probability for
at least one of them 3 shirts is Printed (Pr)
and this can be done with the following event :
1 of 3 shirts is Pr (Pr Pl Pl) : there are 5C1 combination of this event
or
2 of 3 shirts is Pr (Pr Pr Pl) : there are 5C2 combination of this event
or
all of the shirts is Pr (Pr Pr Pr) : there are 5C3 combination of this event
(please note that order does not matter so we can use Combination in here)
(also notice the "or" above so that means we must use + (plus) for the total event)
and for the total probability of all shirts, there is total 3 shirts out of 10 we can use 10C3
So in the end we can calculate the probability with the following equation : (5C1 + 5C2 + 5C3) / 10C3 = 5/24
there you have it !