--- title: "HW 3" author: "Name here" date: "Due January 30, 2018 at 12:15 PM" output: html_document --- Please use D2L to turn in both the HTML output and your R Markdown file in. ## Q1. Monte Carlo Procedures (4 pts) Describe Monte Carlo Procedures and give an example of a setting where this can be used. Please describe an example not mentioned in class or lab. ## Q2. Yahtzee ### Part 1 (6 pts) Write a procedure to simulate Yahtzee rolls (5 dice). ### Part 2 (4 pts) Use your procedure to compute the probability of rolling a yahtzee (5 dice of the same value)