document.write( "Question 1112991: A vending machine dispenses coffee into a twelve-ounce cup. The amount of coffee dispensed into the cup is normally distributed with a standard deviation of 0.09 ounce. You can allow the cup to overfill 2% of the time. What amount should you set as the mean amount of coffee to be dispensed? \n" ); document.write( "
Algebra.Com's Answer #728047 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the 98th percentile is z=2.055 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "2.055=(12-mean)/0.09 \n" ); document.write( "0.185=12-mean \n" ); document.write( "mean+0.185=12 \n" ); document.write( "mean=11.815 oz. \n" ); document.write( " \n" ); document.write( " |