document.write( "Question 142044: A fair coins is tossed 5 times. \r
\n" );
document.write( "\n" );
document.write( "What is the probability of obtaining exactly 3 heads?\r
\n" );
document.write( "\n" );
document.write( "I found a formula that looks like C(5,3)=5!/[3!(5-3)!]\r
\n" );
document.write( "\n" );
document.write( "My problem is, I don't know if this formula is right, or how to solve it. I believe this is supposed to tell you the number of possible outcomes??? \n" );
document.write( "
Algebra.Com's Answer #103424 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A fair coins is tossed 5 times. \n" ); document.write( "What is the probability of obtaining exactly 3 heads? \n" ); document.write( "I found a formula that looks like C(5,3)=5!/[3!(5-3)!] \n" ); document.write( "My problem is, I don't know if this formula is right, or how to solve it. I believe this is supposed to tell you the number of possible outcomes??? \n" ); document.write( "---------------------- \n" ); document.write( "You are correct; there are C(5,3) = 10 ways the 3 heads \n" ); document.write( "can show up in the five tosses. \n" ); document.write( "---------- \n" ); document.write( "Each of those patterns has probability (1/2)^3(1/2)^2 = (1/2)^5 = 1/32 \n" ); document.write( "--------- \n" ); document.write( "since the patterns are mutually exclusive you have to add up all those \n" ); document.write( "probabilities to get: \n" ); document.write( "10*1/32 = 5/16 as the probability of getting 3 heads when you throw \n" ); document.write( "a coin 5 times. \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |