Selecting a Monetary Bill
A box contains five $1 bills, three $5 bills, and two $10 bills. A person selects a bill at random. What is the expected value of the bill? Perform the experiment 25 times.
Step 1 List all possible outcomes. They are $1,$5, and $10.
Step 2 Assign the probabilities to each outcome:
P($1)=105P($5)=103P($10)=102
Step 3 Set up a correspondence between the random numbers and the outcomes. Use random numbers 1 through 5 to represent a $1 bill being selected, 6 through 8 to represent a $5 bill being selected, and 9 and 0 to represent a $10 bill being selected.
Step 4 Select 25 random numbers and tally the results.
Number 4582925646918038406096943Results ($)1,1,5,1,101,1,5,1,510,1,5,10,15,1,10,5,1010,5,10,1,1
Step 5 Compute the average:
Xˉ=nΣX=25$1+$1+$5+⋯+$1=25$116=$4.64
Hence, the average (expected value) is $4.64.
Recall that using the expected value formula E(X)=Σ[X⋅P(X)] gives a theoretical average of
E(X)=Σ[X⋅P(X)]=(0.5)($1)+(0.3)($5)+(0.2)($10)=$4.00