The Law of Large Numbers says that if you take samples of larger and larger size
from any population, then the mean
x¯
x
of the sample gets closer and closer to μμ.
From the Central Limit Theorem, we know that as nn gets larger and larger, the
sample averages follow a normal distribution. The larger n gets, the smaller the
standard deviation gets. (Remember that the standard deviation for
X¯
X
is
σ
n
σ
n
.)
This means that the sample mean
x¯
x
must be close to the population mean μμ. We
can say that μμ is the value that the sample averages approach as nn gets larger. The
Central Limit Theorem illustrates the Law of Large Numbers.
A study involving stress is done on a college campus among the
students. The stress scores follow a uniform distribution with the lowest stress
score equal to 1 and the highest equal to 5. Using a sample of 75 students, find:
- a. The probability that the average stress score for the 75 students is less than 2.
- b. The 90th percentile for the average stress score for the 75 students.
- c. The probability that the total of the 75 stress scores is less than 200.
- d. The 90th percentile for the total stress score for the 75 students.
Let XX = one stress score.
Problems a and b ask you to find a probability or a percentile for an average or mean.
Problems c and d ask you to find a probability or a percentile for a total or sum.
The sample size, nn, is equal to 75.
Since the individual stress scores follow a uniform
distribution, XX ~ U(1, 5)U(1,5) where a=1a=1 and b=5b=5 (See the chapter on Continuous Random Variables).
μ
X
=
a
+
b
2
=
1
+
5
2
=
3
μ
X
=
a
+
b
2
=
1
+
5
2
=3
σ
X
=
(
b
-
a
)
2
12
=
(
5
-
1
)
2
12
=
1.15
σ
X
=
(
b
-
a
)
2
12
=
(
5
-
1
)
2
12
=1.15
For problems a and b, let
X¯
X
= the average stress score for the 75
students. Then,
X¯
X
~
N
(
3
,
1.15
75
)
N(3,
1.15
75
)
where
n = 75n = 75.
Find
P
(
X¯
<
2
)
P
(
X
2
)
.
Draw the graph.
P
(
X¯
<
2
)
=
0
P
(
X
2
)
=0
The probability that the
average stress score is less
than 2 is about 0.
normalcdf
(
1
,
2
,
3
,
1.15
75
)
=
0
(1,2,3,
1.15
75
)=0
The smallest stress score is 1. Therefore, the smallest
average for 75 stress scores is 1.
Find the 90th percentile for the average of 75 stress scores. Draw a graph.
Let
k
k
= the 90th precentile.
Find kk
where
P
(
X¯
<
k
)
=
0.90
P
(
X
k
)
=0.90.
k
=
3.2
k=3.2
The 90th percentile for the average of 75 scores is about 3.2. This means that
90% of all the averages of 75 stress scores are at most 3.2 and 10% are at least
3.2.
invNorm
(
.90
,
3
,
1.15
75
)
=
3.2
(.90,3,
1.15
75
)=3.2
For problems c and d, let
ΣXΣX = the sum of the 75 stress scores.
Then,
ΣXΣX ~
N
[
(
75
)
⋅
(
3
)
,
75
⋅
1.15
]
N[(75)⋅(3),
75
⋅1.15]
Find
P
(
ΣX
<
200
)
P
(
ΣX
200
)
.
Draw the graph.
The mean of the sum
of 75 stress scores is
75
⋅
3
=
225
75⋅3=225
The standard
deviation of the
sum of 75 stress
scores is
75
⋅
1.15
=
9.96
75
⋅1.15=9.96
P
(
ΣX
<
200
)
=
0
P
(
ΣX
200
)
=0

The probability that the total of 75 scores is less than 200 is about 0.
normalcdf
(
75
,
200
,
75
⋅
3
,
75
⋅
1.15
)
=
0
(75,200,75⋅3,
75
⋅1.15)=0.
The smallest total of 75 stress scores is 75
since the smallest single score is 1.
Find the 90th percentile for the total of 75 stress scores. Draw a graph.
Let
k
k
= the 90th percentile.
Find
k
k
where
P
(
ΣX
<
k
)
=
0.90
P
(
ΣX
k
)
=0.90.
k
=
237.8
k=237.8

The 90th percentile for the sum of 75 scores is about 237.8. This means that 90% of
all the sums of 75 scores are no more than 237.8 and 10% are no less than 237.8.
invNorm
(
.90
,
75
⋅
3
,
75
⋅
1.15
)
=
237.8
(.90,75⋅3,
75
⋅1.15)=237.8
The distribution of ages of statistics students at a certain college has an
exponential distribution with a mean age of 22 years. Eighty statistics students are
randomly selected. Find
- a. The probability that the average age of the 80 statistics students is more than 20.
- b. The 95th percentile for the average age of the 80 statistics students.
Let XX = the age of one statistics student. Then XX ~ Exp(122)Exp(122) (Chapter
5). μ=22μ=22 and σ=22σ=22. n=80n=80.
Let
X¯
X
= the average age of the 80 statistics students. Then
X¯
X
~
N
(
22
,
22
80
)
N(22,
22
80
)
by the CLT for Sample Means or Averages
Find
P
(
X¯
>
20
)
P
(
X
20
)
Draw the graph.
P
(
X¯
>
20
)
=
0.7919
P
(
X
20
)
=0.7919
The probability that the
average stress score is more
than 20 is 0.7919.
normalcdf
(
20
,
1E99
,
22
,
22
80
)
(20,1E99,22,
22
80
)
1E99
=
10
99
and
-1E99
=
-
10
99
1E99=
10
99
and-1E99=-
10
99
.
Press the EE key for E.
Find the 95th percentile for the average of 75 stress scores. Draw a graph.
Let kk = the 95th
percentile.
Find kk where
P
(
X¯
<
k
)
=
0.95
P
(
X
k
)
=0.95
k
=
26.0
k=26.0
The 95th percentile for the average age of 80 statistics students at a certain community
college is about 26.0. This means that 95% of the average ages of statistics students are
at most 26.0 and 10% are at least 26.0.
invNorm
(
.95
,
22
,
22
80
)
=
26.0
(.95,22,
22
80
)=26.0
"This is the course textbook for Biology 502 at CSU Dominguez Hills"