document.write( "Question 625534: 1. If you flip a fair coin five times in a row, what is the probability that you will have an outcome that has exactly four heads?
\n" );
document.write( " 2. If you flip a fair coin five times in a row, what is the probability that you will have an outcome that has three or more heads?
\n" );
document.write( " 3. If you flip a fair coin five times in a row, what is the probability that you will have an outcome that has two or fewer heads?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #393605 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Let x denote the number of heads.\r \n" ); document.write( "\n" ); document.write( "1. \n" ); document.write( "\n" ); document.write( "2. and 3. are pretty easy. By symmetry, P(x = 3) = P(x = 2) because the probability of obtaining a head and a tail is the same. Similarly, P(x = 4) = P(x = 1) and P(x = 5) = P(x = 0).\r \n" ); document.write( "\n" ); document.write( "Therefore, without doing any calculations, we can say that P(x >= 3) and P(x <= 2) are both equal, and they are equal to 1/2. \n" ); document.write( " |