Question

In: Math

1. Have you ever played rock-paper-scissors (or Rochambeau)? It’s considered a “fair game” in that the...

1. Have you ever played rock-paper-scissors (or Rochambeau)? It’s considered a “fair game” in that the two players are equally likely to win (like a coin toss). Both players simultaneously display one of three hand gestures (rock, paper, or scissors), and the objective is to display a gesture that defeats that of your opponent. The main gist is that rocks break scissors, scissors cut paper, and paper covers rock. We investigated some results of the game rock-paper-scissors, where the researchers had 119 people play rock-paper-scissors against a computer. They found 66 players (55.5%) started with rock, 39 (32.8%) started with paper, and 14 (11.8%) started with scissors.We want to see if players start with scissors with a probability that is different from 1/3.

a) Identify the parameter in the question. (hint: the long-run proportion of …) (1 pts)

b) State the null hypothesis in words. (1 pts)

The null would be a player that starts with scissors is 33%

c) State the null hypothesis using symbols. (0.5 pts)

HO π=33%

d) State the alternative hypothesis in words. (1 pts)

The alternative would be a player that has scissors wouldn’t be 33%

e) State the alternative hypothesis in symbols. (0.5 pts)

Ha  π≠33%

f) What is the value for the statistics? (1 pts) Assign a symbol to this value. (0.5 pts)

z=-4.9

g) Using an “one proportion” applet, find the p-value. Report your p-value here: ___0____

(1 pts)

h) Based on this p-value, do we have strong evidence against the null hypothesis?  (1 pts)

Yes.

i) Summarize the conclusion in the context of the problem. (1 pts)

Solutions

Expert Solution

where the researchers had 119 people play rock-paper-scissors against a computer. n= 119

They found 66 players (55.5%) started with rock,

39 (32.8%) started with paper,

and 14 (11.8%) started with scissors.

x=14 and phat = x / n = 14 / 119   = 0.1176

We want to see if players start with scissors with a probability that is different from 1/3.

a) Identify the parameter in the question. (hint: the long-run proportion of …)

b) State the null hypothesis in words.

The null would be a player that starts with scissors is 33%

c) State the null hypothesis using symbols.

HO π=33%

d) State the alternative hypothesis in words.

The alternative would be a player that has scissors wouldn’t be 33%

e) State the alternative hypothesis in symbols.

Ha  π≠33% ( it is two tailed test)

f) What is the value for the statistics? (1 pts) Assign a symbol to this value.

z= -4.9    = (phat - p ) / SQRT((p*(1-p) / n)

g) Using an “one proportion” applet, find the p-value. Report your p-value here: the p value is < .00001.

h) Based on this p-value, do we have strong evidence against the null hypothesis?

Yes.

i) Summarize the conclusion in the context of the problem.

The alternative hypothesis accepted herer it would be a player that has scissors wouldn’t be 33%


Related Solutions

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...
Game Description: The popular rock-paper-scissors game is usually played between two people in which each player...
Game Description: The popular rock-paper-scissors game is usually played between two people in which each player simultaneously chooses either a rock or a paper or scissors (usually with an outstretched hand). The rule of the game is simple: rock crushes scissors, scissors cut paper, and paper wraps rock. If both the players choose the same object, then it ends in a tie. Problem Description: You have to play the rock-paper-scissors game against the computer for 100 times. You receive the...
Design and implement an Android application that plays the Rock-Paper-Scissors game against the computer. When played...
Design and implement an Android application that plays the Rock-Paper-Scissors game against the computer. When played between two people, each person picks one of three options (usually shown by a hand gesture) at the same time, and a winner is determined. In the game, Rock beats Scissors, Scissors beats Paper, and Paper beats Rock. The program should randomly choose one of the three options (without revealing it) and then seek for the user’s selection (using your choice of an object...
Solve the scissors, paper, rock game. This game is well known in many parts of the...
Solve the scissors, paper, rock game. This game is well known in many parts of the world. Two players simultaneously present a hand in one of three positions: an open hand (paper), a closed fist (rock), or two open fingers (scissors). The payoff is 1 unit according to the rule “Paper covers rock, rock breaks scissors, and scissors cut paper.” If both players present the same form, the payoff is 0. Set up the payoff matrix for the game and...
Problem Description: You have to play the rock-paper-scissors game against the computer for 100 times. You...
Problem Description: You have to play the rock-paper-scissors game against the computer for 100 times. You receive the following rewards each time you play the game:  You get $5 if you win  You get $2 if there is a tie  You get $-1 if you lose The computer randomly chooses rock, paper, or scissors in each game. Rather than deciding what to play (rock, paper or scissors) for each individual game, you decide to use the following...
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...
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...
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?
Rock, Paper, Scissors Game Write a Python program rps.py that lets the user play the game...
Rock, Paper, Scissors Game Write a Python program rps.py that lets the user play the game of Rock, Paper, Scissors against the computer. The program should work as follows: You can set these constant global variables at the top outside of your main function definition: COMPUTER_WINS = 1 PLAYER_WINS = 2 TIE = 0 INVALID = 3 ROCK = 1 PAPER = 2 SCISSORS = 3 For this program 1 represents rock, 2 represents paper, and 3 represents scissors. In...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT