document.write( "Question 1186222: It has been estimated that 40% of the televisions that the manufacturer makes need repairs in the first three years of operation. A new hotel buys 90 televisions from the company. Find the probability that in the first three years operation:
\n" ); document.write( "a. Less than 32 of the television needs repairs
\n" ); document.write( "b. Between 38 and 42 of the televisions, needs repairs
\n" ); document.write( "

Algebra.Com's Answer #817176 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
this is a binomial (n, p) with n=90 and p=0.4
\n" ); document.write( "with normal approximation with mean 36 and sd (see below) of 4.65
\n" ); document.write( "z <(31.5-36)/4.65=-0.968
\n" ); document.write( "that probability is 0.1665
\n" ); document.write( "from calculator (binomcdf(90,0.4,31)) which gives everything 31 and fewer is 0.1666\r
\n" ); document.write( "\n" ); document.write( "second can be done using formula where
\n" ); document.write( "px=38) is 90C38*0.4^38*0.6^52=0.0774
\n" ); document.write( "px=39) is 0.0688 (note the mean is 90*0.4=36, so after that, the probability should fall slightly, which it is.
\n" ); document.write( "p(x=40) is 0.0585
\n" ); document.write( "p(x=41)= is 0.0476
\n" ); document.write( "p(x=42) is 0.0370\r
\n" ); document.write( "\n" ); document.write( "That sum 0.2893, which is exact.
\n" ); document.write( "-
\n" ); document.write( "check with normal approximation
\n" ); document.write( "mean=np=36
\n" ); document.write( "variance is np(1-p)=36*0.6=21.6
\n" ); document.write( "sort (V)=sd=4.65
\n" ); document.write( "so between 38 and 42
\n" ); document.write( "z=(42.5-36)/4.65, using continuity correction factor
\n" ); document.write( "=1.40
\n" ); document.write( "and
\n" ); document.write( "z=(37.5-36)/4.65
\n" ); document.write( "=0.323
\n" ); document.write( "probability is in that z interval which is 0.2925, which is a decent approximation.
\n" ); document.write( "
\n" );