document.write( "Question 1189113: The mean birth weight for Ethiopian babies is μ =3.1 kg with sd (σ=0.5 kg)
\n" );
document.write( "A) What weight values encompass the 95% newborns?
\n" );
document.write( "B) If the cut of point for low birth weight is 2.5kg, what proportion of the new
\n" );
document.write( "borns are lbw?
\n" );
document.write( "C) Find the 10th percentile birth weight. \n" );
document.write( "
Algebra.Com's Answer #820365 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "95% are between +/- 1.96 z or 0.98 kg \n" ); document.write( "so the weight is 3.1 +/- 0.98 or (2.12 kg, 4.08 kg) \n" ); document.write( "- \n" ); document.write( "z(2.5)=(2.5-3.1)/0.5 \n" ); document.write( "=-1.2 \n" ); document.write( "Probability z < -1.2 is 0.1151 \n" ); document.write( "- \n" ); document.write( "z(0.10)=-1.282 \n" ); document.write( "-1.282=(x-3.1)/0.5 \n" ); document.write( "x=2.46 kg \n" ); document.write( " |