Question

A project has three activities A, B, and C that must be carried out sequentially; that is, A -> -> C. The probability distrib
For the above project having three activities A, B, and C that must be carried out sequentially The standard deviation of the
0 0
Add a comment Improve this question Transcribed image text
Answer #1

The project consists of three sequential activities. Therefore, A is carried out first. This is followed by B, which is then followed by C. Eac of the activities follows a uniform distribution in their respective intervals. A lies in the interval [1, 6]. B lies in the interval [2, 3], and C lies in the interval [3, 6]. We are to determine the total project completion time as would be predicted by running Excel 1000 trial simulations.

1. The simulation will involve creating 1000 trials each for activities A, B, and C. The project completion trail will be the sum of the times required to complete each of the three activities. Therefore, the project completion time will be the output of the simulation. Therefore, the answer is d.

2. Each of the activities are uniformly distributed. Hence, they have an equal probability to occur throughout their interval. Excel has a function called RAND() which can be used for this purpose. RAND() also draws values from a uniform distribution but of unit size in the range 0 to 1. In order to increase the width of the scale, we can simply multiply the output by the desired width. So say for instance, I want the size of the distribution to be of 100 units, I can simply use 100 * RAND() and then the output will lie in the uniform distribution of range [0, 100]. In order to change the lower limit of the range from 0 to some other value x, we can simply add x to the RAND() function. Therefore, in order to get a uniform distribution in the range [10, 110], the command would be 10 + 100 * RAND().

Now in the question, each of the activities follow a uniform distribution with the ranges mentioned. Therefore, a random number can be drawn from the desired uniform distribution by summing the lower limit of the the distribution with the product of the size of the distribution (the difference between the maximum and the minimum values) and the RAND() function.

Therefore, for acitivity A we have 1 + 5 * RAND(), for activity B we have 2 + 1 * RAND(), and for activity C we have 3 + 3 * RAND().

Hence, the answer is b.

3. The output of the simulation will be the sum of the times taken for each of the three activities. Therefore, it can be obtained using the SUM() function of excel. In order to perform 1000 simulations, the formula from the first row can simply be dragged down for 1000 cells. In order to compute the standard deviation of the output time, we can use the excel function STDEV() and provide it with the range of the output. In my case it came out to be 1.6879, which is very close to 1.70 given in the options. Repeating the simulation should give you similar results. Therefore, the answer is d.

4. RAND() is a pseudo-random number generator as mentioned above, and it gives values between 0 and 1. If 1000 cells have this function, then 1000 values will be drawn from this interval. Therefore, the probability of getting a value less than or equal to 0.2 will be:

0.2\times \frac{1}{1 - 0} = 0.2 \times 1 = 0.2

For 1000 cells, the frequency will be 1000 * 0.2 = 200.

Therefore, the number of cells that will have value less than or equal to 0.2 will be close to 200.

Hence, the correct answer is b.

asdfa

Add a comment
Know the answer?
Add Answer to:
A project has three activities A, B, and C that must be carried out sequentially; that...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT