document.write( "Question 371919: What is the probability that the number of heads will be less than or equal to 1200 out of 2500 tosses?
\n" );
document.write( "P{H<= 1200 when you toss a coin 2500 times}
\n" );
document.write( "define X_k ={5 if H; 10 if H <---- should be on next line in braket \r
\n" );
document.write( "\n" );
document.write( " I asked this question before but only got the end reslut, which I already have. I was wondering ig someone could please help me work this out step by step so that I can better understand it. \n" );
document.write( "
Algebra.Com's Answer #264927 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the probability that the number of heads will be less than or equal to 1200 out of 2500 tosses? \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 2500 ; p = 1/2 \n" ); document.write( "--- \n" ); document.write( "Using a TI-84 I get: \n" ); document.write( "P(x <= 1200) = binomcdf(2500,0.5,1200) = 0.0238 \n" ); document.write( "--------------------------- \n" ); document.write( " \n" ); document.write( "define X_k ={5 if H; 10 if H <---- should be on next line in braket \n" ); document.write( "Comment: That does not make any sense. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |