document.write( "Question 1079760: A coffee machine dispenses coffee according to a
\n" ); document.write( "normal distribution, with a mean of 8.4 ounces and
\n" ); document.write( "a standard deviation of 0.16 ounces. Find the
\n" ); document.write( "probabilities of the following events.
\n" ); document.write( "a. A cup is dispensed with less than 8 ounces.
\n" ); document.write( "b. A cup has at least 8.5 ounces.
\n" ); document.write( "

Algebra.Com's Answer #693984 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
a. z-score = (8 - 8.4) / 0.16 = −2.5
\n" ); document.write( "lookup z-score in normal distribution z-tables
\n" ); document.write( "Probability ( X < 8 ) = 0.0062
\n" ); document.write( ":
\n" ); document.write( "b. Probability ( X > or = 8.5 ) = 1 - Probability ( X < 8.5 )
\n" ); document.write( "z-score = (8.5 - 8.4) / 0.16 = 0.625
\n" ); document.write( "Probability ( X < 8.5 ) = 0.73401
\n" ); document.write( "Probability ( X > or = 8.5 ) = 1 - 0.73401 = 0.266
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );