0% found this document useful (0 votes)
1K views

Homework 7 Solution

The document contains solutions to 9 probability and statistics problems. 1) The first problem finds the mean, median, and mode of waiting times for 10 patients. 2) The second problem calculates the range and standard deviation of the same data. 3) Further problems calculate means, variances, and standard deviations for other sample data. 4) Questions involve finding probabilities related to sampling distributions and normal distributions.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

Homework 7 Solution

The document contains solutions to 9 probability and statistics problems. 1) The first problem finds the mean, median, and mode of waiting times for 10 patients. 2) The second problem calculates the range and standard deviation of the same data. 3) Further problems calculate means, variances, and standard deviations for other sample data. 4) Questions involve finding probabilities related to sampling distributions and normal distributions.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Solution for Problem Set 7

HANU - Faculty of Information and Technology


MAT204: Probability & Statistics
April 26, 2015

Problem 1: [1, Exercise 8.2]


The lengths of time, in minutes, that 10 patients waited in a doctors office before
receiving treatment were recorded as follows: 5, 11, 9, 5, 10, 15, 6, 10, 5, and 10.
Treating the data as a random sample,find
(a) the mean;
(b) the median;
(c) the mode.
Solution:
(a)
n
1X 1
X= Xi = (5 + 11 + 9 + 5 + 10 + 15 + 6 + 10 + 5 + 10) = 8.6(minutes)
n i=1 10

(b)
n=10 ⇒ n is even.
Arranged list (from min to max): 5, 5, 5, 6, 9, 10, 10, 10, 11, 15
Therefore:
1  1 1
x= xn/2 + xn/2+1 = (x5 + x6 ) = (9 + 10) = 9.5(minutes)
2 2 2

(c)
Mode are the values of the sample that most occur.
Therefore, mode are 5 and 10 minutes.

Problem 2: [1, Exercise 8.9]


Consider the data in Problem 1, find
(a) the range;
(b) the standard deviation.
Solution:
(a)
R = Xmax − Xmin = 15 − 5 = 10

(b) Pn
Xi2 − ( ni=1 Xi )2 (10)(838) − 862
P
2 n i=1
S = = = 10.933
n(n − 1) (10)(9)

1
√ √
⇒S= S 2 = 10.933 = 3.307

Problem 3: [1, Exercise 8.12]


The tar contents of 8 brands of cigarettes selected at random from the latest list re-
leased by the Federal Trade Commission are as follows: 7.3, 8.6, 10.4, 16.1, 12.2, 15.1,
14.5, and 9.3 milligrams. Calculate
(a) the mean;
(b) the variance.
Solution:
(a)
n
1X 1
X= Xi = (7.3 + 8.6 + 10.4 + 16.1 + 12.2 + 15.1 + 14.5 + 9.3) = 11.69(milligrams)
n i=1 8

(b)
Pn 2
Pn 2
n X i − ( i=1 Xi ) (8)(1168.21) − 93.52
S2 = i=1
= = 10.776
n(n − 1) (8)(7)

Problem 4: [1, Exercise 8.13]


The grade-point averages of 20 college seniors selected at random from a graduating
class are as follows:
3.2 1.9 2.7 2.4 2.8
2.9 3.8 3.0 2.5 3.3
1.8 2.5 3.7 2.8 2.0
3.2 2.3 2.1 2.5 1.9
Calculate the standard deviation.
Solution:
n ni=1 Xi2 − ( ni=1 Xi )2 (2)(148.55) − (53.3)2
P P
2
S = = = 0.342
n(n − 1) (20)(19)
√ √
⇒ S = S 2 = 0.342 = 0.585

Problem 5: [1, Exercise 8.19]


A certain type of thread is manufactured with a mean tensile strength of 78.3 kilograms
and a standard deviation of 5.6 kilograms. How is the variance of the sample mean
changed when the sample size is

(a) increased from 64 to 196?


(b) decreased from 784 to 49?
Solution:
(a)
σ2 (5.6)2
For n = 64 : σX = = = 0.49
n 64
2
σ2 (5.6)2
For n = 196 : σX = = = 0.16
n 196
Therefore, the variance of the sample mean is decreased from 0.49 to 0.16 when the
sample size is increased from 64 to 196.
(b)
σ2 (5.6)2
For n = 748 : σX = = = 0.04
n 748
σ2 (5.6)2
For n = 49 : σX = = = 0.64
n 49
Therefore, the variance of the sample mean is increased from 0.04 to 0.64 when the
sample size is increased from 748 to 49.

Problem 6: [1, Exercise 8.22]


The heights of 1000 students are approximately normally distributed with a mean of
174.5 centimeters and a standard deviation of 6.9 centimeters. Suppose 200 random
samples of size 25 are drawn from this population and the means recorded to the nearest
tenth of a centimeter. Determine
(a) the mean and standard deviation of the sampling distribution of X ;
(b) the number of sample means that fall between 172.5 and 175.8 centimeters inclusive;
(c) the number of sample means falling below 172.0 centimeters
Solution:
(a)

µX = µ = 174.5
σ 6.9
σX = √ = √ = 1.38
n 25

(b)
x1 − µ X 172.5 − 174.5
z1 = = = −1.45
σX 1.38
x2 − µ X 175.8 − 174.5
z2 = = = 0.94
σX 1.38
⇒ P (172.5 < X < 175.8) = P (−1.45 < Z < 0.94)
= P (Z < 0.94) − P (Z < −1.45) = 0.8264 − 0.0735 = 0.7529
Therefore, the number of sample means between 172.5 and 175.8 centimeters inclusive
is:
(200)(0.7529) = 151

(c)
x − µX 172.0 − 174.5
z= = = −1.81
σX 1.38
⇒ P (X < 172.0) = P (Z < −1.81) = 0.0351

3
Therefore, the number of sample means fall below 172.0 centimeters is:

(200)(0.0351) = 7

Problem 7: [1, Exercise 8.25]


The average life of a bread-making machine is 7 years, with a standard deviation of 1
year. Assuming that the lives of these machines follow approximately a normal distri-
bution, find
(a) the probability that the mean life of a random sample of 9 such machines falls be-
tween 6.4 and 7.2 years;
(b) the value of x to the right of which 15% of the means computed from random sam-
ples of size 9 would fall.
Solution:
(a)

µX = µ = 7
σ 1 1
σX = √ = √ =
n 9 3
x1 − µ X 6.4 − 7
z1 = = = −1.8
σX 1/3
x2 − µ X 7.2 − 7
z2 = = = 0.6
σX 1/3
P (6.4 < X < 7.2) = P (−1.8 < Z < 0.6) = P (Z < 0.6) − P (Z < −1.8)
= 0.7257 − 0.0359 = 0.6898

(b)
The value of x to right of which 15% of the means ⇒ Find z(85%).

z(85%) = z(0.85) = 1.04


x − µX
z= ⇒ x = (z)(σX ) + µX = (1.04)(1/3) + 7 = 7.35
σX

Problem 8: [1, Exercise 8.30]


The mean score for freshmen on an aptitude test at a certain college is 540, with a
standard deviation of 50. Assume the means to be measured to any degree of accuracy.
What is the probability that two groups selected at random, consisting of 32 and 50
students,respectively, will differ in their mean scores by
(a) more than 20 points?
(b) an amount between 5 and 10 points?
Solution:
X = 540
σ = 50

4
n1 = 32, n2 = 50
µ1 − µ2 = 0
p p
σX1 −X2 = σ 1/n1 + 1/n2 = 50 1/32 + 1/50 = 11.319

(a)

z1 = −20/11.319 = −1.77
z2 = 20/11.319 = 1.77
⇒ P (|X1 − X2 | > 20) = 2P (Z < −1.77) = (2)(0.0384) = 0.0768

(b)

z1 = 5/11.319 = 0.44
z2 = 10/11.319 = 0.88
⇒ P (−10 < X1 − X2 < −5) + P (5 < X1 − X2 < 10) = 2P (5 < |X1 − X2 | < 10)
= 2P (0.44 < Z < 0.88) = 2[P (Z < 0.88) − P (Z < 0.44)]
= 2(0.8106 − 0.6700) = 0.2812

Problem 9: [1, Exercise 8.41]


Assume the sample variances to be continuous measurements. Find the probability
that a random sample of 25 observations, from a normal population with variance σ 2
= 6, will have a sample variance S 2 .
(a) greater than 9.1;
(b) between 3.462 and 10.745
Solution:
n = 25
σ2 = 6

(a)

(n − 1)S 2
χ2 =
σ2
(n − 1)S 2
 
2 (24)(9.1)
P (S > 9.1) = P 2
> = P (χ2 > 36.4) = 0.05
σ 6

(b)

(n − 1)S 2
 
2 (24)(3.462) (24)(10.745)
P (3.462 < S < 10.745) = P < 2
<
6 σ 6
= P (13.848 < χ2 < 42.980) = P (χ2 < 42.980)−P (χ2 < 13.848) = P (χ2 > 13.848)−P (χ2 > 42.980)
= 0.95 − 0.01 = 0.94

5
Problem 10: [1, Exercise 8.67]
The breaking strength X of a certain rivet used in a machine engine has a mean 5000
psi and standard deviation 400 psi. A random sample of 36 rivets is taken. Consider
the distribution of X , the sample mean breaking strength.
(a) What is the probability that the sample mean falls between 4800 psi and 5200 psi?
(b) What sample n would be necessary in order to have

P (4900 < X < 5100) = 0.99

Solution:
µ = 5000 psi
σ = 400 psi
n = 36

(a)
 
4800 − 5000 5200 − 5000
P (4800 < X < 5200) = P √ <Z< √
400/ 36 400/ 36
= P (−3 < Z < 3) = P (Z < 3) − P (Z < −3)
= 0.9987 − 0.0013 = 0.9974

(b)

P (4900 < X < 5100) = 0.99 ⇒ P (z1 < Z < z2 ) = 0.99


⇒ P (Z < z) = 0.995 ⇒ z = 2.575
5100 − 5000
⇒ √ < 2.575 ⇒ n ≥ 107
400/ n
Note: The value n can be affected by the z values picked (2.57 or 2.58).

6
References
[1] Walpole, R. E., Myers, R. H., Myers, S. L. and Ye, K., Probability &
Statistics for Engineers & Scientists, 9th ed., MA, USA: Prentice-Hall, 2012.

[2] DeGroot, M. H. and Schervish, M. J., Probability and Statistics, 4th ed., MA,
USA: Pearson Education, Inc., 2012.

[3] Murray, R. S., John, J. S. and R, A. Srinivasan, Probability and Statistics,


3rd ed., USA: McGraw-Hill, 2009.

You might also like