Items in a population are classified using two sets of tags: success and failure, or tagged not tagged, or two ball colors in an urn.
Example: You have an urn with N=10 balls, s=6 that are tagged as winners and f=4 that are not. You take a sample of n=3 balls, without replacement. What is the probability of observing k=2 tagged balls on your sample?
A raffle. You have 100 possible numbers, X is a random variable that represents
the number that you select for the raffle, randomly
P(X=8)=1001
PMF and CDF
Example
Given the following:
a) What is the support of x?
{ 0, 1, 2}
b) Find P(x≥1.5)P(x≥1.5)=P(X=2)=21
c) Find P(0<x<2)P(0<x<2)=P(x=1)=31
d) Find P(x=0∣x<2)P(x<2)P(x=0∩x<2)=P(x<2)P(x=0)=6521=3/5