document.write( "Question 266114: The American Automobile Association (AAA) reports that of the fatal car and truck accidents, 54% are caused by a car driver error. If 3 accidents are chosen at random, find the probability that:\r
\n" );
document.write( "\n" );
document.write( "a. All are caused by car driver error
\n" );
document.write( "b. None are caused by car driver error
\n" );
document.write( "c. At least 1 is caused by car driver error\r
\n" );
document.write( "\n" );
document.write( "Thanks!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #195546 by roseo(33)![]() ![]() ![]() You can put this solution on YOUR website! a. Because each accident is an independent event then the probability of 3 accidents being caused by driver error is .54(.54)(.54)=.157464 \n" ); document.write( "b. Because the probability of an accident is not caused by driver error would be 1-.54 or.46. Therefore the probability of 3 accidents not caused by driver error would be (.46)(.46)(.46) =.097336 \n" ); document.write( "c.When ever you have a probability question that says at least one then it is asking for the probility of the converse or 1-P(the opposite of the event) so you would need 1-P(that all three accidents were not caused by driver error) or 1-.097336 =.902664 \n" ); document.write( " |