A. How many ways can marbles be drawn if at least 1 must be drawn?
What I’ve done to attempt to solve this question A.
Just imagine that the marbles aren’t actually marbles, but rather switches. The first 5 switches are representative of “red marbles” and if all 5 of them are switched on, then you have taken all your red marbles. The next 6 are marked blue, and so forth therefore the remaining 4 are yellow. How many ways can the switches be setup? 2^15, so therefore 32,768. However the question asks that you must select at least one marble, so you can’t switch all the switches to off, and so there would be one less, 32,767 ways
However, I am not sure if my approach is correct because due to the wording of the question I believe that order does not matter and therefore my analogy is incorrect.
I don’t believe it matters if you drew 2 marbles first or last or as the 6th and 7th, as 2 marbles would still be 2 marbles. Therefore, the answer might be a lot less than 32,767.
How do I proceed?
The second question is:
B.) How many ways can 5 marbles be drawn if at least 2 are the same colour? With this question I am completely stuck.
The third and final question I am asking as more of a check rather than help.
C.) How many ways can 5 marbles be drawn out at random of at least one of them were yellow? My answer: (15 Choose 5) - (11 Choose 5) = 15!/(5!10!) - 11!/(5!6!) = 1/5![(1514131211) - (1110987)] = (11/5!)[(15141312 - 10987)] = 11/120[ 32760 - 5040] = 2772011/120 = 277211/12 = 23111 = 2541 ways
I’d appreciate the help!
I am assuming that the order of drawing is not important. IE We just care about which marbles we have drawn.
If order is important, please state that.
Hint for A): How many red / blue / yellow marbles did you draw?
Hint for B): If you draw 5 marbles, then at least 2 of them must be the same color. Thus the additional condition is a red herring.
Note that we cannot draw 5 yellow marbles.
Hint for C): This is a standard Stars and Bars question.