document.write( "Question 1056583: A fair coin is flipped 5 times. What is the probability of getting at least 4 tails? \n" ); document.write( "
Algebra.Com's Answer #671694 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! At least 4 tails = probability of 4 tails and probability of 5 tails. \n" ); document.write( "For 4, there are 5 different ways(1/2)^4(1/2)=5/32 \n" ); document.write( "For 5 tails, it is (1/2)^5=1/32 \n" ); document.write( "Total is 6/32 or 3/16 \n" ); document.write( "Pascal's triangle for 5 flips is 1==5==10==10=5==1 \n" ); document.write( " |