document.write( "Question 181542: a game is played by selecting one bill at random from a bag that contains ten $1 bills, five $2 bills, three $5 bills, and one $10 bill, and one $100 bill. The player gets to keep the selected bill. There is a $20 charge to play the game. What is the expected value? what does this value mean? \n" ); document.write( "
Algebra.Com's Answer #136134 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
P(1)=10/10=1/2
\n" ); document.write( "P(2)=5/20=1/4
\n" ); document.write( "P(5)=3/20
\n" ); document.write( "P(10=1/20
\n" ); document.write( "P(100)=1/20
\n" ); document.write( ":
\n" ); document.write( "X(1)-payout if X is 1
\n" ); document.write( "X(2)-payout if X is 2
\n" ); document.write( "X(5)-payout if X is 5
\n" ); document.write( "X(10)payout if X is 10
\n" ); document.write( "X(100)payout if X is 100
\n" ); document.write( ":
\n" ); document.write( "the probability of each event * the payout of each event is added all up to give the expected value of X\r
\n" ); document.write( "\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( ":
\n" ); document.write( "\"E%28X%29=%281%2F2%29%2B%281%2F2%29%2B%283%2F4%29%2B%281%2F2%29%2B5\"
\n" ); document.write( ":
\n" ); document.write( "\"E%28X%29=5%2B9%2F4=+highlight%287.25%29\"
\n" ); document.write( "
\n" );