document.write( "Question 441764: a person selects a card from an ordinary deck of cards. if it is a black card, she wins $2. if it is a red card between 3 and 7 inclusive, she wins $10. If it is a red face card, she wins $25, and if it is a black jack, she wins an additional $100. If it is any other card, she wins nothing. Find the expected value of the game when no money is put up to start the game. \n" ); document.write( "
Algebra.Com's Answer #304837 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a person selects a card from an ordinary deck of cards. if it is a black card, she wins $2. if it is a red card between 3 and 7 inclusive, she wins $10. If it is a red face card, she wins $25, and if it is a black jack, she wins an additional $100. If it is any other card, she wins nothing. Find the expected value of the game when no money is put up to start the game.
\n" ); document.write( "---------------
\n" ); document.write( "P(black) = 26/522
\n" ); document.write( "P(red between 3 and 7) = 10/52
\n" ); document.write( "P(red face) = 6/52
\n" ); document.write( "P(black jack) = 2/52
\n" ); document.write( "-----
\n" ); document.write( "E(x) = (26*2+10*10+6*25+2*100)/52 = $9.65
\n" ); document.write( "=============================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );