document.write( "Question 468275: Best Electronics, Inc. offers a “no hassle” returns policy. The number of items returned
\n" );
document.write( "per day follows the normal distribution. The mean number of customer returns is 10.3
\n" );
document.write( "per day and the standard deviation is 2.25 per day.
\n" );
document.write( "a. In what percent of the days are there 8 or fewer customers returning items?
\n" );
document.write( "b. In what percent of the days are between 12 and 14 customers returning items?
\n" );
document.write( "c. Is there any chance of a day with no returns?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #321286 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Best Electronics, Inc. offers a “no hassle” returns policy. The number of items returned per day follows the normal distribution. \n" ); document.write( "The mean number of customer returns is 10.3 \n" ); document.write( "per day and the standard deviation is 2.25 per day. \n" ); document.write( "----------------------------- \n" ); document.write( "a. In what percent of the days are there 8 or fewer customers returning items? \n" ); document.write( "--- \n" ); document.write( "z(8) = (8-10.3)/2.25 = -1.0222 \n" ); document.write( "--- \n" ); document.write( "%(x <= 8) = %(z <= -1.0222) = 15.33% \n" ); document.write( "======================\r \n" ); document.write( "\n" ); document.write( "b. In what percent of the days are between 12 and 14 customers returning items? \n" ); document.write( "Normalcdf(12,14,10.3,2.25) = 17.49% \n" ); document.write( "---------------------- \n" ); document.write( "c. Is there any chance of a day with no returns? \n" ); document.write( "z(0) = (0-10.3)/2.25 = -4.5778 \n" ); document.write( "-- \n" ); document.write( "%(x <= 0) = %(z <--4.5778) = 0.00023518% \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |