Save
Math Statistics
Distribution
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Wormz
Visit profile
Cards (26)
What is a random variable?
A variable whose outcome is
unknown
until measured
View source
How are random variables denoted?
By
upper
case letters like
X
or
Y
View source
What does P(X = x) represent?
The
probability
that
random variable
X equals x
View source
What does a probability distribution describe?
The probability of any outcome in the
sample space
View source
What is a discrete uniform distribution?
When all
probabilities
are the same
View source
What is the random variable defined in Example 1?
X is the number of heads from
three
coins
View source
What are the possible outcomes when tossing three fair coins?
HHH
HHT
HTH
THH
HTT
THT
TTH
TTT
View source
What is the probability of getting 0 heads when tossing three fair coins?
1/8
View source
What is the probability of getting 1 head when tossing three fair coins?
3/8
View source
What is the probability of getting 2 heads when tossing three fair coins?
3/8
View source
What is the probability of getting 3 heads when tossing three fair coins?
1/8
View source
What are the cumulative probabilities defined in the study material?
P(X ≤ x)
: Sum of probabilities up to x
P(X < x)
: Sum of probabilities not greater than x
P(X ≥ x)
: Sum of probabilities for x and greater
P(X > x)
: Sum of probabilities greater than x
View source
How can you find cumulative probabilities for X~B(n, p)?
Using
tables
or a
calculator
View source
What is the probability of landing on red with the spinner?
0.3
View source
What is the random variable defined for Jane's spins?
X is the number of
reds
in
12
spins
View source
What is the probability that Jane obtains no more than 2 reds?
P(X ≤ 2) =
0.2528
View source
How is the probability of at least 5 reds calculated?
P(X ≥ 5)
= 1 −
P(X ≤ 4)
View source
What is the first value of x that gives a probability greater than 0.95?
x =
6
View source
What is the condition for winning a prize in Jane's competition?
P(X ≥ r)
<
0.05
View source
What is the binomial distribution notation for a random variable?
X ~
B(n, p)
View source
What are the conditions for a binomial distribution?
Fixed number of
trials
, n
Two possible outcomes (
success/failure
)
Fixed
probability of success
, p
Trials are
independent
View source
What is the probability mass function for a binomial distribution?
P(X = r) =
(
n
r
)
p
r
(
1
−
p
)
n
−
r
\binom{n}{r} p^r (1 - p)^{n - r}
(
r
n
)
p
r
(
1
−
p
)
n
−
r
View source
What is the probability that exactly 7 members are left-handed?
P(X = 7)
=
0.0160
View source
How do you calculate the probability of fewer than two left-handed members?
P(X < 2) =
P(X = 0)
+
P(X = 1)
View source
What is the total probability of fewer than two left-handed members?
0.176
View source
What is the formula for combinations in statistics?
n
C
r
=
nCr =
n
C
r
=
n
!
r
!
(
n
−
r
)
!
\frac{n!}{r!(n - r)!}
r
!
(
n
−
r
)!
n
!
View source