document.write( "Question 581393: Cans of classic Coke are filled so that the mean is 12.0 ounces with a standard deviation of 0.1 ounces. Find the probability that
\n" );
document.write( "a) a single can will have 12.2 or more ounces
\n" );
document.write( "b) a sample of 36 cans will have 12.2 or more ounces
\n" );
document.write( "c) Explain the difference in the answers for parts a and b\r
\n" );
document.write( "\n" );
document.write( "Any help would be awesome. \r
\n" );
document.write( "\n" );
document.write( "Thank you
\n" );
document.write( "Rae \n" );
document.write( "
Algebra.Com's Answer #371623 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Cans of classic Coke are filled so that the mean is 12.0 ounces with a standard deviation of 0.1 ounces. Find the probability that \n" ); document.write( "a) a single can will have 12.2 or more ounces \n" ); document.write( "z(12.2) = (12.2-12)/0.1 = 0.2/0.1 = 2 \n" ); document.write( "P(x >= 12.2) = P(z >= 2) = normalcdf(2,100) = 0.0228 \n" ); document.write( "---------------------------------------------------------- \n" ); document.write( "b) a sample of 36 cans will have 12.2 or more ounces \n" ); document.write( "z(12.2) = (12.2-12)/[0.1/sqrt(36)] = 0.2/(0.1/6) = 12 \n" ); document.write( "P(x-bar >= 12.2) = P(z >= 12) = normalcdf(12,100) = 1.831 x 10^-33 \n" ); document.write( "---------------------------------------------------------- \n" ); document.write( "c) Explain the difference in the answers for parts a and b \n" ); document.write( "The standard deviation for all sample means of size 36 is \n" ); document.write( "much, much, much smaller than the standard deviation for the \n" ); document.write( "population. Therefore the z-value for the sample means \n" ); document.write( "is much larger and the probability of z being greater is smaller. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |