Calculating Probability: Selecting Balls from a Box

In summary, the conversation discusses solving a probability problem involving selecting balls from a box and determining the probability of certain outcomes. It includes a question about finding the probability of x being 16 given that x is greater than 15. The correct solution involves computing the conditional probability of x=16 given x>15.
  • #1
chrisyuen
56
0

Homework Statement



Twenty balls labelled 1 through 20 are put in a box. Eight balls are randomly selected from the box without replacement. Let x denote the largest number selected.
(a) Denote by m the smallest possible value of x. Write down the value of m.
(b) Let k be any integer such that m<=k<=20. Express P(x<=k) in terms of k.
(c) It is known that x>15. Find the probability that x is 16.

(Answers:
(a) 8
(b) kC8 / 20C8
(c) 0.0538)

Homework Equations



Probability Formulae

The Attempt at a Solution



I know how to solve parts (a) and (b) but not part (c).

I tried part (c) as follows:
P(x=16)
= P(x<=16) - P(x<=15)
= (16C8 - 15C8) / 20C8
= 0.0511

However, the answer is not correct.

Can anyone tell me how to solve it?

Thank you very much!
 
Physics news on Phys.org
  • #2
Hi chrisyuen,

You need to compute the conditional probability

P(x=16|x>15) = P(x=16)/P(x>15)
 
  • #3
I got it!

Thank you very much!
 

FAQ: Calculating Probability: Selecting Balls from a Box

What is the formula for calculating probability when selecting balls from a box?

The formula for calculating probability in this scenario is: probability = number of desired outcomes / total number of possible outcomes.

How do you determine the total number of possible outcomes in this situation?

The total number of possible outcomes is determined by multiplying the number of balls in the box by the number of selections being made.

Can you give an example of calculating probability when selecting balls from a box?

Sure, let's say there are 10 red balls and 5 blue balls in a box. If you randomly select 2 balls without replacement, the probability of selecting 2 red balls would be (10/15) * (9/14) = 0.43 or 43%.

What is the difference between with replacement and without replacement when selecting balls from a box?

With replacement means that after a ball is selected, it is put back in the box before the next selection. Without replacement means that once a ball is selected, it is not put back in the box for the next selection.

How do you calculate probability when selecting balls from a box with replacement?

To calculate probability with replacement, the formula is still the same: probability = number of desired outcomes / total number of possible outcomes. However, in this scenario, the total number of possible outcomes remains the same for each selection.

Back
Top