1/16
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Random Variable
Takes numerical values that describe the outcomes of a chance process
What are the two main types of Random Variables?
Discrete and Continuous
Discrete Random Variables
Takes a set of individual values with gaps between them on a number line, where the possible values can be finite or infinite
Continuous Random Variable
Takes any value in a particular interval on the number line, where the set of possible values is infinite
Discrete Random Variables result from _____ something. Continuous Random Variables result from _____ something
Counting; Measuring
Probability Distribution
Gives a random variable its possible values and their probabilities

What are the 2 points needed for a Probability Distribution to be valid?
Every probability is a number between 0 and 1
The sum of the probabilities is 1
How to label the Mean of a Random Variable?
μx
Expected Value (mean) of a Discrete Random Variable
Its average; to find, multiply each possible value of X by its probability and then add
E(X) = Σ x1p1+x2p2+…+xipi
How to label the Standard Deviation of a Probability Distribution?
σx
Standard Deviation of a Discrete Random Variable
Measures how much the values of the variable typically vary from the mean
σx = sqrt( Σ(xi-μx)2pi )
Binomial Setting
Arises when we perform “n” independent trials of the same chance process and count the number of times a particular outcome (called a “success”) occurs
What are the 4 conditions for a Binomial Setting?
Binary - outcomes can be classified as “success” or “failure”
Independent - knowing the result of one trial doesn’t say anything about another trial
Number - the number of trials “n” is fixed in advance
Same Probability - there is the same probability of success “p” on each trial
Binomial Probability Formula
P(X=r) = nCr(p)r(1-p)n-r where nCr = n!/r!(n-r)!
Binomial Distribution
The probability distribution of a binomial random variable that is completely satisfied by 2 numbers:
1) the number of trials “n”, and
2) the probability of success on each trial “p”
How to find the Mean of a Binomial Random Variable?
μx = np
How to find the Standard Deviation of a Binomial Random Variable?
σx = sqrt(np(1-p))