document.write( "Question 455178: You and your 50 coworkers decide to play a game that consists of flipping a coin once for each coworker. if the flip of the coin for the particular coworker results in head, you will have to pay them $1. If it results in a tail, neither party has to pay anything.
\n" ); document.write( "Assume that the coin you are using is a fair coin (i.e. the probability of getting a head or a tail is equal to 0.5)
\n" ); document.write( "the probability that you will not have to pay more than $18, but less than $30\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #312525 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
You and your 50 coworkers decide to play a game that consists of flipping a coin once for each coworker.
\n" ); document.write( "if the flip of the coin for the particular coworker results in head, you will have to pay them $1.
\n" ); document.write( "If it results in a tail, neither party has to pay anything.
\n" ); document.write( "------------------
\n" ); document.write( "Assume that the coin you are using is a fair coin (i.e. the probability of getting a head or a tail is equal to 0.5)
\n" ); document.write( "the probability that you will not have to pay more than $18, but less than $30
\n" ); document.write( "---------------------
\n" ); document.write( "Binomial problem with n = 50 and p = 1/2
\n" ); document.write( "P(19<= x <=30) = binomcdf(50,0.5,30)-binomcdf(50,0.5,18)
\n" ); document.write( "= 0.9081
\n" ); document.write( "==============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "==============
\n" ); document.write( "
\n" ); document.write( "
\n" );