document.write( "Question 907315: In the U.S., the probability that a given car would be involved in a crash within the next year is 0.040.\r
\n" );
document.write( "\n" );
document.write( "If a family has 3 cars, what is the probability at least one car will be involved in a crash within the next year?\r
\n" );
document.write( "\n" );
document.write( "(Round to 3 decimal digits. \n" );
document.write( "
Algebra.Com's Answer #550288 by ewatrrr(24785) You can put this solution on YOUR website! p(crash) = .04, n = 3 \n" ); document.write( "P(at least one) = 1 - P(none) = 1 - .96^3 \n" ); document.write( " |