Math Problem Statement

magine you have a bag containing 72 red gummy bears and 45 green gummy bears (117 gummy bears total).

(a) With replacement: You want to find the probability of drawing two green gummy bears in a row with replacement. This means after drawing the first gummy bear, you put it back in the bag before drawing again.

(b) Without replacement: Now, find the probability of drawing two green gummy bears in a row without replacement. This means after the first gummy bear is drawn, you do not put it back into the bag before drawing the second one.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Combinatorics

Formulas

P(green with replacement) = (45/117) * (45/117)
P(green without replacement) = (45/117) * (44/116)

Theorems

Multiplication Rule for Independent Events
Multiplication Rule for Dependent Events

Suitable Grade Level

Grades 9-12