document.write( "Question 596348: This is a Normal Probability Distribution problem. Can I get some step by step help in solving this problem so I can try solving the other problems by myself. I am really having a hard time. Thank you so much.\r
\n" ); document.write( "\n" ); document.write( "The weights of the contents of cans of tomato sauce produced by a company are normally distributed with a mean of 8 ounces and a standard deviation of 0.2 ounces.\r
\n" ); document.write( "\n" ); document.write( "a. What percentage of all cans produced contain more than 8.4 ounces of tomato paste?
\n" ); document.write( "b. What percentage of all cans produced contain less than 7.8 ounces?
\n" ); document.write( "c. What percentage of cans contains between 7.4 and 8.2 ounces?
\n" ); document.write( "d. Ninety-five percent of cans will contain at least how many ounces?
\n" ); document.write( "e. What percentage of cans contains between 8.2 and 8.4 ounces?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #377676 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
The weights of the contents of cans of tomato sauce produced by a company are normally distributed with a mean of 8 ounces and a standard deviation of 0.2 ounces.
\n" ); document.write( "-----
\n" ); document.write( "The measurement rod you must used is the z-distribution.
\n" ); document.write( "-------------------------
\n" ); document.write( "a. What percentage of all cans produced contain more than 8.4 ounces of tomato paste?
\n" ); document.write( "z(8.4) = (8.4-8)/0.2 = 0.4/0.2 = 2
\n" ); document.write( "P(x > 8.4) = P(z > 2) = normalcdf(2,100) = 0.0228
\n" ); document.write( "==============================================================
\n" ); document.write( "b. What percentage of all cans produced contain less than 7.8 ounces?
\n" ); document.write( "z(7.8) = (7.8-8)/0.2 = -1
\n" ); document.write( "P(x < 7.8) = P(z < -1) = normalcdf(-100,-1) = 0.1587
\n" ); document.write( "==============================================================
\n" ); document.write( "c. What percentage of cans contains between 7.4 and 8.2 ounces?
\n" ); document.write( "z(7.4) = (7.4-8)/0.2 = -3
\n" ); document.write( "z(8.2) = (8.2-8)/0.2 = 1
\n" ); document.write( "P(7.4< x <8.2) = P(-3< z <-1) = normcdf(-3,-1) = 0.1573
\n" ); document.write( "==============================================================
\n" ); document.write( "d. Ninety-five percent of cans will contain at least how many ounces?
\n" ); document.write( "Find the z-value with a left-tail of 0.95:
\n" ); document.write( "invNorm(0.95) = 1.645
\n" ); document.write( "Find the corresponding \"x\" value:
\n" ); document.write( "x = zs+u
\n" ); document.write( "x = 1.645*0.2+8 = 8.3290
\n" ); document.write( "=========================================
\n" ); document.write( "e. What percentage of cans contains between 8.2 and 8.4 ounces?
\n" ); document.write( "Using my TI-84: normalcdf(8.2,8.4,8,0.2) = 0.1359
\n" ); document.write( "=========================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "====================
\n" ); document.write( "
\n" ); document.write( "
\n" );