document.write( "Question 187399: What is the probability of getting 2 heads if a coin is tossed 3 times? \n" ); document.write( "
Algebra.Com's Answer #140466 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the probability of getting 2 heads if a coin is tossed 3 times? \n" ); document.write( "----------------- \n" ); document.write( "It's a binomial problem with n=3, p = 1/2 , x = 2 \n" ); document.write( "P(x=2) = 3C2(1/2)^2(1/2)^1 = 3(1/2)^3 = 3/8 \n" ); document.write( "------------------------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |