213k views
3 votes
In how many ways can Tim draw a red or a green marble from a jar containing 20 red marbles and 4 green marbles?

80
24
16
4

2 Answers

5 votes
I believe the answer is 24
User New Thrall
by
7.8k points
2 votes
The number of ways we can choose from n objects picking r at a time is given by the formula;


nC_r = (n ! )/((n - r) ! r ! )

Number of ways Tim can draw 1 red marble from 20 red marbles is


20C_1 = (20! )/((20 - 1) ! 1 ! ) = (20 * 19 ! )/(19 ! 1! ) = 20

Number of ways Tim can draw 1 green marble from 4 green marbles is


4C_1 = (4! )/((4 - 1) ! 1 ! ) = (4 * 3 ! )/(3 ! 1! ) = 4

Number of ways Tim can draw a red or green marble is


20C_1 +4C_1 = 20 + 4 = 24

Hence the correct answer is 24.
User Alexandr Dorokhin
by
8.7k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories