Chapter 5.3-5.4 Flashcards

1
Q

What are the requirements for a Binomial Random Variable?

A

1) Has a fixed number of trials
2) Independent
3) All outcomes have only 2 categories(usually success and failure)
4) The probability of a success is the same in all trials

pg. 294

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the notations for binomial Probability Distributions

A

n=fixed number of trials–attemps
p=probability of success
q=probability of failure–q=1-p
x=number of successes

pg. 296

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Formula for Binomial Probability Distributions

A

P(x)=[n!/(n-x)!Xx!]Xp^xXq^n-x

P(x)=[n!/(n-x)! times x!]times p to x power times q to n-x power

pg. 296

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

binompdf vs binomcdf?

A

binompdf: used with exactly x successes
binomcdf: used with x or fewer successes (cumulative)
-if not x or fewer then might need to do 1-the complement binomcdf

pg. 298-302

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Formual for Expected number of successes for a binomial distribution

A

nXp

n times p

pg. 316

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Formula for binomial probability distribution of mean and standard deviation?

A

Mean: u=np
Standard Deviation @=`/npq

Mean: mu=n times p
SD: sigma=square root of n times p times q

pg. 317

How well did you know this?
1
Not at all
2
3
4
5
Perfectly