Card: 2 / 30 |
Probability is a measure of the likelihood that an event will occur, expressed as a number between 0 and 1. An event with a probability of 0 will not occur, while an event with a probability of 1 will occur. |
Card: 4 / 30 |
The probability of a single event occurring can be calculated using the formula: P(A) = Number of favorable outcomes / Total number of possible outcomes. For example, the probability of rolling a 3 on a fair six-sided die is P(3) = 1/6. |
Card: 6 / 30 |
Independent events are those whose outcomes do not affect each other. For example, flipping a coin and rolling a die are independent. Dependent events are those where the outcome of one event affects the outcome of another. For example, drawing cards from a deck without replacement. |
Card: 7 / 30 |
If you roll two six-sided dice, what is the probability that the sum of the numbers rolled is 7? |
Card: 8 / 30 |
To find the probability of rolling a sum of 7, identify the favorable outcomes: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1) — a total of 6 outcomes. The total number of outcomes when rolling two dice is 6 * 6 = 36. Thus, P(sum = 7) = 6/36 = 1/6. |
Card: 10 / 30 |
The mean is the average of all data points, calculated by summing them and dividing by the number of points. The median is the middle value when the data points are arranged in order. The mode is the value that appears most frequently in the data set. |
Card: 11 / 30 |
What is the formula for the expected value (EV) of a discrete random variable? |
Card: 12 / 30 |
The expected value is calculated using the formula: EV = Σ [x * P(x)], where x represents the value of each outcome and P(x) is the probability of that outcome. |
Card: 14 / 30 |
Variance is calculated using the formula: Var(X) = Σ [(x - μ)² * P(x)], where μ is the mean of the data set. |
Card: 16 / 30 |
A common mistake is to forget to adjust the total number of outcomes when dealing with dependent events. Always ensure you are using the correct total based on whether the events are independent or dependent. |
Card: 17 / 30 |
A bag contains 3 red balls and 2 blue balls. If one ball is drawn at random, what is the probability that it is red? |
Card: 18 / 30 |
The total number of balls is 5. The number of favorable outcomes (red balls) is 3. Thus, P(red) = 3/5. |
Card: 19 / 30 |
If a fair coin is flipped three times, what is the probability of getting exactly two heads? |
Card: 20 / 30 |
The total outcomes when flipping a coin three times is 2³ = 8. The favorable outcomes for exactly two heads (HHT, HTH, THH) are 3. Thus, P(exactly 2 heads) = 3/8. |
Card: 21 / 30 |
In a normal distribution, what percentage of data falls within one standard deviation of the mean? |
Card: 22 / 30 |
Approximately 68% of the data falls within one standard deviation of the mean in a normal distribution. |
Card: 24 / 30 |
To find the median, arrange the numbers in order. The median is the middle value, which is 20, since there are 5 data points. |
Card: 26 / 30 |
Combinations are used when the order does not matter, calculated as C(n, k) = n! / (k! * (n - k)!), while permutations are used when the order matters, calculated as P(n, k) = n! / (n - k)!. For example, choosing 2 out of 3 items can be done in 3 ways (combinations) or 6 ways (permutations). |
Card: 27 / 30 |
A die is rolled twice. What is the probability that the sum of the numbers rolled is greater than 8? |
Card: 28 / 30 |
First, calculate the total outcomes: 6 * 6 = 36. The favorable outcomes for sums greater than 8 are: (3,6), (4,5), (4,6), (5,4), (5,5), (5,6), (6,3), (6,4), (6,5), (6,6) — totaling 10 outcomes. Thus, P(sum > 8) = 10/36 = 5/18. |
Card: 30 / 30 |
To calculate the median of an even set, arrange the numbers in order and take the average of the two middle numbers. |