document.write( "Question 1077459: The probability that a house in an urban area will be burglarized is 8%. If 46 houses are randomly selected what is the probability that exactly 1 of the houses will be burglarized? \n" ); document.write( "
Algebra.Com's Answer #691993 by amfagge92(93)![]() ![]() You can put this solution on YOUR website! Using binomial distribution \n" ); document.write( "p=0.08 \n" ); document.write( "q=0.92 \n" ); document.write( "n=45 \n" ); document.write( "r=1\r \n" ); document.write( "\n" ); document.write( "45C1*0.08^1*0.92^44 \n" ); document.write( "=0.092 or9.2%. \n" ); document.write( " \n" ); document.write( " |