I thought the answer is $^9C_2$ since the first (red) marble didn't count. You have to pick a red marble which reduces the total count from 10 to 9. The answer is 116 possible ways.
2026-03-27 14:53:39.1774623219
There are 10 marbles in a bag. $6$ are red and $4$ are blue. You must chose at least 1 red marble. In how many ways can you chose three total marbles.
1.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are total of $10$ balls in which $6$ are red and $4$ are blue.
First you can choose $1$ Red and $2$ blue in $\dbinom{6}{1}\dbinom{4}{2}=36$ ways
Second you can choose $2$ Red and $1$ blue in $\dbinom{6}{2}\dbinom{4}{1}=60$ ways
Third you can choose all $3$ red in $\dbinom{6}{3}=20$ ways
In total you can choose in $\dbinom{6}{1}\dbinom{4}{2}+\dbinom{6}{2}\dbinom{4}{1}+\dbinom{6}{3}=36+60+20=116$ ways