document.write( "Question 610796: Four fair coins are flipped. What is the probability of getting three or more heads? \n" ); document.write( "
Algebra.Com's Answer #384690 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! We could use a binomcdf but this is very easy to do by hand.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(4 heads) is simply (1/2)^4 = 1/16.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(3 heads) is (4C3)(1/2)^4 = 1/4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore P(3 or more heads) is equal to 1/4 + 1/16, or 5/16. \n" ); document.write( " |