document.write( "Question 115598: A home security system is designed to be triggered in 96% of attempted burglaries. If 9 homes equipped with such a system experience an attempted burglary, find the probability that at least 8 alarms are triggered. Round your answer to four decimal places \n" ); document.write( "
Algebra.Com's Answer #84128 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A home security system is designed to be triggered in 96% of attempted burglaries. \n" ); document.write( "If 9 homes equipped with such a system experience an attempted burglary, find the probability that at least 8 alarms are triggered. Round your answer to four decimal places \n" ); document.write( "---------- \n" ); document.write( "P(8<=x<=9) = 1 - binomcdf(9,0.96,7) = 0.9522 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |