document.write( "Question 277624: On a TV game show, the contestant is asked to select a
\n" );
document.write( "door and then is rewarded with the prize behind the door
\n" );
document.write( "selected. If the doors can be selected with equal probability,
\n" );
document.write( "what is the expected value of the selection if the
\n" );
document.write( "three doors have behind them a $40,000 foreign car, a $3
\n" );
document.write( "silly straw, and a $50 mathematics textbook? \n" );
document.write( "
Algebra.Com's Answer #202159 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! On a TV game show, the contestant is asked to select a \n" ); document.write( "door and then is rewarded with the prize behind the door \n" ); document.write( "selected. If the doors can be selected with equal probability, \n" ); document.write( "what is the expected value of the selection if the \n" ); document.write( "three doors have behind them a $40,000 foreign car, a $3 \n" ); document.write( "silly straw, and a $50 mathematics textbook? \n" ); document.write( "----- \n" ); document.write( "Random Number values: 40000,3,50 \n" ); document.write( "Probabilities: 1/3,1/3,1/3 \n" ); document.write( "--------------------------------- \n" ); document.write( "Expected Value: (1/3)(4053) = $1351 \n" ); document.write( "--------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |