Question

6. Defining probability terms using rock-paper-scissors

A common way for two people to settle a frivolous dispute is to play a game of rock-paper-scissors. In this game, each person simultaneously displays a hand signal to indicate a rock, a piece of paper, or a pair of scissors. Rock beats scissors, scissors beats paper, and paper beats rock. If both players select the same hand signal, the game results in a tie.

On a given evening, two roommates, Roommate A and Roommate B, are arguing over whether the music should be turned down. Roommate A suggests a game of rock-paper-scissors to settle the dispute.

Assuming that these roommates play fairly and use only one of the three hand gestures, the following notation describes the possible events:


Roommate A believes it is equally likely that Roommate B will show any of the three hand gestures. In other words, she believes that p(RB)=p(Pθ)=p(SB)=_______ 


On the other hand, Roommate B has recorded Roommate A's gestures every time they have played this game. (Unfortunately, they argue a lot, so Roommate B has a lot of data.) Based on her data, Roommate B believes there is a 0.20 probability that Roommate A will show rock [in other words, \left.p(R_{A})=0.20\right] and a 0.65 probability that Roommate A will show paper [in other words, p(PA)=0.65].

MindTap Cengage Learning C Statistics and Probability questic Chapter 7 Problem Set X https://ng.cengage.com/static/nb/ui/evoMindTap Cengage Learning C Statistics and Probability questic OChapter 7 Problem Set X https://ng.cengage.com/static/nb/ui/evMindTap Cengage Learning C Statistics and Probability questic OChapter 7 Problem Set X https://ng.cengage.com/static/nb/ui/evMindTap Cengage Learning C Statistics and Probability questic OChapter 7 Problem Set X https://ng.cengage.com/static/nb/ui/evMindTap Cengage Learning C Statistics and Probability questic OChapter 7 Problem Set X https://ng.cengage.com/static/nb/ui/evMindTap Cengage Learning C Statistics and Probability questic OChapter 7 Problem Set X https://ng.cengage.com/static/nb/ui/evMindTap Cengage Learning C Statistics and Probability questic OChapter 7 Problem Set X https://ng.cengage.com/static/nb/ui/evMindTap Cengage Learning C Statistics and Probability questic OChapter 7 Problem Set X https://ng.cengage.com/static/nb/ui/evMindTap Cengage Learning C Statistics and Probability questic OChapter 7 Problem Set X https://ng.cengage.com/static/nb/ui/evMindTap Cengage Learning C Statistics and Probability questic OChapter 7 Problem Set X https://ng.cengage.com/static/nb/ui/evMindTap Cengage Learning C Statistics and Probability questic OChapter 7 Problem Set X https://ng.cengage.com/static/nb/ui/ev


1 0
Add a comment Improve this question Transcribed image text
Answer #1

PCRE) P(P6) Psrcly exclusive addibivLes probakilih PCRA) P(PA) = D. FS Ra ond PA ex haustine ReOmmat A pLotabi li a ore Poemm

Add a comment
Know the answer?
Add Answer to:
A common way for two people to settle a frivolous dispute is to play a game of rock-paper-scissors.
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 4. Rock-paper-scissors #3 Aa Aa A common way for two people to settle a frivolous dispute...

    4. Rock-paper-scissors #3 Aa Aa A common way for two people to settle a frivolous dispute is to play a game of rock-paper-scissors. In this game, each personScISSors simultaneously displays a hand signal to indicate a rock, a piece of paper, or a pair of scissors. Rock beats scissors, scissors beats paper, and paper beats rock. If both players select the same hand signal, the game results in a tie beats paper Paper beats rock Two roommates, roommate A and...

  • Scissors bet par Paper beats rack Rock beats schoors Consider the game of rock-paper-scissors to be...

    Scissors bet par Paper beats rack Rock beats schoors Consider the game of rock-paper-scissors to be an experiment. In the long run, roommate A chooses rock 21% of the time, and roommate 3 chooses rock 61% of the time; roommate A selects paper 39% of the time, and roommate B selects paper 21% of the time; roommate A chooses scissors 40% of the time, and roommate B chooses scissors 18% of the time. (These choices are made randomly and independently...

  • This program should be in c++. Rock Paper Scissors: This game is played by children and...

    This program should be in c++. Rock Paper Scissors: This game is played by children and adults and is popular all over the world. Apart from being a game played to pass time, the game is usually played in situations where something has to be chosen. It is similar in that way to other games like flipping the coin, throwing dice or drawing straws. There is no room for cheating or for knowing what the other person is going to...

  • Objective: Write a program that simulates a game of rock, paper, scissors between a human and...

    Objective: Write a program that simulates a game of rock, paper, scissors between a human and the computer in best 2 out of 3 rounds. Requirements: . The player can enter either "rock", "paper", or "scissors'". o If the player enters anything other than that the computer automatically gets a point . The computer randomly selects one of the gestures o Use the Random type to make this easier o Also make sure you import java.util.Random o You can use...

  • Consider the following version of the Rock-Paper-Scissors game. The two players have to choose simultaneously between...

    Consider the following version of the Rock-Paper-Scissors game. The two players have to choose simultaneously between Rock(R), Paper(P) or Scissors(S). According to this game, R beats S, S beats P, P beats R. The winner gets 1 dollar from the other player. In case of a tie,the referee gives both players 2 dollars. Payoffs for all possible choices are summarized in the table below. Find all Nash Equilibria. 3) (25 points) Consider the following version of the Rock-Paper-Scissors game. The...

  • C++ You are asked to implement scissors-rock-paper game where the players are a computer and a...

    C++ You are asked to implement scissors-rock-paper game where the players are a computer and a user. The player that wins 3 hands successively is the winner of the game. Your program should prompt the user with a message at the beginning of each hand to enter one of scissors, rock or paper. If the user’s entry is not valid, i.e. entry is neither scissors, rock, nor paper, your program throws a message to the user to enter a valid...

  • IN JAVA. Write a program that lets the user play the game of Rock, Paper, Scissors...

    IN JAVA. Write a program that lets the user play the game of Rock, Paper, Scissors against the computer. The program should work as follows. When the program begins, a random number in the range of 1 through 3 is generated. If the number is 1, then the computer has chosen rock. If the number is 2, then the computer has chosen paper. If the number is 3, then the computer has chosen scissors. Don’t display the computer’s choice yet....

  • You are asked to implement scissors-rock-paper game where the players are a computer and a user....

    You are asked to implement scissors-rock-paper game where the players are a computer and a user. The player that wins 3 hands successively is the winner of the game. Your program should prompt the user with a message at the beginning of each hand to enter one of scissors, rock or paper. If the user's entry is not valid, i.e. entry is neither scissors, rock, nor paper, your program throws a message to the user to enter a valid entry...

  • (Java) Write a program that lets the user play the game of Rock, Paper, Scissors against...

    (Java) Write a program that lets the user play the game of Rock, Paper, Scissors against the computer. The program should work as follows. When the program begins, a random number in the range of 1 through 3 is generated. If the number is 1, then the computer has chosen rock. If the number is 2, then the computer has chosen paper. If the number is 3, then the computer has chosen scissors. Don’t display the computer’s choice yet. The...

  • Write a Python program (rock_paper_scissors.py) that allows two players play the game rock paper scissors. Remember...

    Write a Python program (rock_paper_scissors.py) that allows two players play the game rock paper scissors. Remember the rules: 1. Rock beats scissors 2. Scissors beats paper 3. Paper beats rock The program should ask the users for their names, then ask them for their picks (rock, paper or scissors). After that, the program should print the winner's name. Note, the players may pick the same thing, in this case the program should say it's tie. when the user input an...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT