An actress has a probability of getting offered a job after a try-out of 0.11. She plans to keep trying out for new jobs until she gets offered one. Assume the outcomes of try-outs are independent.

Find the probability she will need to attend more than 7 try-outs.

Can someone just give me the formula I need? I can do the rest.

Sure! The formula you need is the probability mass function (PMF) of the geometric distribution. For a random variable X following a geometric distribution with probability of success p, the PMF is given by:

P(X = k) = (1 - p)^(k-1) * p

In this case, X represents the number of try-outs needed until getting offered a job, p is the probability of getting offered a job (0.11), and k is the number of try-outs.

Using this formula, you can calculate the probability of needing more than 7 try-outs by summing up the probabilities from 8 onwards:

P(X > 7) = P(X = 8) + P(X = 9) + P(X = 10) + ...

I hope this helps!

Yes, of course! The formula you need is the geometric distribution formula.

The formula for the probability of needing more than "k" try-outs is:

P(X > k) = (1 - p)^k

Where:
- P(X > k) is the probability of needing more than "k" try-outs,
- p is the probability of getting offered a job after one try-out, and
- k is the number of try-outs.

Using this formula, you can calculate the probability of needing more than 7 try-outs by plugging in the values.

To find the probability that an actress will need to attend more than 7 try-outs, we need to use the concept of the geometric distribution. The formula for the probability mass function (PMF) of the geometric distribution is:

P(X = k) = (1 - p)^(k - 1) * p

Where:
P(X = k) is the probability of requiring exactly k try-outs
p is the probability of success in a single try-out (0.11 in this case)

To find the probability of needing more than 7 try-outs, we need to calculate the sum of the probabilities for k = 8, 9, 10, and so on, up to infinity.

The formula for the sum of an infinite geometric series, in this case, can be used:

Sum = (p * (1 - p)^(k - 1)) / (1 - (1 - p))

Let's substitute the values into the formula:
p = 0.11

Using the formula above, you can calculate the probability for each value of k starting from 8, and keep adding them up until you reach infinity.