QUESTION

Complete using r code

In the game of Monopoly you go to jail if you roll doubles 3 times in a row (during a single turn). This is a rare event, yet it is not unusual to see it happen in real Monopoly games (even multiple times). Write code to simulate the process and find out how often we would expect to see 3 doubles in a single turn if the typical Monopoly game lasts 200 turns. Include your code along with a table estimating what percentage of games would see this happen 0 times, 1 time, 2 or more times.

Public Answer

8CWOG3 The First Answerer