document.write( "Question 1151453:  Consider the experiment of tossing a fair coin three times and observing the number of heads that result (X = number of heads). What is the standard deviation for this distribution?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #773192 by jim_thompson5910(35256)      You can put this solution on YOUR website! \n" ); document.write( "n = 3 is the number of coin flips (number of trials) \n" ); document.write( "p = 0.5 is the probability of getting heads (probability of success) \n" ); document.write( "q = 1-p = 1-0.5 = 0.5 is the probability of getting tails (probability of failure)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sigma = standard deviation of binomial distribution \n" ); document.write( "sigma = sqrt(n*p*q) \n" ); document.write( "sigma = sqrt(3*0.5*0.5) \n" ); document.write( "sigma = 0.86602540378443 \n" ); document.write( "sigma = 0.866 \n" ); document.write( "Answer: 0.866 (answer is approximate and rounded to 3 decimal places. Use different precision if your instructor states otherwise) \n" ); document.write( " \n" ); document.write( " |