document.write( "Question 1103303: A coin is tossed five times. Find the probability of getting exactly two heads \n" ); document.write( "
Algebra.Com's Answer #718011 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A coin is tossed five times. Find the probability of getting exactly two heads \n" ); document.write( "---------------- \n" ); document.write( "Binomial Problem with n = 5 and p = 1/2 \n" ); document.write( "P(x = 2) = 5C2*(1/2)^2*(1/2)^3 = 10/2^5 = 0.3125 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |