Which of these expressions entered into a graphing calculator will return the probability that 450 or fewer heads come up when flipping a coin 500 times? A. binomcdf( 450, 0.5, 500) B. binomcdf( 500, 0.5, 450) C. binomcdf( 450, 500, 0.5) D. binomcdf( 500, 450, 0.5)
we want P ( X <= 450) , and this will use a binomial cdf the parameters of a binomcdf is binomcdf( total trials, probability, up to some number)
oh ok so it would be binomcdf( 500, 0.5, 450) so the end result would be 450?
the end result will be a decimal
oh why?
probability is always a decimal between 0 and 1
and cumulative probability is at most 1
the cumulative result is .99999999...
ohhh ok so its d then because its the total trials with the probability last gotcha, thanks!
no its b )
oh i thought you said the end result would be a decimal
Join our real-time social learning platform and learn together with your friends!