document.write( "Question 1153148: The daily revenue of a boutique is normally distribution with a mean of $10,000 and a standard deviation of $2,000. Assume that the boutique works seven days a week. What is the probability that there are two weeks in four non-overlapping weeks that the average daily revenue of the boutique is between $8,500 and $12,000? \n" ); document.write( "
Algebra.Com's Answer #775324 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! I am assuming exactly two weeks \n" ); document.write( "This is z between (8500-10000)/2000 and (12000-10000)/2000 or z between -0.75 and +1.\r \n" ); document.write( "\n" ); document.write( "That probability itself is 0.6147 \n" ); document.write( "To have 2 weeks would be 4C2*0.6147^2*0.3853^2, which is the binomial for choosing 2 out of 4 weeks with a certain probability for 2.\r \n" ); document.write( "\n" ); document.write( "That is 0.3366 \n" ); document.write( " |