(a) Suppose you have two quarters and a dime in your left pocket and two dimes and three quarters in your right pocket. You select a pocket at random and from it a coin at random. What is the probability that it is a dime? (b) Let \(x\) be the amount of money you select. Find \(E(x)\). (c) Suppose you selected a dime in (a). What is the probability that it came from your right pocket? (d) Suppose you do not replace the dime, but select another coin which is also a dime. What is the probability that this second coin came from your right pocket?

Short Answer

Expert verified
(a) 11/30. (b) 0.155 dollars. (c) 15/22, (d) further calculation bayes final.

Step by step solution

01

Understanding the problem

Determine the individual events that need to be analyzed for their probabilities. Specifically, we need to consider the coins and different pockets.
02

Probability of selecting a dime

Calculate the total number of coins in each pocket and use the definition of probability. P(Selecting a Dime) = (Probability of selecting pocket 1 and drawing a dime) + (Probability of selecting pocket 2 and drawing a dime).
03

Step 2(a): Probability of choosing a pocket

Since a pocket is selected at random, P(Choosing Left Pocket) = P(Choosing Right Pocket) = 1/2.
04

Step 2(b): Probability of selecting a dime from each pocket

Left Pocket: 2 quarters and 1 dime. The probability of selecting a dime = 1/(2 + 1) = 1/3 (because there are a total of 2 + 1 = 3 coins).Right Pocket: 2 dimes and 3 quarters. Probability of selecting a dime = 2/(2 + 3) = 2/5 (because there are a total of 2 + 3 = 5 coins).
05

Step 2(c): Total probability

Combine these probabilities: P(Dime) = (1/2) * (1/3) + (1/2) * (2/5) = 1/6 + 1/5 = 11/30.
06

Expected amount of money, E(x)

Calculate the expected value of the amount of money:a) From left pocket: E(x) if you select from left pocket = (2 quarters, 1 dime) = (2 * 25 + 1 * 10)/(2 + 1) = 60/3 = 20 cents = 0.20 dollars.b) From right pocket: (3 quarters, 2 dimes) = (3 * 25 + 2 * 10)/(3 + 2) = 55/5 = 11 cents = 0.11 dollars.E(x) = 1/2 * 0.20 + 1/2 * 0.11 = (1/2) * 0.20 + (1/2) * 0.11 = 0.155 dollars.
07

Probability dime from right pocket

Use Bayes' Theorem to find the probability that the dime came from the right pocket:P(Right | Dime) = (P(Dime | Right) * P(Right) ) / P(Dime)= (2/5 * 1/2) / (11/30) = 15/22.
08

Dime selection without replacement

Use Bayes' Theorem again for the updated situation:P(Right | Second Dime) = P(Second Dime | Right) * P(Right | First Dime) /( P(Second Dime) )After selecting a dime:Left Pocket: P(selecting a dime) = 0.Right Pocket: 1 dime left: P(selecting) = 1/4.P(Sec Dime | Right and First Dime) = 1/4 // Pro.Excel Use previous probable calculations and now update.=> 15/22 * (1/4)/ (Step 4 calculations).=> 5/6 tangle 15/22 (Complete calculation inside Bayes full circle).

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Random Selection
Random selection is a fundamental aspect of probability theory. It means selecting items in such a way that every item has an equal chance of being chosen.

In this exercise, you start by selecting a pocket at random. Since you have two pockets and you don't favor one over the other, the probability of choosing either pocket is the same. This can be expressed mathematically as:

\( P(Choosing\text{ }Left\text{ }Pocket) = P(Choosing\text{ }Right\text{ }Pocket) = \frac{1}{2} \).

After choosing a pocket, you then select a coin at random. The concept of random selection ensures that each coin in the chosen pocket has an equal chance of being picked. For example, in the left pocket, where there are 3 coins (2 quarters and 1 dime), the probability of picking any one coin is \( \frac{1}{3} \) .

  • From the left pocket, the chance of selecting the dime is \( \frac{1}{3} \).
  • From the right pocket, where there are 5 coins (2 dimes and 3 quarters), the probability of selecting a dime is \( \frac{2}{5} \).
Expected Value
Expected value is a concept in probability that provides a measure of the center of a probability distribution. In simpler terms, it is the average outcome if an experiment is repeated many times.

To find the expected value in this exercise, consider the amount of money you might select from either pocket:

  • In the left pocket, you have two quarters and one dime. The expected value from the left pocket can be calculated as follows:

    \[ E(x\text{ if selected from left pocket}) = \frac{2 \times 25 + 1 \times 10}{2 + 1} = \frac{60}{3} = 20\text{ cents} = 0.20\text{ dollars}. \]
  • In the right pocket, you have three quarters and two dimes. The expected value from the right pocket can be calculated as:

    \[ E(x\text{ if selected from right pocket}) = \frac{3 \times 25 + 2 \times 10}{3 + 2} = \frac{55}{5} = 11\text{ cents} = 0.11\text{ dollars}. \]


The overall expected value, considering that each pocket is equally likely to be chosen, is calculated as: \[ E(x) = \frac{1}{2} \times 0.20 + \frac{1}{2} \times 0.11 = 0.155\text{ dollars}. \]

This means that, on average, you can expect to select about 15.5 cents.
Bayes' Theorem
Bayes' Theorem provides a way to update probabilities based on new information. It is extremely useful in determining conditional probabilities.

In this exercise, after determining the probability of selecting a dime, you use Bayes' Theorem to find the probability that the dime came from the right pocket. The formula for Bayes' Theorem is: \[ P(A|B) = \frac{P(B|A) \times P(A)}{P(B)}. \]

Here, B is the event of selecting a dime, and A is the event that the dime came from the right pocket:

\[ P(Right | Dime) = \frac{P(Dime | Right) \times P(Right)}{P(Dime)}. \]

Substituting the known probabilities:

\[ P(Right | Dime) = \frac{(\frac{2}{5}) \times (\frac{1}{2})}{\frac{11}{30}} = \frac{15}{22}. \]

This means that if you have already selected a dime, there is a 15/22 chance that it came from the right pocket.

Furthermore, suppose you do not replace the dime and you select another coin which is also a dime. To find the probability that this second dime came from your right pocket, you again use Bayes' Theorem:

  • Recall that probability of selecting the second dime from the right pocket is \ (\frac{1}{4}) \.
  • The updated probability after selecting the first dime is:
\[ P(Right | Second Dime) = \frac{P(Second Dime | Right) \times P(Right | First Dime)}{P(Second Dime)} = \frac{(15/22) \times (\frac{1}{4})}{\text{Calculation from Step 4}} = \frac{5}{6}. \]

This updated probability takes into account the reduced number of coins and the conditional nature of the selection process.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Some transistors of two different kinds (call them \(N\) and \(P)\) are stored in two boxes. You know that there are \(6 \mathrm{~N}^{\text {'s }}\) in one box and that \(2 \mathrm{~N}^{\prime} \mathrm{s}\) and \(3 \mathrm{P}^{\prime} \mathrm{s}\) got mixed in the other box, but you don't know which box is which, You select a box and a transistor from it at random and find that it is an \(N\); what is the probability that it came from the box with the \(6 \mathrm{~N}\) 's? From the other box? If another transistor is picked from the same box as the first, what is the probability that it is also an \(N\) ?

Given that a particle is inside a sphere of radius 1 , and that it has equal probabilities of bcing found in any two volume elements of the same size, find the distribution function \(F(r)\) for the spherical coordinate \(r\), and from it find the density function \(f(r)\).

Would you pay \(\$ 10\) per throw of two dice if you were to reccive a number of dollars equal to the product of the numbers on the dice? Himt: What is your expectation? If it is more than \(\$ 10\), then the game would be favorable for you.

Two cards are drawn from a shuffled deck. What is the probability that both are red? If ar least one is red, what is the probability that both are red? If one is a red ace, what is the probability that both are red?

'Two people are taking turns tossing a pair of coins; the first person to toss two alike wins. What are the probabilities of winning for the first player and for the second player? Himt: Although there are an infinite number of possibilities here (win on first turn, second turn, third turn, etc.), the sum of the probabilities is a geometric series which can be summed; see Chapter 1 if necessary.

See all solutions

Recommended explanations on Combined Science Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free