Practicum: Win, Win, Win
Practicum: Win Win Win
Objective
You will create and combine simulations to assess probabilities.
Instructions
-
Using what you learned in Lab 2C, Which Song Plays Next? and Lab 2D, Queue it Up!, you will complete the task outlined in the Unit 2, Practicum 2: Win, Win, Win handout.
Click on the document name to download a fillable copy of the Practicum 2: Win, Win, Win handout.
-
The Win, Win, Win handout outlines the rules of the California' lottery's Daily 3 game, which you'll use to combine simulations and assess possibilities. Here's how it works:
• Three numbers between 0 - 9 are drawn daily.
• The numbers are drawn with replacement.
• Winners are usually awarded a couple of hundred dollars.
• To win the maximum amount of money, players must correctly choose the numbers that are drawn, in order.
Task
Based on what you learned in Lab 2C and Lab 2D, and using the rules of the Daily 3, you need to:
-
Write down the code to correctly simulate the Daily 3 once.
-
Use your code to simulate the Daily 3 500 times.
-
Compute the estimated probability of getting the first two numbers of the Daily 3 correct.
-
Should the estimated probability of correctly guessing the last two numbers of the Daily 3 be less than, the same as, or more than guessing the first two numbers? Why?
-
In teams of four:
-
Each team member chooses three numbers for the Daily 3.
-
Each team member simulates the Daily 3 game 500 times.
-
Within your group, combine the team simulation estimates to estimate the probability of winning the Daily 3.
-
-
Write and submit a one-page report. Your report should include the code.