Save
M89 - Binomial Random Variable
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Jandee Chupita
Visit profile
Cards (7)
The Binomial Experiment Conditions
The experiment
consists of n identical independent trials
Each trial results in
one or two outcomes (Success/Failure
)
The
probability of success on a single trial is p and remains constant from trial to trial.
The Probability of failure is q = 1-p
The
trials are independent.
We are interested in x,
the number of success in n trials
Binomial
experiment formula:
n = number of trials
p = probability of
success
on a given trial
q = probability of
failure
k = probability of
successes in n trial
P
(
x
=
k
)
=
P(x=k) =
P
(
x
=
k
)
=
C
k
n
p
k
q
n
−
k
=
C^n_k p^kq^{n-k} =
C
k
n
p
k
q
n
−
k
=
n
!
k
!
(
n
−
k
)
!
p
k
q
n
−
k
\frac{n!}{k!(n-k)!}p^kq^{n-k}
k
!
(
n
−
k
)!
n
!
p
k
q
n
−
k
for k = 0,1,2,..n.
q = 1 - p
Mean formula for a binomial experiment
where n = # of trials
p = probability p of success on a given trial
μ
=
\mu =
μ
=
n
p
np
n
p
Variance formula for a binomial experiment
σ
2
=
\sigma^2 =
σ
2
=
n
p
q
npq
n
pq
where n =
# of trials
p =
probability of success
on a given trial
q = 1 - p (probability of
failure
)
Standard Deviation formula for a
binomial
experiment
σ
=
\sigma =
σ
=
n
p
q
\sqrt{npq}
n
pq
You can use the
cumulative
probability tables
to find probabilities for selected
binomial
distributions.
Steps for using Cumulative Probability Tables
1)Find the table for
the correct value of n.
2)Find the column
for the correct value of
p
.
3)The row marked
“k”
gives the cumulative probability,
P(x<= k)
= P(x = 0) +…+ P(x = k)