document.write( "Question 468149: Can someone please show me how to preform these two problems? I am completely lost.
\n" );
document.write( "9. A two year extended warranty on a computer costs $40. Suppose during these two years the
\n" );
document.write( "probability that the computer will need a minor repair is 0.05, and a major repair 0.01. Further
\n" );
document.write( "suppose a minor repair costs $200 and a major repair $500. What is the warranty issuer’s expected
\n" );
document.write( "profit from selling the policy?
\n" );
document.write( "-------------------------------------------------------------------
\n" );
document.write( "10. Suppose the expected life of a certain type of fruit fly is 100 hours with a standard deviation
\n" );
document.write( "of 15 hours. According to the Chebychev’s inequality, the
\n" );
document.write( "probability that a randomly selected fruit fly will live between 70 and 130 hours is at least _______. \n" );
document.write( "
Algebra.Com's Answer #321216 by ccs2011(207)![]() ![]() You can put this solution on YOUR website! ******************************* \n" ); document.write( "9)Find the expected value of the warranty \n" ); document.write( "The expected value is like a weighted average of all the possible outcomes \n" ); document.write( "the company will take in 40 with probability of 1 \n" ); document.write( "the company will have to pay out 200 with probability of .05 \n" ); document.write( "the company will have to pay out 500 with probability of .01 \n" ); document.write( "E = 40 - 200(.05) -500(.01) \n" ); document.write( "E = 40 - 10 - 5 \n" ); document.write( "E = 25 \n" ); document.write( "Therefore for each warranty sold the company can expect a profit of $25.\r \n" ); document.write( "\n" ); document.write( "********************************* \n" ); document.write( "10)Chebychev’s inequality: \n" ); document.write( "P(|X-u|>k*s) < 1/k^2 \n" ); document.write( "u = mean \n" ); document.write( "s = standard deviation \n" ); document.write( "k>0 \n" ); document.write( "In this case u is 100, s is 15. \n" ); document.write( "|130-100| = |70-100| = 30 \n" ); document.write( "30 = 2*15, therefore exactly 2 deviations away \n" ); document.write( "k = 2 \n" ); document.write( "P(|X-100|>30) < 1/4 \n" ); document.write( "1 - 1/4 = 3/4 \n" ); document.write( "Therefore \n" ); document.write( "P(|X-100|<30| > 3/4 \n" ); document.write( "In other words the probability that X is within 70 and 130 is greater than 3/4 \n" ); document.write( " |