document.write( "Question 1166162: A particular fruit's weights are normally distributed, with a mean of 583 grams and a standard deviation of 9 grams.\r
\n" );
document.write( "\n" );
document.write( "If you pick one fruit at random, what is the probability that it will weigh between 584 grams and 600 grams \n" );
document.write( "
Algebra.Com's Answer #790649 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z (584)=(584-583)/9 or +1/9 \n" ); document.write( "z (600)=17/9 \n" ); document.write( "the probability of z between those two values \n" ); document.write( "2nd VARS2normalcdf((1/9),(17/9))ENTER \n" ); document.write( "=0.4263 \n" ); document.write( " |