Lesson 13: Intro to Simulation
March 3, 2022
Review:
- Simulation
- Intro to Random Numbers
- Coin flip
Presentation:
- Simulation
- More RANDBETWEEN()
- Rolling 2 dice
- RANDBETWEEN(1,12) ≠ sum of two dice
- Histogram comparison
- Probability distribution
- Demonstrate Dice simulation in Sheets
Assignment:
- Create your own Dice Simulation
- Lucky 7 game
- Roll a 7, you win!
- Roll anything else (other than a 7), you lose.
- Lucky 7 game