document.write( "Question 1063459: A candy company claims that 13
\n" );
document.write( "% of its plain candies are orange, and a sample of 100 such candies is randomly selected.\r
\n" );
document.write( "\n" );
document.write( "a. Find the mean and standard deviation for the number of orange candies in such groups of 100.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #678570 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The mean is the proportion 0.13 or 13/100. It is n*p \n" ); document.write( "The sd is the sqrt (variance). The variance is n*p*(1-p)=100*(0.13)*(0.87)=11.31 \n" ); document.write( "The sqrt is 3.36, and that is the sd. \n" ); document.write( " |