106k views
1 vote
A bag contains 9 marbles: 3 are green, 4 are red, and 2 are blue. Teresa chooses a marble at random, and without putting it

back, chooses another one at random. What is the probability that the first marble is blue and the second is green? Write
your answer as a fraction in simplest form.

1 Answer

6 votes

Answer:

Probability[First marble blue, second is green without replacement] = 1/12

Explanation:

Given:

Number of green marble = 3

Number of red marble = 4

Number of blue marble = 2

Total marble = 9 marble

Find:

Probability[First marble blue, second is green without replacement]

Computation:

Probability of an event = Number of favorable outcome / Number of total outcome

Probability[First marble blue] = 2 / 9

Probability[second is green] = 3 / [9-1]

Probability[second is green] = 3 / 8

Probability[First marble blue, second is green without replacement] = Probability[First marble blue] x Probability[second is green]

Probability[First marble blue, second is green without replacement] = [2/9][3/8]

Probability[First marble blue, second is green without replacement] = 6 / 72

Probability[First marble blue, second is green without replacement] = 1/12

User Codingjeremy
by
3.4k points