Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
GH GH is offline
external usenet poster
 
Posts: 11
Default How to Manipulate formula for Binomial Distribution

How can I change binomial distribution formula to do:

successes of at least 2 (this equates to 1 - f(0) - (f1)
number of trials 6
probability of both f((0) and f(1) individually equal .23
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 837
Default How to Manipulate formula for Binomial Distribution

You have not specified the binomial p, but I will guess that p=0.4 from your
ambiguously worded "probability of both f(0) and f(1) individually equal 0.23"
=1-BINOMDIST(1,6,0.4,TRUE)
returns 0.76672.

Jerry

"GH" wrote:

How can I change binomial distribution formula to do:

successes of at least 2 (this equates to 1 - f(0) - (f1)
number of trials 6
probability of both f((0) and f(1) individually equal .23

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
GH GH is offline
external usenet poster
 
Posts: 11
Default How to Manipulate formula for Binomial Distribution

Thanks Jerry for your response. The problem I am trying to solve reads "In a
sample of 6 International travelers, what is the probability that AT LEAST 2
will remain with the tour group?" The binomial dist formula computes exact
probability not the "AT LEAST 2" which requires the formula be adjusted to
this.
This is what I am trying to determine. HELP
GH

"Jerry W. Lewis" wrote:

You have not specified the binomial p, but I will guess that p=0.4 from your
ambiguously worded "probability of both f(0) and f(1) individually equal 0.23"
=1-BINOMDIST(1,6,0.4,TRUE)
returns 0.76672.

Jerry

"GH" wrote:

How can I change binomial distribution formula to do:

successes of at least 2 (this equates to 1 - f(0) - (f1)
number of trials 6
probability of both f((0) and f(1) individually equal .23

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 837
Default How to Manipulate formula for Binomial Distribution

Yes, that is what you asked and I answered the first time. See Help for
BINOMDIST, paying particular attention to the final argument, to understand
the solution.

Jerry

"GH" wrote:

Thanks Jerry for your response. The problem I am trying to solve reads "In a
sample of 6 International travelers, what is the probability that AT LEAST 2
will remain with the tour group?" The binomial dist formula computes exact
probability not the "AT LEAST 2" which requires the formula be adjusted to
this.
This is what I am trying to determine. HELP
GH

"Jerry W. Lewis" wrote:

You have not specified the binomial p, but I will guess that p=0.4 from your
ambiguously worded "probability of both f(0) and f(1) individually equal 0.23"
=1-BINOMDIST(1,6,0.4,TRUE)
returns 0.76672.

Jerry

"GH" wrote:

How can I change binomial distribution formula to do:

successes of at least 2 (this equates to 1 - f(0) - (f1)
number of trials 6
probability of both f((0) and f(1) individually equal .23

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 03:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"