A student has trouble getting to work on time She figures th
A student has trouble getting to work on time. She figures that she is late 30% of the time, on time another 60% of the time, and early only 10% of the time. She proposes the following simulation model.
Randomly generate integers between 0 and 9 with the digits 0-2 representing being \"late,\" the digits 3-8 representing being \"on time,\" and the digit 9 representing being \"early.\"
Is this an appropriate model for this situation?
Solution
yes this model is appropriate as each number will represent the 10% .
i would recommend to use it in oppsoite mananer like this:
0 for being early:10%
1-3 for being on time 30%
4-9 for being late 40%
i hope this works for you
