I took $3$ cards from a deck of $52$ cards and put them into a box. Now I am picking $1$ card from the box. What is the probability of a card from the box being a red card?
Consider taking $1$ red or $2$ red or $3$ red from deck of $52$ cards. For $1$ red card : $$\frac{26C1}{52C3}$$ For 2 red cards: $$\frac{26C2}{52C3}$$ For 3 red cards: $$\frac{26C3}{52C3}$$ So answer could be $$\frac{26C1}{52C3} \cdot 3C1 + \frac{26C2}{52C3} \cdot 3C1 + \frac{26C3}{52C3} \cdot 3C1$$
The probability of picking (exactly) one red card (and therefore two black) to put in the box is $$\frac{\binom{26}{1}\binom{26}{2}}{\binom{52}{3}}$$ If you've put one red card and two black in the box, then the probability of drawing a red card from the box is $\frac13$.
Doing the same for two and three red cards in the box, we get the total answer $$ \frac{\binom{26}{1}\binom{26}{2}}{\binom{52}{3}}\cdot\frac13+\frac{\binom{26}{2}\binom{26}{1}}{\binom{52}{3}}\cdot\frac23+\frac{\binom{26}{3}\binom{26}{0}}{\binom{52}{3}}\cdot\frac33 $$ If you calculate this sum correctly, you will get an answer that will hint at this problem actually being much easier than this.