document.write( "Question 1159867: A particular fruit's weights are normally distributed, with a mean of 409 grams and a standard deviation of 9 grams.\r
\n" ); document.write( "\n" ); document.write( "If a fruit is picked at random then 17% of the time, its weight will be greater than how many grams?\r
\n" ); document.write( "\n" ); document.write( "Give your answer to the nearest gram.
\n" ); document.write( "

Algebra.Com's Answer #782981 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
use 2nd VARS 3 invnorm (.83,409,9) to get 417.58, which rounds to 418 gm
\n" ); document.write( "17% of the time the weight will be greater than is the 83rd percentile\r
\n" ); document.write( "\n" ); document.write( "or 83rd percentile is +0.95 for z
\n" ); document.write( "z=(x-mean.sd)=+0.95
\n" ); document.write( "x-mean=+8.55
\n" ); document.write( "x=417.55 which rounds up to 418 gm. The weight will be greater than 418 gm 17% of the time
\n" ); document.write( "
\n" );