Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
A Discrete Random Variable is a real-valued function defined on the sample space of a random experiment. Visually, it maps every outcome (like 'Heads' or 'Tails') to a specific point on the real number line, transforming qualitative outcomes into quantitative data.
The Probability Distribution of a discrete random variable is a comprehensive list or table of all possible values and their associated probabilities . Visually, this can be represented as a probability histogram or bar chart where the x-axis represents the values of the random variable and the y-axis represents the probabilities; the sum of the heights of all bars must equal 1.
The Mean or Expected Value, denoted by or , is the long-term average outcome of the random variable. In a visual distribution plot, the mean represents the 'center of mass' or the 'balancing point' where the distribution would remain level if placed on a pivot.
Variance () and Standard Deviation () quantify the spread or dispersion of the random variable around its mean. Visually, a small standard deviation results in a distribution graph that is tall and narrow (highly clustered), while a large standard deviation results in a graph that is short and widely spread out.
The Cumulative Distribution Function (CDF), denoted as , provides the probability that will take a value less than or equal to . Visually, the CDF is a non-decreasing 'staircase' or step function that starts at height 0 on the left and reaches height 1 on the right.
Bernoulli Trials are independent experiments with exactly two possible outcomes: 'Success' and 'Failure'. A sequence of such trials leads to the Binomial Distribution. Visually, if the probability of success , the binomial distribution is perfectly symmetrical (bell-shaped); if , the distribution is skewed to the right.
The total probability for any discrete distribution must satisfy two conditions: each individual probability and the sum of all probabilities . This ensures that the entire sample space is accounted for.
📐Formulae
Total Probability Condition:
Mean (Expected Value):
Variance:
Alternative Variance Form:
Expectation of :
Standard Deviation:
Binomial Distribution Probability: , where
Mean of Binomial Distribution:
Variance of Binomial Distribution:
💡Examples
Problem 1:
A random variable has the following probability distribution: : : Find the value of and calculate the mean .
Solution:
-
Using the property that the sum of probabilities is 1:
-
The updated distribution is:
-
Calculate Mean :
Explanation:
We first apply the total probability rule to solve for the unknown constant . Once is found, we use the definition of Expected Value by multiplying each value of by its probability and summing the results.
Problem 2:
A fair die is tossed 5 times. Find the probability of getting exactly 2 sixes.
Solution:
-
Identify the type of distribution: This is a Binomial Distribution problem since there are independent trials with two outcomes (getting a six or not).
-
Define parameters: Number of trials Probability of success (getting a six) Probability of failure Number of successes required
-
Apply Binomial formula :
Explanation:
By identifying the experiment as a series of Bernoulli trials, we use the Binomial formula to calculate the probability of a specific number of successes. The combination factor accounts for the different orders in which the 2 sixes can occur.