Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Prof Waters wants to play a game of Yahtzee. It is a popular game played with 5 six-sided dices. In each turn, he rolls

Prof Waters wants to play a game of Yahtzee. It is a popular game played with 5 six-sided dices. In each turn, he rolls all five dice, and he keeps a count of the number of turns needed until he sees sixes on all five dice. He wonders how many turns are needed in expectation to roll 5 sixes. Taking what was talked about in Introduction to Scientific Programming about computing probabilities and expectations, he wants to write a program that computes this. Please write a program yahtzee.py that computes the expected number of tries to win at Yahtzee. You may write a single function named experiment that rolls five dice over and over until all of them are sixes. This function should return the number of turns needed until all sixes are rolled. You can then call this function many times and take the average over 1000 games of Yahtzee. The expected output is shown below. Sample Output: In expectation, it takes 7768.991 attempts to roll 5 sixes. For full credit, the answer should be plus or minus 500 from 7700, and it should take between 20 and 30 seconds to run.

Step by Step Solution

3.49 Rating (156 Votes )

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Statistics For The Social Sciences A General Linear Model Approach

Authors: Russell T. Warne

1st Edition

1107576970, 978-1107576971

More Books

Students also viewed these Programming questions

Question

Which telepsychology is being used for which disorder?

Answered: 1 week ago