Probability is the likelihood of a specific outcome or event occurring, expressed as a number between 0 and 1. A probability of 0 means the event will not occur, and a probability of 1 means the event is certain to occur.
The probability of an event E is calculated using the formula:
P(E) = Number of favorable outcomes / Total number of possible outcomes
1. A fair six-sided die is rolled. What is the probability of rolling a 3?
P(rolling a 3) = 1/6
2. A bag contains 5 red marbles, 3 blue marbles, and 2 green marbles. What is the probability of drawing a blue marble?
P(drawing a blue marble) = 3/10
3. In a game, a player wins with a probability of 0.3. What is the probability of the player losing?
P(losing) = 1 - 0.3 = 0.7
4. A card is drawn from a standard deck of 52 cards. What is the probability of drawing a heart or a spade?
P(heart or spade) = P(heart) + P(spade) - P(heart and spade) = 13/52 + 13/52 - 0 = 26/52 = 1/2
5. Two coins are flipped. What is the probability of getting exactly one head?
P(exactly one head) = P(H1, T2) + P(T1, H2) = 1/4 + 1/4 = 1/2
Probability is a fundamental concept in mathematics and has applications in various real-life scenarios, such as games, statistics, and decision-making. Understanding probability allows us to make informed predictions and analyze uncertain outcomes.