Calculating Probability: Selecting Balls from a Box

Click For Summary
SUMMARY

The discussion focuses on calculating probabilities related to selecting balls from a box containing twenty balls labeled 1 through 20. The smallest possible value of the largest number selected, denoted as m, is established as 8. The probability P(x<=k) is expressed as kC8 / 20C8 for any integer k within the range of m to 20. For the conditional probability P(x=16|x>15), the correct approach involves calculating P(x=16) and P(x>15) to find the probability that the largest number selected is 16, which is determined to be 0.0538.

PREREQUISITES
  • Understanding of combinatorial mathematics, specifically combinations (nCr).
  • Familiarity with basic probability concepts and conditional probability.
  • Knowledge of probability distributions and their applications.
  • Ability to perform calculations involving factorials and binomial coefficients.
NEXT STEPS
  • Study the concept of conditional probability in depth, particularly P(A|B).
  • Learn about combinatorial probability and its applications in real-world scenarios.
  • Explore the use of probability distributions in statistical analysis.
  • Practice solving problems involving combinations and permutations in probability.
USEFUL FOR

Students studying probability theory, educators teaching combinatorial mathematics, and anyone interested in enhancing their understanding of conditional probability and its applications in statistical problems.

chrisyuen
Messages
55
Reaction score
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
Hi chrisyuen,

You need to compute the conditional probability

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

Thank you very much!
 

Similar threads

Replies
1
Views
1K
  • · Replies 29 ·
Replies
29
Views
6K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
10
Views
3K
  • · Replies 1 ·
Replies
1
Views
577
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
6K