Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Probability and Statistics Exercises, Exercises of Probability and Statistics

Several exercises related to probability and statistics, including problems involving conditional probability, sample spaces, and probability calculations. The exercises cover a range of topics, including weather forecasting, coin flipping, and candy consumption. solutions to each problem, making it a useful resource for students studying probability and statistics.

Typology: Exercises

2021/2022

Uploaded on 05/11/2023

pierc
pierc 🇺🇸

4.3

(4)

220 documents

1 / 3

Toggle sidebar

Related documents


Partial preview of the text

Download Probability and Statistics Exercises and more Exercises Probability and Statistics in PDF only on Docsity!

Week 5 Worksheet 9

Tu 2/21/

  1. A weather forecaster in Brooklyn reports the following: The probability it will snow today is .7. The probability it will snow tomorrow is .5. The probability it will snow today and tomorrow is .3. The probability it will snow today or tomorrow is .9. Define an appropriate sample space, write these expressions in terms of unions and intersections of subsets of the sample space, and assess if this is a reasonable statement to make.

Solution: The sample space is the four possibilities of snow; it snows today and tomorrow, it snows today but not tomorrow, it snows tomorrow but not today, or it snows neither day. Call A the event that it snows today, and B the event that it snows tomorrow. These can be expressed as

P (A) =. 7 , P (B) =. 5 , P (A ∩ B) =. 3 , P (A ∪ B) =. 9

We need P (A ∪ B) = P (A) + P (B) − P (A ∩ B) for this statement to be reasonable. Here this is the case.

  1. original A family has three children. Assume that the probability of each child being a boy or girl is 50% each.

(a) What is the probability the family has exactly two girls if there is at least one girl?

Solution: Using conditional probability, the probability of there being at least one girl (A) is 1 − 213 = 78. The probability of there being exactly two girls B is

( 3

2

) 1

23 =^

3 8.^ B^ ⊂^ A, so

P (B|A) =

P (A ∩ B)

P (A)

=

P (B)

P (A)

=

(b) What is the probability the family has exactly two girls if the oldest child is a girl?

Solution: P (B|A) is now the probability that exactly one of the next two children is a girl, or

( 2

1

) 1

4 =^

1 2

  1. 7.2.29 A group of 6 people are playing a game of “odd person out” to determine who will buy refreshments. Each person flips a fair coin. If there is a person whose outcome is not the same as that of any other member of the group, this person has to buy the refreshments. What is the probability that there is an odd person out after the coins are flipped once?

Week 5 Worksheet 9

Tu 2/21/

Solution: This is the probability that there is exactly one heads or exactly one tails. As these are disjoint, we sum the probabilities ( 6 1

)

+

(

)

=

=

  1. original Suppose that 20% of the population of Berkeley eats Smarties candy and 30% of those people get stomach aches after eating them. Suppose that the rate of stomach aches is 10% of the Berkeley population. What is the probability that someone with a stomach ache eats Smarties?

Solution: Call A the probability someone eats Smarties and B the probability someone has a stomach ache. Then

P (A|B) =

P (A ∩ B)

P (B)

=

= 60%

  1. 7.2.11 Suppose that E and F are events such that p(E) = 0.7 and p(F ) = 0.5. Show that p(E ∪ F ) ≥ 0 .7 and p(E ∩ F ) ≥ 0 .2.

Solution: p(E ∪ F ) ≥ .7, as it must be at least as large as p(E) and p(F ).

p(E ∪ F ) = p(E) + p(F ) − p(E ∩ F )

. p(E ∩ F ) ≥ 0 .2 as p(E ∪ F ) is at most 1.

  1. original Suppose you roll a die 4 times

(a) Describe the sample space Ω and calculate |Ω|.

Solution: The sample space is set of 4 die rolls, which has size 6^4 = 1296

(b) What is the probability that the sum is less than 6?

Solution: There is 1 scenario where the sum is 4, and 4 scenarios where the sum is 5, so 12965.

(c) What is the probability that you roll at least one 2?

Week 5 Worksheet 9

Tu 2/21/

Solution: The complement is rolling no 2’s, which happens with probability (^56 )^4 , so our answer is 1 − 5

4

(d) What is the probability that at least one of these two events happens; namely rolling less than 6 or rolling at least one 2?

Solution: The first condition is a subset of the second condition, so the an- swer is the same to that of part b, so 1 − 5 4 64

  1. 7.2.38 A pair of dice is rolled in a remote location and when you ask an honest observer whether at least one die came up six, this honest observer answers in the affirmative.

(a) What is the probability that the sum of the numbers that came up on the two dice is seven, given the information provided by the honest observer?

Solution: There are 2 scenarios where the sum is 7 and at least one die is a

  1. There are 11 scenarios where at least one die is a 6. So 112.

(b) Suppose the honest observer tells us that at least one die came up five. What is the probability the sum of the numbers that came up on the dice is seven?

Solution: By the same method as part a, the answer is also 112

  1. original challenge

(a) How can I replicate a probability of 1/3 by flipping a fair coin repeatedly?

Solution: Flip the coin twice. If it is heads twice (HH) then this is success. If HT or TH, then failure. If TT, then start the process again.

(b) mega challenge How can I replicate any decimal probability between zero and one by flipping a fair coin repeatedly?

Solution: Expand any decimal probability in binary. Consider the heads as 1’s in the decimal binary expansion, and the tails as 0’s. By flipping the coin over and over, we obtain some decimal expansion. If we end up with a number larger than our probability, this is failure. If we end up with a number smaller than our probability, this is success. Our process is uniform on all decimals, meaning that our probability of success is the given probability.

Source: Rosen’s Discrete Mathematics and its Applications.