0% found this document useful (0 votes)
49 views3 pages

Probability Practice Problems and Solutions

The document presents a series of probability problems involving sample spaces, axioms of probability, counting, and combinations. It includes questions on calculating probabilities for various scenarios, such as consumption of beverages, outcomes of experiments, and drawing cards from a deck. Additionally, it addresses misconceptions in probability and provides exercises related to events and their intersections and unions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views3 pages

Probability Practice Problems and Solutions

The document presents a series of probability problems involving sample spaces, axioms of probability, counting, and combinations. It includes questions on calculating probabilities for various scenarios, such as consumption of beverages, outcomes of experiments, and drawing cards from a deck. Additionally, it addresses misconceptions in probability and provides exercises related to events and their intersections and unions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Problems on Sample Space, Axioms of Probability, Counting and Combinations

1.​ Suppose that 55% of all adults regularly consume coffee, 45% regularly consume
carbonated soda, and 70% regularly consume at least one of these two products.
(i) What is the probability that a randomly selected adult regularly consumes both coffee
and soda?
(ii) What is the probability that a randomly selected adult doesn’t regularly consume at
least one of these two products? (Devore Exercise 2.2 Q. 14)
Hint: Draw a Venn diagram and apply the Addition Theorem
2.​ An experiment has four possible outcomes, A, B, C, and D, that are mutually exclusive.
Explain why the following assignments of probabilities are not permissible:
(a) P(A) = 0.12, P(B) = 0.63, P(C) = 0.45, P(D) = -0.20
(b) P(A) = 9/120, P(B) = 45 120, P(C) = 27 120, P(D) = 46/120
Hint: Recall the Axioms of Probability
3.​ Suppose there are three possible events of an experiment, S={A, B, C}, and given that
P(A)= 0.30, P(B)= 0.50.
Find (i) P(C), (ii) P(A’), i.e A complement, (iii) P(A U B) (If all the events are disjoint)
4.​ A class consists of 40 girls and 60 boys. Two students are chosen at random. Find the
probability that (i) both are boys. (ii) One is a boy and the other a girl.
5.​ A person is given four cards from a well-shuffled pack of cards, and all the cards are
spades. If he is given two more cards, find the probability that (i) only one of the two is a
spade, (ii) both are spades.
6.​ A card is drawn from a well-shuffled pack of cards. Find the probability that it is a (i)
Queen or a Heart (ii) Queen if it is already a heart.
7.​ In a school, 60% of the students play football, 50% play basketball, and 30% play both. If
a student is chosen at randomfindnd the probability that: (i) He/she plays either football
or basketball, (ii) He/she plays neither sport.
8.​ A fair die is rolled. Consider the following events:​
A={1,3,5}, B={2,3}and C={2,3,4,5}​
Find: (i) P(A/B) and P(B/A), (ii) P(AUB/C)
9.​ Four cards are drawn from a pack of 52 cards. Find the probability of getting.
(i) All diamonds
(ii) One card of each suit
(iii) Two spades and two hearts
10.​Four persons are chosen at random from a group containing 3 men, 2 women and 4
children. Calculate the chance that exactly one of them will be child.
11.​A card is drawn at random from a well-shuffled pack of cards. What is the probability
that it is either a spade or a king?
12.​A bag contains 30 balls numbered from 1 to 30. One ball is drawn at random. Find the
probability that the number of balls is a multiple of 5 or 6.
13.​Explain why there must be a mistake in each of the following statements:

(i) If the probability that an ore contains uranium is 0.28, the probability that it does not
contain uranium is 0.62.

(ii) The probability that a student will get an A-grade in an Economics course is 0.32, and
the probability that he will get either an A or a B grade in the same course is 0.27.

14.​The probability that a student takes Statistics is 0.4, Math is 0.3, and both are 0.1.​
What is the probability that a student takes Statistics or Math but not both?
15.​If P(A) = 0.5, P(B) = 0.3, and P(A ∪ B) = 0.6, find P(A ∩ B).
16.​A class has 8 boys and 7 girls. In how many ways can a committee of 4 be formed that
has at least 2 girls?
17.​From a batch of 12 items containing 4 defective ones, a quality control officer selects 5
items at random. In how many ways can exactly 2 defective items be selected?
18.​Two events A and B are such that P(A ∪and B) = 0.75, P(A) = 0.55, and P(B) = 0.5.
Find:

a) P(A ∩ B)

b) P(A′ ∩ B′)

19.​In a class of 100 students, 45 like math, 60 like science, and 25 like both. What is the
probability that a randomly selected student:

a) Likes either math or science


b) Likes neither

20.​A student estimates the probability of passing Statistics, Economics, and both as 0.75,
0.65, and 0.55, respectively. What is the probability that the student:

a) Fails both courses, b) Passes exactly one course

Common questions

Powered by AI

Using the formula for the probability of the union of two events, P(A ∪ B) = P(A) + P(B) - P(A ∩ B), where A is consuming coffee and B is consuming soda. We have P(A) = 0.55, P(B) = 0.45, and P(A ∪ B) = 0.70. Solving for P(A ∩ B), we get P(A ∩ B) = 0.55 + 0.45 - 0.70 = 0.30. Thus, the probability is 0.30 or 30% .

Choose one child: C(4,1). Choose remaining three from the adults (five people): C(5,3). The total combinations for choosing any four people are C(9,4). Therefore, the probability is C(4,1) * C(5,3) / C(9,4) = 4 * 10 / 126 = 0.317 .

Calculate the number of ways to include at least two girls: If two girls are selected, it's C(7,2)*C(8,2). For three girls, it's C(7,3)*C(8,1), and for four girls, it's C(7,4)*C(8,0). Perform these calculations and sum them to get the total ways, which is 511 .

According to the law of probability, the probability of a complementary event A' is given by P(A') = 1 - P(A). If P(A) = 0.28, then P(A') should be 1 - 0.28 = 0.72, not 0.62 as stated .

According to the axioms of probability, each probability assigned must be between 0 and 1, inclusive. In the given assignment, P(D) = -0.20, which is less than 0, violates this axiom .

Since four spades are already drawn, there are 9 spades left among 48 cards. The probability for the first card to be a spade is 9/48, and for the second, given the first was a spade, is 8/47. Therefore, the probability is (9/48) * (8/47) ≈ 0.0319 .

If the probability of getting an A is 0.32, the probability of getting an A or B cannot be less than this value, as B should add additional probability, suggesting a higher combined probability for A or B. Therefore, there is a logical inconsistency in the statement .

Using the formula P(A ∪ B) = P(A) + P(B) - P(A ∩ B), we have P(A) = 0.60 for football, P(B) = 0.50 for basketball, and P(A ∩ B) = 0.30 for both. Therefore, P(A ∪ B) = 0.60 + 0.50 - 0.30 = 0.80. The probability is 0.80 or 80% .

Firstly, determine the union of A and B, which is A ∪ B = {1, 2, 3, 5}. The intersection of this set with C is {2, 3, 5}. The probability P(A ∪ B | C) is the ratio of favorable outcomes in both A ∪ B and C to the total outcomes in C. Thus, it's P({2, 3, 5}) / P(C) = 3/4 = 0.75 .

The probability assignments must sum to 1 and be non-negative. If the sum exceeds 1 or if any probability is negative, the assignments are not permissible. In given sets, these probabilities appear positive and require summing with other values to verify validity .

You might also like