Probability
Basic probability, conditional events
Probability is a branch of mathematics that deals with the likelihood of events occurring. It quantifies uncertainty by assigning a numerical value between 0 and 1 to each possible outcome, where 0 means impossible and 1 means certain. Probability is essential in competitive exams for solving problems involving cards, dice, coins, and real-world scenarios.
Key formulas and rules
Key concepts
Classical (Theoretical) Probability
This is the basic definition where probability is calculated as the ratio of favourable outcomes to total possible outcomes, assuming all outcomes are equally likely. For example, P(getting a head) = 1/2 when tossing a fair coin. This approach works well for simple, well-defined experiments like coin tosses, dice rolls, and drawing cards from a well-shuffled deck.
Complementary Events
The complement of an event E (denoted as E' or not E) consists of all outcomes where E does not occur. Since either E happens or it doesn't, P(E) + P(E') = 1. This is useful when calculating P(E) directly is difficult but calculating P(E') is easier. For example, P(at least one head in 3 tosses) = 1 - P(no heads) = 1 - 1/8 = 7/8.