document.write( "Question 368927: Coin Tosses: A coin is to be tossed six times. What is the probability of obtaining exactly three heads? \n" ); document.write( "
Algebra.Com's Answer #262991 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "exactly 3 heads means 3 times head and 3 times tail.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it can be solved by binomial probability.\r \n" ); document.write( "\n" ); document.write( "probability of getting head in one toss = 1/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and probability of getting tail in one toss = 1/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "required probability = 6C3 * (1/2)^3 * (1/2)^3 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "= 20 * 1/8 * 1/8 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "= 5/16\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |