You are on page 1of 7

2.

1)

a) H0: y > 150


H1: y < 150 y (psi)
145
153
150
147
y_bar = AVERAGE(y) 148.75
z = (y_bar-mu)/(sigma/SQRT(n)) = (y_bar-150)/(3/2) -0.8333333
P(z) = NORMSDIST(z) 0.20232838
b) The mean of the distribution is not significantly less than 150

c) P(z) = 20.23%

d) find a 95% confidence interval:


z_threshold = NORMSINV(alpha) -1.6448536
y_threshold = mu + z_threshold*sigma/SQRT(N) 147.53272
95% confidence interval :
mean breaking strength> 147.532719559573 psi
2-2.
a) H0: mu = 800 cs
H1: mu ≠ 800 cs y_bar = 812
sigma = 25
N = 16
b) the value of the mean is statistically equal to 800 cs
z = (y_bar-mu)/(sigma/SQRT(N)) = 1.92
P(z) = 2*(1-NORMSDIST(z)) = 0.054858

c) P(z) = 2*(1-NORMSDIST(z)) = 5.4858%

d) 95% confidence interval:

y_lower = NORMINV(0.025, mu, sigma/SQRT(N)) = 787.750225096625


y_upper = NORMINV(.9975, mu, sigma/SQRT(N)) = 817.543961052149

787.7502 < y_bar < 817.543961052149


2-4.

z_threshold = NORMSINV(.025) = -1.959964

1. 0= y upper − y lower =2 z∗σ / √ N=2∗z∗√ 9 / √ N =6∗z/ √ N


138.2925

N=(6∗z )2=138. 2925

since it is impossible to perform 138.2925 trials, this number should be rounded up to 139.
Therefore, there should be 139 trials.
2-7.
a) H0: mu < 225
H1: mu > 225
b) the mean is not significantly greater than 225.
c) P = 25.70%
d) 95% confidence interval:
y_upper = mu + TINV(.025,15)*s/sqrt(n)
286.4539
y_bar < 286.453893154014

y
159 N= 16
224 y_bar = AVERAGE(y) 241.5
222 s = STDDEV(y) 98.72588
149 t= (y_bar-225)/(s/SQRT(N)) 0.668518
280 P(t) = TDIST(t,15,1) 0.25698
379
362
260
101
179
168
485
212
264
250
170
2-11.
y1 y2
65 64 s1^2= VAR(y1) 85.82222
81 71 s2^2= VAR(y2) 87.73333
57 83
66 59 F = s1^2/s2^2 0.978217
82 65 FDIST(F,9,9) = 0.512817
82 56
67 69 a) the variances of the distributions are statistically equal
59 74
75 82
70 79 y1_bar = AVERAGE(y1) 70.400
y2_bar = AVERAGE(y2) 70.200

ȳ 1 − ȳ 2
t= 0.048007681843692
= nu = 9
s s

√ 12
n1
+
22
n2

TINV(alpha,9)= 2.26215716279821

b) the means of the distributions are statistically equal to one another.


2-13.

y1 = 12.5
S1^2 = 101.7 F= s1^2/s2^2 1.073578
n1 = 8 FDIST(F) 0.454596 ȳ 1 − ȳ 2
t=
s s

y2 = 10.2 t= 0.47712
S2^2 = 94.73 TDIST(t,8,1) 0.323019 12 22
+
n2 = 9 n1 n2
a) yes. The variances are statistically equal

b) the filtering device does not significantly reduce the percentage of impurity.
2-17.
y1 y2
0.265 0.264 y1_bar =AVERAGE(y1) 0.26625
0.265 0.265 y2_bar =AVERAGE(y2) 0.26600
0.266 0.264 t = (you know what) = 0.405190208
0.267 0.266 TDIST(t,22,2) 0.689250892
0.267 0.267
0.265 0.268
0.267 0.264
0.267 0.265
0.265 0.265
0.268 0.267
0.268 0.268
0.265 0.269

a) there is no significant difference in the means of the two samples.


b) P = TDIST(t, 22, 2) 68.93%

c) 95% confidence interval:


lower = y1_bar -y2_bar + SQRT(VAR(y_1)/12+VAR(y_2)/12)*TINV(0.05,11)
= -0.001108
upper = y1_bar -y2_bar - SQRT(VAR(y_1)/12+VAR(y_2)/12)*TINV(0.05,11)
= 0.001608

-0.001108 < y1-y2 < 0.001608

You might also like