Math Problem Statement

A bag contains only 10 cent coins and 20 cent coins.

Josip takes at random a coin from the bag, records its value and replaces it in the bag. He then takes at random a second coin from the bag, records its value and replaces it in the bag.

Josip finds the mean value of the two coins.

The probability that the two coins have a mean value of 10 cents is 49/121

Work out the probability that the two coins have a mean value of 15 cents.

Solution

To solve this problem, we need to calculate the probability that the two coins Josip draws from the bag have a mean value of 15 cents.

Step 1: Understanding the situation

The bag contains two types of coins:

  • 10 cent coins
  • 20 cent coins

Josip picks two coins (with replacement), and we need to find the probability that the mean value of the two coins is 15 cents. The mean value is calculated as:

Mean value=Value of first coin+Value of second coin2\text{Mean value} = \frac{\text{Value of first coin} + \text{Value of second coin}}{2}

Given that the mean value should be 15 cents, we have:

Value of first coin+Value of second coin2=15\frac{\text{Value of first coin} + \text{Value of second coin}}{2} = 15

Multiplying both sides by 2:

Value of first coin+Value of second coin=30\text{Value of first coin} + \text{Value of second coin} = 30

Step 2: Identifying possible coin combinations

The possible coin combinations that add up to 30 cents are:

  • 10 cent + 20 cent = 30
  • 20 cent + 10 cent = 30

These are the only combinations that satisfy the condition of the sum being 30 cents.

Step 3: Calculating the probability of each combination

Let's assume that the probability of drawing a 10 cent coin (denoted as P(10)P(10)) is pp, and the probability of drawing a 20 cent coin (denoted as P(20)P(20)) is 1p1 - p.

Scenario 1: First coin is 10 cents, second coin is 20 cents

The probability of this occurring is:

P(10, 20)=P(10)×P(20)=p×(1p)P(\text{10, 20}) = P(10) \times P(20) = p \times (1 - p)

Scenario 2: First coin is 20 cents, second coin is 10 cents

The probability of this occurring is:

P(20, 10)=P(20)×P(10)=(1p)×pP(\text{20, 10}) = P(20) \times P(10) = (1 - p) \times p

The total probability of these two scenarios is:

P(mean=15)=p×(1p)+(1p)×p=2p(1p)P(\text{mean} = 15) = p \times (1 - p) + (1 - p) \times p = 2p(1 - p)

Step 4: Using the given information

From the problem, we know the probability that the two coins have a mean value of 10 cents is 49121\frac{49}{121}. We can use this information to find the value of pp.

The mean value of 10 cents can occur in two ways:

  • Both coins are 10 cents: P(10, 10)=p×p=p2P(\text{10, 10}) = p \times p = p^2
  • Both coins are 20 cents: P(20, 20)=(1p)×(1p)=(1p)2P(\text{20, 20}) = (1 - p) \times (1 - p) = (1 - p)^2

Thus, the total probability of the mean being 10 cents is:

P(mean=10)=p2+(1p)2P(\text{mean} = 10) = p^2 + (1 - p)^2

We are given that this probability is 49121\frac{49}{121}, so:

p2+(1p)2=49121p^2 + (1 - p)^2 = \frac{49}{121}

Expanding:

p2+(12p+p2)=49121p^2 + (1 - 2p + p^2) = \frac{49}{121}

2p22p+1=491212p^2 - 2p + 1 = \frac{49}{121}

Multiplying both sides by 121 to eliminate the denominator:

121(2p22p+1)=49121(2p^2 - 2p + 1) = 49

242p2242p+121=49242p^2 - 242p + 121 = 49

242p2242p+72=0242p^2 - 242p + 72 = 0

This is a quadratic equation. Solving this using the quadratic formula:

p=(242)±(242)24(242)(72)2(242)p = \frac{-(-242) \pm \sqrt{(-242)^2 - 4(242)(72)}}{2(242)}

p=242±5856469696484p = \frac{242 \pm \sqrt{58564 - 69696}}{484}

p=242±11132484p = \frac{242 \pm \sqrt{-11132}}{484}

The discriminant is negative, indicating no real solution, which suggests there was an error. I'll double-check the calculations and adjust.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Combinatorics
Mean
Algebra

Formulas

Mean value = (Value of first coin + Value of second coin) / 2
P(Mean = 15) = 2p(1 - p)

Theorems

Probability theory
Addition rule for probabilities

Suitable Grade Level

Grades 8-10