A server in a restaurant rates his chances at getting a tip
A server in a restaurant rates his chances at getting a tip from a customer as shown in the table.
 Tip        Chance
 $0           20%
 $1           30%
 $2           40%
 $5           10%
a. Set up a simulation model that you could use to approximate the chance that the sum of the tips that the server receives from 8 customers (each tipping independently) is $15 or more. Your model should identify of each of the following: Simulation Component: Possible Outcomes: Simulation Assignment: Simulation Trial: Response Variable:
 b. Set your calculators random seed to 0 (0 STO MATH PRB 1:rand ENTER) and list the results for 20 trials.
 c. What does the simulation in Part b) estimate as the chance that the server receives $15 or more from 8 customers?
Solution
a. From a random number table, we choose a single digit and include it in our sample if it is 0,1,2 or 5 otherwise goto the next number. this is carried on till the desired number of points is obtained.
b. Result for 20 trials are
c. the simulation in Part b) estimate as the chance that the server receives $15 or more from 8 customers is 14/20 = 0.7
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 
| 1 | 0 | 5 | 0 | 5 | 0 | 1 | 0 | 5 | 1 | 1 | 5 | 2 | 2 | 1 | 0 | 2 | 2 | 5 | 5 | 
| 0 | 1 | 1 | 2 | 5 | 5 | 1 | 5 | 2 | 0 | 2 | 0 | 2 | 5 | 2 | 1 | 5 | 5 | 0 | 5 | 
| 0 | 5 | 0 | 0 | 2 | 1 | 1 | 2 | 2 | 1 | 0 | 5 | 2 | 0 | 2 | 0 | 5 | 0 | 1 | 2 | 
| 5 | 1 | 2 | 2 | 1 | 0 | 5 | 2 | 1 | 0 | 1 | 0 | 2 | 1 | 1 | 0 | 2 | 0 | 5 | 0 | 
| 2 | 5 | 1 | 1 | 2 | 1 | 2 | 5 | 0 | 2 | 2 | 0 | 5 | 2 | 1 | 5 | 2 | 2 | 2 | 0 | 
| 5 | 1 | 1 | 2 | 2 | 5 | 1 | 1 | 5 | 0 | 5 | 2 | 1 | 0 | 1 | 2 | 1 | 0 | 5 | 2 | 
| 2 | 2 | 1 | 2 | 0 | 2 | 5 | 2 | 0 | 1 | 0 | 2 | 5 | 5 | 2 | 1 | 0 | 1 | 5 | 1 | 
| 5 | 0 | 0 | 1 | 1 | 5 | 1 | 0 | 2 | 0 | 2 | 1 | 5 | 2 | 5 | 5 | 2 | 0 | 5 | 0 | 
| 20 | 15 | 11 | 10 | 18 | 19 | 17 | 17 | 17 | 5 | 13 | 15 | 24 | 17 | 15 | 14 | 19 | 10 | 28 | 15 | 

