Math Problem Statement

You throw two dice. One of the many possible outcomes that may occur is that you get a six on each die (this outcome is called a double six). Approximately how many times must you throw the two dice in order for the probability of getting a double six (on one of your throws) to be at least .50? At least .90? I got 25 for 0.50 and 83 for 0.90

Solution

To solve this problem, we need to calculate the probability of getting a double six in multiple independent throws of two dice.

Step 1: Single Throw Probability

The probability of rolling a double six in a single throw of two dice is: P(double six)=16×16=136P(\text{double six}) = \frac{1}{6} \times \frac{1}{6} = \frac{1}{36}

Step 2: Probability of Not Getting a Double Six

The probability of not getting a double six in a single throw is: P(not double six)=1136=3536P(\text{not double six}) = 1 - \frac{1}{36} = \frac{35}{36}

Step 3: Probability of Not Getting a Double Six After nn Throws

The probability of not getting a double six after nn independent throws is: (3536)n\left( \frac{35}{36} \right)^n

Step 4: Probability of Getting At Least One Double Six

The probability of getting at least one double six in nn throws is the complement: P(at least one double six)=1(3536)nP(\text{at least one double six}) = 1 - \left( \frac{35}{36} \right)^n

We want this probability to be at least 0.50 and 0.90.

Step 5: Solving for nn

  1. For P0.50P \geq 0.50:

1(3536)n0.501 - \left( \frac{35}{36} \right)^n \geq 0.50 (3536)n0.50\left( \frac{35}{36} \right)^n \leq 0.50 Taking the natural logarithm of both sides: nln(3536)ln(0.50)n \ln\left( \frac{35}{36} \right) \leq \ln(0.50) nln(0.50)ln(3536)n \geq \frac{\ln(0.50)}{\ln\left( \frac{35}{36} \right)}

Calculating:

nln(0.50)ln(3536)0.69310.028624.24n \geq \frac{\ln(0.50)}{\ln\left( \frac{35}{36} \right)} \approx \frac{-0.6931}{-0.0286} \approx 24.24

Rounding up, we get n=25n = 25.

  1. For P0.90P \geq 0.90:

1(3536)n0.901 - \left( \frac{35}{36} \right)^n \geq 0.90 (3536)n0.10\left( \frac{35}{36} \right)^n \leq 0.10 Taking the natural logarithm of both sides: nln(3536)ln(0.10)n \ln\left( \frac{35}{36} \right) \leq \ln(0.10) nln(0.10)ln(3536)n \geq \frac{\ln(0.10)}{\ln\left( \frac{35}{36} \right)}

Calculating:

nln(0.10)ln(3536)2.30260.028680.50n \geq \frac{\ln(0.10)}{\ln\left( \frac{35}{36} \right)} \approx \frac{-2.3026}{-0.0286} \approx 80.50

Rounding up, we get n=81n = 81.

Final Answers

  • For P0.50P \geq 0.50: n=25n = 25 throws
  • For P0.90P \geq 0.90: n=81n = 81 throws

Your answer for 0.500.50 is correct, but for 0.900.90, the correct number of throws is 81.

Would you like any further details or have any questions?

Here are 5 related questions you might find interesting:

  1. How would the probability change if we increased the number of dice?
  2. What if we wanted a probability of at least 0.95 for a double six?
  3. How does the expected value of the number of throws relate to these probabilities?
  4. How would the calculations change if we used loaded dice?
  5. Can we use a different approximation method, like Poisson distribution, for this problem?

Tip: When solving probability problems involving multiple trials, always consider using complementary probabilities and logarithmic transformations for easier calculations.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Logarithms
Complementary Probability

Formulas

P(double six) = (1/6) * (1/6) = 1/36
P(not double six) = 1 - 1/36 = 35/36
P(at least one double six) = 1 - (35/36)^n
n >= ln(0.50) / ln(35/36)

Theorems

Logarithmic Transformation
Complementary Probability

Suitable Grade Level

Grades 9-12