document.write( "Question 215035:  As a birthday gift, you are mailing a new personal digital assistant (PDA) to your cousin in Toledo.
\n" );
document.write( "The PDA cost $250. There is a 2 percent chance it will be lost or damaged in the mail. Is it worth
\n" );
document.write( "$4 to insure the mailing? Explain, using the concept of expected value.
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #162569 by stanbon(75887)      You can put this solution on YOUR website! As a birthday gift, you are mailing a new personal digital assistant (PDA) to your cousin in Toledo. \n" ); document.write( "The PDA cost $250. There is a 2 percent chance it will be lost or damaged in the mail. Is it worth \n" ); document.write( "$4 to insure the mailing? Explain, using the concept of expected value. \n" ); document.write( "-------------------------------------- \n" ); document.write( "Let the random variable values represent your money balance. \n" ); document.write( "X = 250-4 = 246 and -250 \n" ); document.write( "Corresponding probabilities are 0.98 and 0.02 \n" ); document.write( "Your Expected Value is 0.98(246) + (0.02)(-250) = $236 \n" ); document.write( "-------------- \n" ); document.write( "It is worth it to insure the mailing. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |