This chapter introduces the fundamental concepts of probability, including conditional probability and its applications which are essential for understanding uncertainty in random experiments.
Probability - Practice Worksheet
Strengthen your foundation with key concepts and basic applications.
This worksheet covers essential long-answer questions to help you build confidence in Probability from Mathematics Part - II for Class 12 (Mathematics).
Basic comprehension exercises
Strengthen your understanding with fundamental questions about the chapter.
Questions
Define conditional probability and provide its formula. Give a real-life example to illustrate conditional probability.
Conditional probability is the probability of an event occurring given that another event has already occurred. The formula for conditional probability is P(E|F) = P(E ∩ F) / P(F) where P(F) ≠ 0. An example is a scenario with two events: A being the event 'it is raining' and B being 'the ground is wet'. If it is known that it is raining (event F), the conditional probability of the ground being wet (event E) increases because rain causes the ground to become wet.
Explain the addition rule of probability. Provide an example that includes overlapping events.
The addition rule of probability states that for any two events A and B, the probability of A or B occurring is P(A ∪ B) = P(A) + P(B) - P(A ∩ B). This adjustment accounts for the double-counting of the intersection of A and B. For example, if P(A) = 0.5 and P(B) = 0.3, with P(A ∩ B) = 0.1, then P(A ∪ B) = 0.5 + 0.3 - 0.1 = 0.7.
Discuss the multiplication rule of probability for independent events. Illustrate with an example.
The multiplication rule states that for two independent events A and B, the probability of both A and B occurring is P(A ∩ B) = P(A) * P(B). For example, if the probability of rolling a 3 on one die is 1/6 and rolling a 4 on another die is also 1/6, the probability of rolling both a 3 and a 4 is (1/6) * (1/6) = 1/36.
Define the term 'random variable' and differentiate between discrete and continuous random variables.
A random variable is a variable whose value is subject to variations due to chance. Discrete random variables take on a countable number of distinct values (e.g., the number of heads in 5 coin tosses), while continuous random variables can take on an infinite number of values within a given range (e.g., the height of students).
Explain the concept of independent events with an example.
Two events are independent if the occurrence of one does not affect the probability of the other. For example, tossing a coin and rolling a die are independent events. The probability of getting heads on the coin toss and 4 on the die roll is P(Heads) * P(4) = (1/2) * (1/6) = 1/12.
What is the Binomial distribution? Provide a scenario where it applies.
The Binomial distribution models the number of successes in a fixed number of independent Bernoulli trials, where each trial has two possible outcomes. For example, if you flip a coin 10 times and count the number of heads, that scenario can be modeled using a binomial distribution with n = 10 trials and p = 0.5 as the probability of success (getting heads).
Define Bayes' theorem and explain its application with an example.
Bayes' theorem describes the probability of an event based on prior knowledge of conditions related to the event. It is expressed as P(Ei|A) = [P(A|Ei) * P(Ei)] / P(A). For example, if a test for a disease is 90% accurate (true positive) and the disease prevalence is 1%, we can use Bayes' theorem to find the probability that a person has the disease given a positive test result.
Illustrate the concept of expected value and its significance.
The expected value is the average of all possible values of a random variable, weighted by their probabilities. It provides a measure of the central tendency of the random variable. For example, in a game where you win $10 with a probability of 0.1 and lose $1 with a probability of 0.9, the expected value is E(X) = (10 * 0.1) + ((-1) * 0.9) = -$0.80, indicating an average loss.
What is the law of large numbers and how does it apply in probability?
The law of large numbers states that as the number of experiments increases, the sample mean (average) will converge to the expected value (population mean). For instance, flipping a fair coin many times will result in the proportion of heads approaching 0.5 (the theoretical probability) as the number of flips increases. This law reinforces the reliability of probability predictions over greater numbers of trials.
Probability - Mastery Worksheet
Advance your understanding through integrative and tricky questions.
This worksheet challenges you with deeper, multi-concept long-answer questions from Probability to prepare for higher-weightage questions in Class 12.
Intermediate analysis exercises
Deepen your understanding with analytical questions about themes and characters.
Questions
Consider two boxes. Box I has 3 red and 4 black balls, and Box II has 5 red and 6 black balls. A ball is drawn at random from one of the boxes. If the ball is red, what is the probability that it was drawn from Box II? Use Bayes' Theorem to derive the solution.
Let E1 be choosing Box I, E2 be choosing Box II, and A be drawing a red ball. Then P(E1) = P(E2) = 1/2, P(A|E1) = 3/7, P(A|E2) = 5/11. By Bayes' theorem: P(E2|A) = (P(E2) * P(A|E2)) / (P(E1) * P(A|E1) + P(E2) * P(A|E2)) Substituting values gives: P(E2|A) = (1/2 * 5/11) / [(1/2 * 3/7) + (1/2 * 5/11)] = 5/11 / [(3/7 + 5/11) / 2] = ... (calculate for final answer).
A die is rolled twice. What is the conditional probability that at least one of the rolls is a six, given that the sum of the two rolls is 9?
Let E be the event 'at least one six' and F be 'sum is 9'. Outcomes for F are: (3,6), (4,5), (5,4), (6,3). Favorable outcomes for E ∩ F are: (3,6) and (6,3). P(F) = 4/36 and P(E ∩ F) = 2/36. Then: P(E|F) = P(E ∩ F) / P(F) = (2/36) / (4/36) = ... = 1/2.
In a class of 30 students, 18 study Mathematics, 15 study Physics, and 10 study both subjects. What is the probability that a student chosen at random studies Mathematics given that he or she studies Physics?
Let A be studying Mathematics, B be studying Physics. We need P(A|B). The values are: P(A) = 18/30, P(B) = 15/30, P(A ∩ B) = 10/30. Using the formula: P(A|B) = P(A ∩ B) / P(B) = (10/30) / (15/30) = 10/15 = 2/3.
A family has two children. What is the probability that both children are girls given that at least one of them is a girl?
Let E be 'both children are girls', F be 'at least one child is a girl'. Possible outcomes are: GG, GB, BG, BB. Given F, the possible outcomes are GG, GB, BG. Favorable is GG. Thus: P(E|F) = P(E ∩ F) / P(F) = (1/4) / (3/4) = 1/3.
In an exam, a student is known to know the answer with probability 3/4 and guesses with probability 1/4. If the guessing has a success rate of 1/4, what is the probability that the student knew the answer given they answered correctly?
Let A be knowing the answer and C be answering correctly. Use Bayes' theorem: P(A|C) = (P(C|A)P(A)) / [P(C|A)P(A) + P(C|A')P(A')] P(C|A) = 1, P(C|A') = 1/4. Compute: P(A|C) = (1 * 3/4) / [(1 * 3/4) + (1/4 * 1/4)] = ...(substitute values to calculate).
A box contains 10 oranges and 5 apples. If two fruits are picked at random, what is the probability that both are apples?
Let A be selecting apples. Total ways to choose 2 fruits = C(15, 2), and ways to pick 2 apples = C(5, 2). Hence: P(A) = C(5, 2) / C(15, 2). Calculate: P(A) = (5! / (3!2!)) / (15! / (13!2!)) = ... (calculate final answer).
There are three bags. Bag X contains 2 white and 3 red balls, Bag Y contains 4 white and 1 red ball, and Bag Z contains 1 white and 4 red balls. If a ball is drawn and is found to be red, what is the probability that it was drawn from Bag Z?
Let A be drawing a red ball. Let E1, E2, E3 be events of choosing Bag X, Y, and Z respectively. Find: P(E1), P(E2), P(E3) = 1/3. Then, find P(A|E1), P(A|E2), P(A|E3). Use Bayes’ theorem: P(E3|A) = ... (substitute values accordingly).
A factory produces screws with 2 machines. Machine A produces 70% of screws, while Machine B produces 30%. The defect rates are 3% for A and 5% for B. If a screw is found to be defective, what is the probability it was produced by Machine A?
Let D be the event of 'defect' and E1, E2 be events of A and B. Calculate: P(D|E1), P(D|E2), P(E1), P(E2) and use Bayes' theorem: P(E1|D) = (P(E1)P(D|E1)) / [P(E1)P(D|E1) + P(E2)P(D|E2)] = ....
Two dice are thrown. What is the probability of getting a sum greater than 8 given that at least one die is a four?
Let E be 'sum > 8' and F be 'at least one die is 4'. Identify outcomes: F = {4,1}, {4,2}, {4,3}, {4,4}, {4,5}, {4,6}, {1,4}, {2,4}, {3,4}, {5,4}, {6,4}. Favorable outcomes: E ∩ F = {4,5}, {4,6}, {5,4}, {6,4}. Calculate: P(E|F) = P(E ∩ F)/P(F) =.. =>.
Probability - Challenge Worksheet
Push your limits with complex, exam-level long-form questions.
The final worksheet presents challenging long-answer questions that test your depth of understanding and exam-readiness for Probability in Class 12.
Advanced critical thinking
Test your mastery with complex questions that require critical analysis and reflection.
Questions
Consider a dice game where Player A wins if they roll a sum greater than 10 when rolling two dice, while Player B wins if they roll an even sum. Evaluate the conditional probabilities of A winning given that B has scored a sum of 6.
Break down the probabilities of both players' outcomes using conditional probability concepts. Assess the independent events involved and calculate the conditional probabilities based on the given conditions.
A factory produces widgets that have a 2% defect rate. If 4 widgets are sampled, determine the probability that exactly 2 of them are defective, given that each widget is independent of the others.
Use the binomial distribution formula to find the likelihood of 2 defects in a 4 widget sample. Provide reasoning on the independence of each widget.
A school has a 70% graduation rate. If 3 students are selected at random, find the probability that at least one of them will not graduate.
Utilize the complement rule of probability for this calculation. Use the graduation rate to determine the probability of a student not graduating.
Evaluate the probability of drawing two red cards from a standard deck of playing cards if the first card drawn is returned to the deck before drawing the second card.
Calculate the probability of drawing a red card in both selections with replacement. Use multiplication of independent probabilities.
In a bag containing 5 black, 3 white, and 2 red balls, if two balls are drawn without replacement, determine the probability that both are of the same color.
Evaluate the possible combinations for drawing balls of the same color and calculate using the conditional probabilities.
An event occurs with a probability of 0.3. If two independent trials are conducted, find the probability that the event occurs in at least one of the trials.
Utilize the complement rule to find the probability that the event does not occur in either trial, then subtract from 1.
A survey indicates that 60% of people like chocolate and 50% of them like vanilla. If a person likes vanilla, what is the probability that they also like chocolate?
Apply Bayes' theorem to determine the conditional probability of liking chocolate given vanilla preference.
If a person rolls two dice, what is the probability that the sum of the rolls is 5, given that at least one of the dice shows 2?
Set up a conditional probability scenario and evaluate the specific outcomes where this condition holds true.
Given three boxes: Box A contains 2 gold coins, Box B contains 1 gold and 1 silver, and Box C contains 2 silver coins. A box is selected and a coin is drawn at random, which turns out to be gold. What is the probability that it was drawn from Box A?
Use Bayes’ Theorem to calculate the desired probability, covering all paths leading to the event of drawing a gold coin.
In an experiment, a fair die is thrown twice. Find the probability that the second roll is a 3 given that the first roll is even.
Analyze the conditional outcomes of rolling an even number and how they impact the probability of the second roll being 3.
This chapter explores how to use integrals to find areas under curves, between lines, and enclosed by shapes like circles and parabolas. Understanding these applications is crucial for solving real-world problems.
Start chapterThis chapter introduces differential equations, including their types and applications across various scientific fields.
Start chapterThis chapter introduces the fundamental concepts of vectors and their operations, which are crucial in mathematics, physics, and engineering.
Start chapterThis chapter focuses on the concepts and methods related to three-dimensional geometry, essential for understanding spatial relationships in mathematics.
Start chapterThis chapter focuses on linear programming, a method used to optimize certain objectives within given constraints, which is applicable in various fields like economics and management.
Start chapter