
Raphael K. answered 09/17/21
BIG BRAIN : Chemical Engineer teaching - Chemistry, Math, and Physics.
Assume that the playbook contains 16 passing plays and 9 running plays. The coach randomly selects 9 plays from the playbook.
What is the probability that the coach selects at least 3 passing plays and at least 3 running plays?
= P(3Run) P(6pass) + P(4Run) P(5pass) + P(5run) P(4pass) + P(6run) P(3pass)
= [ 16C3 * 9C6 + 16C4 * 9C5 + 16C5 * 9C4 + 16C6 * 9C3 ] / 25C9
= ( 560 * 84 + 1820 * 126 + 4368 * 126 + 8008 * 84 ) / 2042975
= ( 47040 + 229320 + 550368 + 672672 ) / 2042975
= 1499407 / 2042975
= 0.7339
or 73.4%