document.write( "Question 1196930: The population of weights of a particular fruit is normally distributed, with a mean of 328 grams and a standard deviation of 28 grams. If 8 fruits are picked at random, then 12% of the time, their mean weight will be greater than how many grams? Round your answer to the nearest gram.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #829983 by Theo(13342)![]() ![]() You can put this solution on YOUR website! population mean = 328 grams \n" ); document.write( "population standard deviation = 28 grams \n" ); document.write( "sample size is 8 pieces of fruit \n" ); document.write( "standard error = standard deviation / square root of sample size = 28 / sqrt(8) = 9.8995 rounded to 4 decimal places. \n" ); document.write( "z-score = inverse(.88) = 1.175 \n" ); document.write( "88% of the sample means will be below that and 12% will be above that. \n" ); document.write( "raw score = z * standard error + population mean = 1.175 * 9.8995 + 328 = 339.6319 rounded to 4 decimal places. \n" ); document.write( "88% of the raw scores will be below that and 12% will be above that. \n" ); document.write( "here's what it looks like on a z-score graphing calculator. \n" ); document.write( " ![]() \n" ); document.write( "calculator can be found at https://davidmlane.com/hyperstat/z_table.htmlhttps://davidmlane.com/hyperstat/z_table.html \n" ); document.write( "since you are dealing with the mean of the sample, you need the standard error and not the standard deviation. \n" ); document.write( " \n" ); document.write( " |