Some More Problems Module 4 With Answer
Some More Problems Module 4 With Answer
Beatrice also does the crossword in the local newspaper every day. The time taken by Beatrice,
Y minutes, to complete the crossword is modelled by the normal distribution N(40, 62 ).
(c) Find the probability that, on a randomly chosen day, the time taken by Beatrice to
complete the crossword is more than twice the time taken by Adam to complete the
crossword. Assume that these two times are independent.
4. Employees answer the telephone in a customer relations department. The time taken for an
employee to deal with a customer is a random variable which can be modelled by a normal
distribution with mean 150 seconds and standard deviation 45 seconds.
a) Find the probability that the time taken for a randomly chosen customer to be dealt with
by an employee is greater than 180 seconds.
b) Find the probability that the time taken by an employee to deal with a queue of three
customers is less than nine minutes. At the start of the day, one employee, Amanda, has
a queue of four customers. A second employee, Brian, has a queue of three customers.
You may assume they work independently.
c) Find the probability that Amanda’s queue will be dealt with before Brian’s queue.
: X i N ( 80,10 ) ,i=1,2∧Y i N ( 55,5 ) ,i=1,2,3
T=Xi-Yj
Mean(T)=2*80-3*55-5=-10
Variance (T) = 2(10)^2+3(5)^2=200+75=275
T~N(-10,275)
P(T>0)= 1-pnorm(5,-5,275)
[1] 0.2732
X~B(7,0.3)
P(X=3)=0.2268945
pnorm(4,3,3)-pnorm(0,3,3)
[1] 0.4719034
> dbinom(2,4,0.4719034)
[1] 0.3726355
Ans 4:
R~N(4.2,0.15)
T~N(5.6,0.17)
X=R1+..+R7-T1-T2-..-T5
Mean(X)=7(4.2)-5(5.6)=1.4
Variance of X= 7(0.15)^2+5(0.17)^2=0.302
1-pnorm(0,1.4,sqrt(0.302))
= 0.995
Xbar~N(8,root(0.2))
pnorm(8,8,sqrt(0.2))-pnorm(7,8,sqrt(0.2))
[1] 0.4873263
Sum~N(1000,sqrt(728))
P(Sum>1000)=0.5
M=2X-3Y, E(X)=3=V(X) , E(Y)=1=V(Y)
Mean(M)=2(3)-3(1)=3, V(M)=4(3)+9(1)=21
Not follow poisson
S=X+Y, E(S)=4, V(S)=4
P(S=0)=e^-4
Variance(W)=520
P(W>0)=0.0242