I have 2 different combinations problems but I don't really understand how I would solve this. I know how to find probability but that is not what is asked for.
In a box, there are $8$ red and $6$ blue markers. How many ways can you select $3$ markers if:
(a) exactly $1$ red is selected?
(b) no more than $2$ blue are selected?
(c) there are more blue than red selected?
- A factory has $7$ female employees and $28$ male employees. The boss wants to create a party committee consisting of $5$ employees. In how many different ways can the boss select $5$ employees for the committee?
On this one I tried $\binom{28}{5}\binom{7}{5}$ and simply $\binom{35}{5}$, but I know neither answer is right.