Question

In: Statistics and Probability

You are playing rock, paper, scissors (RPS) with a friend. Because you are good at predicting...

You are playing rock, paper, scissors (RPS) with a friend. Because you are good at predicting your friend’s strategy, there is a 60% chance each time that you play her, that you win. You play 7 games of rock, paper scissors with your friend and would like to know how many of them you win. Use this information to answer the following questions.

1. What is the random variable in this example?
a. X = number of times your friend wins at RPS
b. X = wins
c.X = times you win
d. X = number of times you win at RPS

2. What kind of random variable is X?
a. Discrete
b. Continuous - unbounded
c. Continuous - bounded

3. For this problem, what would constitute a success and what is the probability that a success occurs?
a. Your friend winds a game of RPS, 60%
b. Your friend winds a game of RPS, 40%
c. You win a game of RPS, 40%
d. You win a game of RPS, 60%

4. What is the distribution of the random variable?
a. X ~ negbin(7, 0.6)
b. X ~ binomial
c. X ~ bin(7, 0.6)
d. X ~ bin(3, 0.6)

5. What is the probability that you win exactly three of the seven games played? (To four decimal places)

6. What is the probability that you win five or fewer games? (To four decimal places)

Solutions

Expert Solution


Related Solutions

1. You are playing rock, paper, scissors with a friend. Each time you win, your friend...
1. You are playing rock, paper, scissors with a friend. Each time you win, your friend gives you a dollar. Each time you lose, you pay your friend a dollar. Both of you play optimally with a mixed strategy of playing rock, paper, and scissors exactly one-third of the time each in a completely unpredictable way. Suddenly, a third person enters the room and offers to pay your friend (not you) 50 cents each time your friend throws a rock....
You consider yourself a bit of an expert at playing rock-paper-scissors and estimate that the probability...
You consider yourself a bit of an expert at playing rock-paper-scissors and estimate that the probability that you win any given game is 0.45. In a tournament that consists of playing 60 games of rock-paper-scissors let X be the random variable that is the of number games won. Assume that the probability of winning a game is independent of the results of previous games. You should use the normal approximation to the binomial to calculate the following probabilities. Give your...
Kim and Kanye are playing a single game of Rock-Paper-Scissors. They have complete information. The winner...
Kim and Kanye are playing a single game of Rock-Paper-Scissors. They have complete information. The winner must pay the loser $1,000. If they make the same choice they each get nothing. What is the Nash equilibrium for the game?
In the game Rock Paper Scissors, two players simultaneously choose one of three options: rock, paper,...
In the game Rock Paper Scissors, two players simultaneously choose one of three options: rock, paper, or scissors. If both players choose the same option, then the result is a tie. However, if they choose differently, the winner is determined as follows: • Rock beats scissors, because a rock can break a pair of scissors. • Scissors beats paper, because scissors can cut paper. • Paper beats rock, because a piece of paper can cover a rock. Create a game...
In the game Rock Paper Scissors, two players simultaneously choose one of three options: rock, paper,...
In the game Rock Paper Scissors, two players simultaneously choose one of three options: rock, paper, or scissors. If both players choose the same option, then the result is a tie. However, if they choose differently, the winner is determined as follows: • Rock beats scissors, because a rock can break a pair of scissors. • Scissors beats paper, because scissors can cut paper. • Paper beats rock, because a piece of paper can cover a rock. Create a game...
Many of you probably played the game “Rock, Paper, Scissors” as a child. Consider the following...
Many of you probably played the game “Rock, Paper, Scissors” as a child. Consider the following variation of that game. Instead of two players, suppose three players play this game, and let us call these players A, B, and C. Each player selects one of these three items—Rock, Paper, or Scissors—independent of each other. Player A will win the game if all three players select the same item, for example, rock. Player B will win the game if exactly two...
Code the game of Rock, Paper, Scissors between a human player and the computer. You can...
Code the game of Rock, Paper, Scissors between a human player and the computer. You can check out the game on Wikipedia if you are not familiar with it. Create a 4 option menu with the human player choices, plus the option of exiting the game. Randomly determine the computer’s choice (although a great deal of AI research has gone in to determining the best computer move). • Loop the game until the human player exits. • Count the number...
ROCK, PAPER, SCISSORS Using C++, you will implement a class called Tool. It should have an...
ROCK, PAPER, SCISSORS Using C++, you will implement a class called Tool. It should have an int field called strength and a char field called type. You may make them either private or protected. The Tool class should also contain the function void setStrength(int), which sets the strength for the Tool. Create 3 more classes called Rock, Paper, and Scissors, which inherit from Tool. Each of these classes will need a default constructor that sets the strength to 1 and...
Suppose you play rock paper scissors against a computer: *you gain $1 for each win *you...
Suppose you play rock paper scissors against a computer: *you gain $1 for each win *you lose $1 for each lost if it is a tie, nothing happens you choose rock 50% of the time and the others 25% of the time let x be a random variable that represents the amount of money you earn after one game. (a) find the probability distribution of X (b) what is your average payoff after 20 games? (c) what is the standard...
Write a Java class that determines the winner of a rock, paper scissors game. Assume the...
Write a Java class that determines the winner of a rock, paper scissors game. Assume the input from the user is always valid (so no need to check), that is it contains either one of `R`, `P`, or `S` as a single character, or has matching parenthesis, like, `(S&P)` or `((R&P)&S)`, and the `&` character. So for example, the user inputs `(P&R)` and the program will output `P` since paper beats rock. Or if the user inputs `((S&R)&(S&S))` the output...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT