document.write( "Question 419164: The G.F packs 'shrimphs' in three categories:\"small\", Medium and Large, with average weight of 1.4kgs and standard deviation of 0.6kgs. if a pack weight more than 1.91kgs, it is marked 'large'. if a pack weight less than 0.47kgs, it is marked as small.A pack weighing in between 0.47kgs to 1.91kgs is marked as medium. identify the proportion of packs in each category:
\n" );
document.write( "weight: more than 1.91kgs between 1.91kgs & .47kgs less than .47kgs
\n" );
document.write( "category: large medium small
\n" );
document.write( "Prop. of Packs: - - - \n" );
document.write( "
Algebra.Com's Answer #293184 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The G.F packs 'shrimp' in three categories:\"small\", Medium and Large, with average weight of 1.4kgs and standard deviation of 0.6kgs. \n" ); document.write( "----------------------- \n" ); document.write( "if a pack weighs more than 1.91kgs, it is marked 'large'. \n" ); document.write( "if a pack weight less than 0.47kgs, it is marked as small \n" ); document.write( "A pack weighing in between 0.47kgs to 1.91kgs is marked as medium. \n" ); document.write( "--------------------- \n" ); document.write( "identify the proportion of packs in each category: \n" ); document.write( "weight: more than 1.91kgs \n" ); document.write( "between 1.91kgs & .47kgs \n" ); document.write( "less than .47kgs \n" ); document.write( "------ \n" ); document.write( "I'll work one part and leave the other two to you. \n" ); document.write( "Proportion of medium: \n" ); document.write( "Find z(0.47) = (0.47-1.4)/0.6 = -1.55 \n" ); document.write( "Find z(1.91) = (1.91-1.4)/0.6 = 0.85 \n" ); document.write( "---- \n" ); document.write( "Prop of medium = P(-1.55<= z <=0.85) = normalcdf(-1.55,0.85) = 0.7418 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "category: large medium small \n" ); document.write( "Prop. of Packs: - - - \n" ); document.write( " \n" ); document.write( " |