Variance of normally distributed RV

Gauss M.D.
Messages
151
Reaction score
1

Homework Statement



The time it takes for a nurse to look up a patient journal is uniformly distributed between three and seven minutes. One morning there's 96 journal orders for the nurse to take care of.

Calculate the probability that she will get them all done during an eight hour work day, with no more than 15 minutes overtime. Assume normal distribution.

Homework Equations



Let X = number of minutes to look up one journal

The Attempt at a Solution



First, the probability function f(x) = 0.25 for 3 < x < 7

E(X) = int(0.25x dx) = 5

V(X) = E((X-5)^2) =

\int 1/4(x-5)^2 dx = 1/12(x-5)^3 _{(3 to 7)} = 4/3

σx = 2/√3

Let Y = 96X.

E(Y) = 96E(X) = 480

This is where I'm not sure:

σy = 96σx = 111

Y = N(480,111)

P(Y < 8*60+15) = P(Y < 495)

We are 15/111 = 0.136 standard deviations above expectation.

P(Y < 495) = P(Z < 0.136) = roughly 0.55

The answer says P(Y < 495) = P(Z < 1.36) so I'm probably missing something dumb? Re-done my calcs four times now :(
 
Physics news on Phys.org
Oh... σy = sqrt(96)σx

Nevermind then.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top