44.9k views
5 votes
A.J. has 20 jobs that she must do in sequence, with the times required to do each of these jobs being independent random variables with mean 50 minutes and standard deviation 10 minutes. M.J. has 20 jobs that he must do in sequence, with the times required to do each of these jobs being independent independent random variables with mean 52 minutes and standard deviation 15 minutes.

(a) Find the probability that A.J. finishes in less than 900 minutes.
(b) Find the probability that M.J. finishes in less than 900 minutes.
(c) Find the probability that A.J. finishes before M.J.

2 Answers

3 votes

Final answer:

To find the probability that A.J. and M.J. finish their jobs within a certain time, we need to calculate the z-score for the given values and use a standard normal distribution table or a calculator to find the probability.

Step-by-step explanation:

(a) To find the probability that A.J. finishes in less than 900 minutes, we need to calculate the z-score (standard score) for the value 900 using the formula: z = (x - mean) / standard deviation. In this case, x = 900, mean = 50 minutes, and standard deviation = 10 minutes. Once we have the z-score, we can use a standard normal distribution table or a calculator to find the probability.

(b) To find the probability that M.J. finishes in less than 900 minutes, we use a similar process as in part (a), but with different mean and standard deviation values. In this case, x = 900, mean = 52 minutes, and standard deviation = 15 minutes.

(c) To find the probability that A.J. finishes before M.J., we can compare the means of the two distributions. Since A.J.'s mean is lower than M.J.'s mean, the probability of A.J. finishing before M.J. is higher.

User Ben Graham
by
5.6k points
3 votes

Answer:a) the probability that A.J. finishes in less than 900 minutes is 0.0125

b)the probability that M.J. finishes in less than 900 minutes is 0.0183

C) Find the probability that A.J. finishes before M.J. is 0.6915

Step-by-step explanation:

Let TA.j be the total time of A.j finishes all 20 jobs

Let Tm.j be the total time m.j finishes all 20 jobs .

Then by central limit theorem, TA.j and Tm.j has approximately a normal distribution.

E(TA.j) = 20×50=1000

Var(TA.j)= 20(10×10)=2000

E(Tm.j) = 20×52= 1040

Var(Tm.j)= 20(15×15)= 4500

a) P[TA.j <900]= [(TA.j -E(TA.j))/√(var(TA.j)]

Z< (900-1000)/√2000

Z<-2.24

Checking through a standardized normal table

The prob is 0.0125

b)p[Tm.j<900] = [Z< (900- 1040)/√4500]

Z < -2.08

The probability is 0.0183

C) p[( TA.j- Tm.j)- E( TA.j- Tm.j)]/√ (var(TA.j-Tm.j))

=[ 0 - E( TA.j- Tm.j)] / (var(TA.j-Tm.j))

= 0-(-40)/√6500

Z< 40/√6500

Z< 0.49613

Z< 0.6915

User Stefan Becker
by
6.1k points