Basic Stat-2, Normal Distribution, Functions of Random Variables
Basic Stat-2, Normal Distribution, Functions of Random Variables
Assignment -2
Set-2
-Requina Rachel Louis
Solution-1
0.2676
Explanation:
The work begins after 10 min, so the average time increases from 45min to 55min.
z = (X-μ)/б
= (60-55)/8
= 0.625
As we want to find the probability that the service manager cannot meet his commitment, So we
should write the command below.
1-pnorm(0.625)
=0.2676
=0.2676
Solution-2
Mean = 38
SD = 6
Hence More employees at the processing center are older than 44 than between 38 and 44. is
FALSE
Hence A training program for employees under the age of 30 at the center would be expected to
attract about 36 employees - TRUE
Solution-3
Explanation:
To Find:
Identify symmetric values for the standard normal distribution such that the area enclosed is .99
From the above details,we have to exclude the area of .005 in each of the left and right tails.
Hence, we want to find the 0.5th and the 99.5th percentiles Z score values
Using Python
b = (20*2.576)+100= 151.5
Two values symmetric about mean for the given standard normal distribution are[48.5,151.5]
Solution-5
Done in Python
Screen Below