document.write( "Question 844230: According to automobile accident statistics, one out of every six accidents results in an insurance claim of $100 or less in property damage. Three cars insured by an insurance company are involved in different accidents. Consider these two events:\r
\n" );
document.write( "\n" );
document.write( "A: The majority of claims exceed $100.
\n" );
document.write( "B: Exactly two claims are $100 or less. \n" );
document.write( "
Algebra.Com's Answer #508641 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! According to automobile accident statistics, one out of every six accidents results in an insurance claim of $100 or less in property damage. Three cars insured by an insurance company are involved in different accidents. Consider these two events: \n" ); document.write( "Binomial Problems with n = 3 and P(<= $100) = 1/6 ; P(> $100) = 5/6 \n" ); document.write( " --------------------------------------------------- \n" ); document.write( "A: The majority of claims exceed $100. \n" ); document.write( "P(2<= x <=3) = 1 - P(0<= x <=1) = 1 - binomcdf(3,5/6,1) = 0.2160 \n" ); document.write( "----------------------------------------- \n" ); document.write( "B: Exactly two claims are $100 or less. \n" ); document.write( "P(x = 2) = 3C2*(1/6)^2(5/6) = binompdf(3,1/6,2) = 0.0694 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |