document.write( "Question 852620: A coin is tossed seventeen times, find the probability of getting exactly 6 heads. \n" ); document.write( "
Algebra.Com's Answer #513582 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A coin is tossed seventeen times, find the probability of getting exactly 6 heads. \n" ); document.write( "--------- \n" ); document.write( "# of ways to succeed: 17C6 = 12376 \n" ); document.write( "# of possible outcomes: 2^17 \n" ); document.write( "------- \n" ); document.write( "Ans: P(x = 6) = 17C6(1/2)^17 = 12376/2^17 \n" ); document.write( "======== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |