document.write( "Question 1187347: The length of time it takes to fill an order at a local sandwich shop is normally distributed with a mean of 4.1 minutes and a standard deviation of 1.3 minutes. The probability is 80% that the waiting time is greater than how long?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #818333 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
you want the 20th percentile
\n" ); document.write( "invnorm function shows the z for that as -0.8416.
\n" ); document.write( "z=(x-mean)/sd
\n" ); document.write( "-0.84=(x-4.1)/1.3
\n" ); document.write( "-1.09=x-4.1
\n" ); document.write( "x=3 minutes.
\n" ); document.write( "
\n" );