document.write( "Question 1089233: a coin is tossed 9 times what is the probability of getting ?
\n" );
document.write( "a)five heads
\n" );
document.write( "b)at least two heads \n" );
document.write( "
Algebra.Com's Answer #703578 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We use the binomial probability formula, \n" ); document.write( ": \n" ); document.write( "Probability (P) ( k successes in n trials ) = nCk * p^k * (1-p)^(n-k) \n" ); document.write( ": \n" ); document.write( "Note that nCk = n! / (k! * (n-k)!), p = 0.5 \n" ); document.write( ": \n" ); document.write( "a) P ( k=5, n=9) = 9C5 * 0.5^5 * (1-0.5)^(9-5) = 0.246 approx 0.25 \n" ); document.write( ": \n" ); document.write( "b) P ( at least 2 heads ) = 1 - P ( k=0, n=9) - P (k=1, n=9) = 1 - 0.002 - 0.020 = 0.978 approx 0.98 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |