document.write( "Question 1081964: The mean weight of insects for laboratory experiments is 13.2g, with the standard deviation of 0.8g. What is the probability of randomly selecting insects with weight of: a. 14g? b. 13.1g to 13.6g? \n" ); document.write( "
Algebra.Com's Answer #696077 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "z for the first is 0. This is a continuous function, and the probability of selecting an exact value is 0. A range is another matter. \n" ); document.write( "the second is (13.1-13.2)/0.8=-0.125 \n" ); document.write( "and (13.6-13.2)/0.8=0.5 \n" ); document.write( "it is z between -0.125 and +0.5, and that probability is 0.2412. \n" ); document.write( " |