Probability - Playing a Game with Two Fair Spinners

  • Thread starter Thread starter Natasha1
  • Start date Start date
  • Tags Tags
    Game Probability
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 6K views
Natasha1
Messages
494
Reaction score
9

Homework Statement


Jack plays a game with two fair spinners, A and B. Spinner A can land on the number 2 or 3 or 5 or 7

Spinner B can land on the number 2 or 3 or 4 or 5 or 6

Jack spins both spinners.
He wins the game if one spinner lands on an odd number and the other spinner lands on an even number.

Jack plays the game twice.
Work out the probability that Jack wins the game both times

3. The Attempt at a Solution

If you do a probability tree diagram...

I get (1/4 x 2/5) + (3/4x3/5)^3 = 0.191125 That's for the first time he plays.
But then playing twice keeps the same probability, right? If not, why?
 
Last edited by a moderator:
Physics news on Phys.org
Natasha1 said:

Homework Statement


Jack plays a game with two fair spinners, A and B. Spinner A can land on the number 2 or 3 or 5 or 7

Spinner B can land on the number 2 or 3 or 4 or 5 or 6

Jack spins both spinners.
He wins the game if one spinner lands on an odd number and the other spinner lands on an even number.

Jack plays the game twice.
Work out the probability that Jack wins the game both times

3. The Attempt at a Solution


If you do a probability tree diagram...

I get (1/4 x 2/5) + (3/4x3/5)^3 = 0.191125 That's for the first time he plays.
But then playing twice keeps the same probability, right? If not, why?

I get a completely different value for the probability of winning in a single round. I don't know why you are multiplying probabilities (as in (3/4 × 3/5)^3).

As to the second question: if he wins on the first round, will that affect the spinners in any way? Would the situation look exactly the same as it did before the first spin?
 
Is it just (1/4 x 2/5) x (3/4x3/5) = 0.045
 
Ray Vickson said:
No.
P(win) = P(S1 even & S2 odd) + P(S1 odd & S2 even).

Ah so (1/4 x 2/5) + (3/4x3/5) = 0.55
 
Much appreciated Ray, thanks so much :)