document.write( "Question 1198209: If the probability that a computer will fail during the first hour of operation is 0.01, then if we turn on 100 computers, exactly one will fail in the first hour of operation. Is true or False, please give me detailed solution \n" ); document.write( "
Algebra.Com's Answer #831764 by ewatrrr(24785) You can put this solution on YOUR website! p(fail the first hour of operation ) = .01 \n" ); document.write( "Sample 100 computers: \n" ); document.write( "n =100 \n" ); document.write( "The mean = np = 100(.01) = 1, simply the MEAN number of computers 0r expected number that will fail out of 100. \n" ); document.write( "That exactly ONE WILL fail...probability of that happening would need to be a p = 1 \n" ); document.write( "I. Using a Binomial Distribution: p = .01 and n = 100 \n" ); document.write( "Using TI or similarly an inexpensive calculator like an Casio fx-115 ES plus \n" ); document.write( "P(x=1) = binompdf(100, .01) = .3697 \n" ); document.write( "II. Using a Poisson Distribution approximation to the Binomial Distribution:: \n" ); document.write( "P(x = 1) = .3679 \n" ); document.write( "III. That exactly ONE WILL fail? \n" ); document.write( "Can happen, WILL it happen?? probably not. FAlse is Your answer. \n" ); document.write( " \n" ); document.write( " |