Rock Paper Scissors

Bob and park are having a rock paper scissors contest. Bob can only chose rock and paper and park can only chose paper and scissors. Assume that they choose randomly, and play till someone wins.

What are the chances that Bob will win?

Assume: They chose randomly


The answer is 0.33.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

The Sample Space is the Cartesian Product of {Rock, Paper} and {Paper, Scissors}

Which means the following are possibilities:

(The following are ordered pair of (Bob's Move, Park's Move))

  1. (Rock, Paper) -> Bob looses
  2. (Rock, Scissors) -> Bob wins
  3. (Paper, Paper) -> ...
  4. (Paper, Scissors) -> Bob looses

Now, note that the problem says that the game continues till someone wins .

So, the (Paper, Paper) possibility is eliminated leaving:

  1. (Rock, Paper) -> Bob looses
  2. (Rock, Scissors) -> Bob wins
  3. (Paper, Scissors) -> Bob looses

Out of this three cases only one can be won by Bob.

Clearly the chances of him winning is 1/3

Well, done the same way.,...But is elimination of an option allowed???

Krishna Ar - 6 years, 11 months ago

Log in to reply

Allowed by whom?

Agnishom Chattopadhyay - 6 years, 11 months ago

Log in to reply

By the almighty :p

Krishna Ar - 6 years, 11 months ago

Log in to reply

@Krishna Ar

Problem solving is war and any and every means is fair

Agnishom Chattopadhyay - 6 years, 10 months ago

Log in to reply

@Agnishom Chattopadhyay guess and check for the win

Trevor Arashiro - 6 years, 10 months ago
Raizel D
Jun 19, 2014

The first round, there is a 1/4 chance of a win and 1/4 chance of a tie. If there is a tie, the game repeats with the same probabilities. This leads to a total probability of P(Bob wins) = P(Bob wins in first round) + P(Tie in first round) * P(Bob wins in second round) + P(Tie in first round) * P(Tie in second round) * P(Bob wins in third round) + ... .

This results in the sum (1/4)^n, of n from 1 to infinity, which is equal to 1/3.

@Trevor Arashiro Do these players play randomly, or do they play strategically?

Given from the solution above, it seems like that play randomly, as opposed to choosing the 'best strategy'. If so, please reflect that in the question.

Calvin Lin Staff - 6 years, 11 months ago

Log in to reply

I trapped with that :P My answer is still 1/4 because it is true

Hafizh Ahsan Permana - 6 years, 11 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...