3.5.1 Basic Probability Concepts¶
Understanding probability definition, sample spaces, events, and calculating theoretical and experimental probabilities.
定义¶
Probability is a measure of the likelihood that an event will occur, expressed as a number between 0 and 1 (inclusive). A sample space is the set of all possible outcomes of an experiment. An event is a subset of the sample space. The probability of an event \(E\) is defined as the ratio of the number of favorable outcomes to the total number of possible outcomes in the sample space. Theoretical probability is calculated based on the structure of the experiment, while experimental probability is determined by conducting the experiment and recording actual results. For a finite sample space with equally likely outcomes, the theoretical probability of an event \(E\) is given by \(P(E) = \frac{\text{number of favorable outcomes}}{\text{total number of possible outcomes}}\). Experimental probability is calculated as \(P(E) = \frac{\text{number of times event occurs}}{\text{total number of trials}}\).
核心公式¶
- \(P(E) = \frac{\text{number of favorable outcomes}}{\text{total number of possible outcomes}}\)
- \(P(E) = \frac{\text{frequency of event}}{\text{total number of trials}}\)
- \(P(\text{not } E) = 1 - P(E)\)
- \(P(A \text{ or } B) = P(A) + P(B) - P(A \text{ and } B)\)
- \(P(A \text{ and } B) = P(A) \times P(B|A)\) (for dependent events)
易错点¶
- ⚠️ Confusing theoretical probability with experimental probability: Students often forget that experimental probability approaches theoretical probability only as the number of trials increases. A small sample size may give results very different from the theoretical value.
- ⚠️ Incorrectly calculating the sample space: Students may undercount or overcount possible outcomes, especially in multi-step experiments. For example, when rolling two dice, some students forget that (1,2) and (2,1) are different outcomes.
- ⚠️ Misunderstanding the complement rule: Students sometimes add probabilities incorrectly, forgetting that \(P(E) + P(\text{not } E) = 1\), or applying it to non-complementary events.
- ⚠️ Double-counting outcomes in 'or' problems: When calculating \(P(A \text{ or } B)\), students often forget to subtract \(P(A \text{ and } B)\), leading to probabilities greater than 1.