Math Problem Statement

There are 20 Aces out of a deck of 60 cards.

How many Kings would have to be in the deck if we were to draw 8 cards, and want to have at least 1 Ace and 1 King in our hand, with a 95% probability chance ?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Combinatorics
Hypergeometric Distribution

Formulas

P(no Aces) = C(40, 8) / C(60, 8)
P(no Kings) = C(60 - x, 8) / C(60, 8)
P(no Aces or Kings) = C(40 - x, 8) / C(60, 8)

Theorems

Complementary Probability
Combination Formula

Suitable Grade Level

Grades 10-12