document.write( "Question 849424: If the weight of female police officers closely follows the normal distribution with a mean of 125 pounds and a standard deviation of 5 pounds, what range of weights includes the middle 80% of the female police force? \n" ); document.write( "
Algebra.Com's Answer #511558 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If the weight of female police officers closely follows the normal distribution with a mean of 125 pounds and a standard deviation of 5 pounds, what range of weights includes the middle 80% of the female police force? \n" ); document.write( "----- \n" ); document.write( "Find the z-values that bracket 0.8 symetrically around the mean:: \n" ); document.write( "invNorm(0.10) = -1.2816 and invNorm(0.9) = +1.2816 \n" ); document.write( "----- \n" ); document.write( "Find the corresponding weight values using wt = z*s + u \n" ); document.write( "----- \n" ); document.write( "Lower wt limit:: -1.2816*5 + 125 = 118.15 lbs \n" ); document.write( "Upper wt limit:: +1.2816*5 + 125 = 131.41 lbs \n" ); document.write( "---------------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------------ \n" ); document.write( " |