Respuesta :

Answer:

First of all, sorry if this answer was not what you where looking for. I had some trouble understanding your problem, but this what I came up with. The averaged out answer is roughly 2.66

Step-by-step explanation:

We have 6 deals, and 100 customers. If I understood correctly, we're looking for the average of how many of each deal will be sold by the end of the line. (if that's not it tell me I'll resolve it for you). To find that, we first have to see how many times our 6 deals will be repeated 'till our 100th customer. Doing a simple division (100/6), we get 16.6. So realistically, we will get through the table 16 times until our 100th customer. Now, to get the average of those 16 recursions, we can divide 16/6, so that's 2.6. Each deal (on average) will be repeated 2.6 times.