document.write( "Question 1139220: The amounts of a soft drink machine are designed to dispense for each drink are normally distributed, with a mean of 12.1 fluid ounces and a standard deviation of 0.3 fluid ounces. A drink is randomly selected. Determine the probability that the drink is more than 12.5 fluid ounces.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #757032 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( ">(12.5-12.1)/0.3 \n" ); document.write( ">0.4/0.3 \n" ); document.write( ">1.33 \n" ); document.write( "probability z>1.33 is 0.0918 \n" ); document.write( " |