Probability of Two Marbles Drawn: Black & Diff Cols

  • Thread starter Thread starter kenny1999
  • Start date Start date
  • Tags Tags
    Probability
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
kenny1999
Messages
235
Reaction score
5

Homework Statement


A bag contains 3 black marbles, 2 green marbles and 1 white marble. Two marbles are drawn at random from the bag WITH replacement. Find the probabilities that the two marbles are

(a)black
(b)of different colours


Homework Equations





The Attempt at a Solution



(a)P(both black) = 3/6 x 3/6 = 1/4

(b) I have two attempts for this.

Attempt A
P(of different colours) = P(B,G) + P(B,W) + P(G,W) + P(G,B) + P(W,B) + P(W,G)
= (3/6)(2/6) + (3/6)(1/6) + (2/6)(1/6) + (2/6)(3/6) + (1/6)(3/6) + (1/6)(2/6)
= 22/36

Attempt B
P(of different colours) = 1 - P(both black) - P(both green) - P(both white)
= 1 - (3/6)(3/6) - (2/6)(2/6) - (1/6)(1/6)
= 22/36

Any problems for any of the attempt above?
 
Physics news on Phys.org
tiny-tim said:
hi kenny1999! :wink:

looks fine :smile:

(B is probably neater than A)

but are they both correct?