document.write( "Question 260099: Can someone please help me understand this.\r
\n" );
document.write( "\n" );
document.write( "Based on past records, a car insurance company has determined that 9% of all drivers were involved in a car accident last year. \r
\n" );
document.write( "\n" );
document.write( "a. If 12 drivers were randomly selected, what is the probability of getting 0 who were involved in a car accident last year?
\n" );
document.write( "b. If 12 drivers were randomly selected, what is the probability of getting 3 or more who were involved in a car accident last year?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #191548 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Based on past records, a car insurance company has determined that 9% of all drivers were involved in a car accident last year. \r \n" ); document.write( "\n" ); document.write( "a. If 12 drivers were randomly selected, what is the probability of getting 0 who were involved in a car accident last year? \n" ); document.write( "--- \n" ); document.write( "This is a binomial problem with n = 12 ; p = 0.09 \n" ); document.write( "P(x=0) = 12C0(0.09)^0(0.91)^12 = 0.91^12 = 0.3225 \n" ); document.write( "-------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b. If 12 drivers were randomly selected, what is the probability of getting 3 or more who were involved in a car accident last year? \n" ); document.write( "P(x>=3) = 1-P(0<= x <=2) = 1 - binomcdf(12,0.09,2) = 0.0866.. \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |