document.write( "Question 1170316: The concentration of the active ingredient in capsules of a prescription painkiller varies according to
\n" );
document.write( "a normal distribution with μ = 10% and σ = 0.2%.
\n" );
document.write( "a. What is the median concentration? Explain your answer.
\n" );
document.write( "b. What interval of concentrations covers the middle 95 percent of all the capsules?
\n" );
document.write( "c. What interval covers the middle half of all capsules?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #795193 by Boreal(15235) You can put this solution on YOUR website! The median is the same as the mean in a normal distribution, so Md=10% \n" ); document.write( "95% is +/-1.96 sd from the mean included \n" ); document.write( "that is +/-0.392 or 0.4 (9.6%, 10.4%) rounding \n" ); document.write( "- \n" ); document.write( "Middle half is +/- 0.2500 probability from the mean. \n" ); document.write( "This is z=+/-0.675 or 0.135% \n" ); document.write( "the interval is (9.865%, 10.135%) \n" ); document.write( " |