document.write( "Question 1171103: The student government is selling raffle tickets to raise money for a school activity. A raffle ticket costs $1. There is 1 winning ticket out of the 2000 tickets sold. The winner gets a prize worth $75. Round your answers to the nearest cent.\r
\n" );
document.write( "\n" );
document.write( "What is the probability you win if you purchase one raffle ticket? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "What is the expected value (to you) of one raffle ticket? $\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #796001 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Since there is 1 winning ticket out of the 2000 tickets sold, the probability \n" ); document.write( "of winning is 1/2000 \n" ); document.write( "The expected value, EV, is given by the probability of winning times the \n" ); document.write( "payout minus the cost of the ticket times the probability of not \n" ); document.write( "winning. \n" ); document.write( "EV = (1/2000)$75 - (1999/2000)$1 = -$0.962 \n" ); document.write( " |