Question

please do just # 2 and #3

1. Rock-Paper-Scissors, also called Roshambo, is a popular two-player game often used to quickly determine a winner and loser. In the game, each player puts out a fist(rock), a flat hand (paper), or a hand with two fingers extended (scissors). In the game, rock beats scissors which beats paper which beats rock. The question is: Are people more likely to pick rock ? Knowing the frequencies by which the options are selected would give a player a significant advantage. Suppose we are convinced that people choose rock more often than the other two. You want to perform a hypothesis test to support that someone is more likely to choose rock than the other two options. Suppose a study observed 300 people playing Rock-Paper-Scissors, Their choices for their first turn are shown below: Option Selected Frequency 165 96 39 300 Rock Paper Scissors Total (a) State the null and alternative hypothesis for testing the claim that individuals are more likely to pick rock than either paper or scissors. For the null hypothesis think about what happens if they are all equally likely to be picked. Make sure that you include (and define) a parameter in the null and alternative hypothesis. (b) We can simulate the null distribution using the rflip function in R just like we did for the tea tasting example. We can adjust the probability under the null to any probability (the default is 0.5). To do this include prob-” in your argument. For example, rflip(300,prob-33) will do a simulation 300 times (300 flips of a coin) where the probability is 0.33 (imagine that the probability of a coin landing heads is 0.33) Adjust the Rcode that we used for the tea tasting example and compute the p-value for the above hypothesis test. Make sure to change the probability to suit this particular hypothesis test. Report the p-value

2. Repeat the steps in 1), however, test the claim that individuals are less likely to pick scissors than the other two options. Report the p-value and state a conclusion at the α = 0.05-level.Be sure to state the null and alternative hypotheses.

3. Approximately 10% of Americans are left-handed (we will treat this as a population parameter). A study on the relationship between handedness and profession found that in a random sample of 105 lawyers, 16 of them were left-handed. Do the data provide sufficient evidence that lawyers are more likely to be left-handed than the rest of the population. State the null and alternative hypothesis and report the p-value. State a conclusion in context of the problem

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

Solution. 3-

Appropriate hypotheses would be -

H0 : p = 0.1

Ha : p > 0.1

Observed value of test statistic =

\frac{\hat{p}-p}{\sqrt{\frac{\hat{p}*(1-\hat{p})}{n}}}

where \hat{p} = observed proportio of left handed lawyers = 16/105 = 0.15238 and n = 105

then after putting the values above we get,

test statistic = 1.4935

P-value is calculated as-

P(Z > 1.4935)

= 0.0676

as level of significance 5% is less than P- value then we can say that null hypothesis is not rejected at 5% level of significance.

And hence there is not sufficient evidence that lawyers are more likely to be left-handed than the rest of the population

TY!

Add a comment
Know the answer?
Add Answer to:
please do just # 2 and #3 2. Repeat the steps in 1), however, test the...
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
  • please give answers in a,b,c,d format and give calculation. 1.5.17 Have you ever played rock-paper-scissors (or...

    please give answers in a,b,c,d format and give calculation. 1.5.17 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...

  • please give answer in a,b,c,d format. give calculation. 1.5.18 Have you ever played rock-paper-scissors (or Rochambeau)?...

    please give answer in a,b,c,d format. give calculation. 1.5.18 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...

  • Please help I am struggling with this and 3*Math.random())+1; and how to use it within the...

    Please help I am struggling with this and 3*Math.random())+1; and how to use it within the program For this project you will write a Java program that will play a simple game of Rock, Paper, Scissors.  If you have never played this game before the rules are simple - each player chooses one of Rock, Paper or Scissors and they reveal their choices simultaneously. • The choice of Rock beats the choice of Scissors ("Rock smashes Scissors") • The choice of...

  • 1) Rock-paper-scissors is a hand game played by two or more people where players choose to...

    1) Rock-paper-scissors is a hand game played by two or more people where players choose to sign either rock',rock′,paper', or `scissors' with their hands. We would like to test if players choose between these three options randomly, or if certain options are favored above others. What hypothesis test should we conduct to answer this research question? Compare two means Compare two proportions Chi square test of goodness of fit Chi square test of independence 2) 6.43 Rock-paper-scissors: Rock-paper-scissors is a...

  • 5.12 A5 Program Do you want to play. a. game? The Big Bang Theory fans may...

    5.12 A5 Program Do you want to play. a. game? The Big Bang Theory fans may recognize Rock Paper Scissors Lizard Spock as a game of chance that expands on the standard Rock Paper Scissors game. It introduces two new hand signs and several more rules. The rules: • Scissors cuts Paper • Paper covers Rock • Rock crushes Lizard • Lizard poisons Spock • Spock smashes Scissors • Scissors decapitates Lizard • Lizard eats Paper • Paper disproves Spock...

  • PLEASE INCLUDE SAW-PROMPTS FOR 2 PLAYERS NAMES(VALIDATE NAMES). SHOW MENU (PLAYER MUST SELECT FROM MENU B4...

    PLEASE INCLUDE SAW-PROMPTS FOR 2 PLAYERS NAMES(VALIDATE NAMES). SHOW MENU (PLAYER MUST SELECT FROM MENU B4 THE GAME STARTS 1=PLAY GAME, 2=SHOW GAME RULES, 3=SHOW PLAYER STATISTICS, AND 4=EXIT GAME WITH A GOODBYE MESSAGE.) PLAYERS NEED OPTION TO SHOW STATS(IN A DIFFERNT WINDOW-FOR OPTION 3)-GAME SHOULD BE rock, paper, scissor and SAW!! PLEASE USE A JAVA GRAPHICAL USER INTERFACE. MUST HAVE ROCK, PAPER, SCISSORS, AND SAW PLEASE This project requires students to create a design for a “Rock, Paper, Scissors,...

  • Question 3 (1 point) Hypothesis Test. Are young men more likely to experience ADD/ADHD symptoms than...

    Question 3 (1 point) Hypothesis Test. Are young men more likely to experience ADD/ADHD symptoms than young women? A recent survey found 22 of 78 females had experienced ADD/ADHD symptoms while 12 of 40 males had experienced them. Test at the 1 level. Question: These data pass are appropriate for Z-procedures, e.g. have enough successes and enough failures in both samples. True False Question 4 (1 point) Hypothesis Test. Are young men more likely to experience ADD/ADHD symptoms than young...

  • Please answer all 3 questions mpus A test of sobriety involves measuring the subject's motor skills....

    Please answer all 3 questions mpus A test of sobriety involves measuring the subject's motor skills. Twenty randomly selected sober subjects take the test and produce a mean score of 41.0 with a standard deviation of 3.7. At the 0.01 level of significance, test the claim that the true mean score for all sober subjects is equal to 40.0. Use the traditional method of testing hypotheses. The results for the test turn out to be: Hopp = 40.0.HAP 40.0. Test...

  • set-up each hypothesis test (Steps 1-3) only. DO NOT PERFORM A COMPLETE HYPOTHESIS TEST! Be sure...

    set-up each hypothesis test (Steps 1-3) only. DO NOT PERFORM A COMPLETE HYPOTHESIS TEST! Be sure to properly label all variables (z,t, etc...) and parameters(1.0, etc..). Do not only write a numbers 3.) The average number of series streamed per year for households is reported to be 8.5 with a standard deviation of 2.1. In random sample of 30 households, the standard deviation in series streamed was 3.5. At a = 0.10, is there evidence to suggest that the standard...

  • Homework8 Name and types DUE: April ANOVA theory 17, 2019 1) Why can we not do a series of t-test...

    Homework8 Name and types DUE: April ANOVA theory 17, 2019 1) Why can we not do a series of t-tests when comparing more than two groups? 2) For an ANOVA, in English, what is the null hypothesis? The alternative? What would it mean to reject the null? How is this different than when we reject the null in a t test? 3) If I told you I ran a three-way MANCOVA, what could you tell me about my design and...

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