#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Probability

I am working on a question for a statistics class. We are supposed to find
Excel program to answer the following question.

The probability that a worker is absent from work more than 2 times a year
is 0.4. There are 200 workers in the sample. What is the probability that
more than 7 workers will be absent more than 2 times per year. The answer is
..741044. Can anyone help me find the function that will perform this
operation?
--
Dennis
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default Probability

Are you sure that it didn't ask for the probability of more than *75*,
rather than more than 7?
--
David Biddulph

"Dennis" wrote in message
...
I am working on a question for a statistics class. We are supposed to find
Excel program to answer the following question.

The probability that a worker is absent from work more than 2 times a year
is 0.4. There are 200 workers in the sample. What is the probability that
more than 7 workers will be absent more than 2 times per year. The answer
is
.741044. Can anyone help me find the function that will perform this
operation?
--
Dennis



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Probability

You are right, it is 75.
--
Dennis


"David Biddulph" wrote:

Are you sure that it didn't ask for the probability of more than *75*,
rather than more than 7?
--
David Biddulph

"Dennis" wrote in message
...
I am working on a question for a statistics class. We are supposed to find
Excel program to answer the following question.

The probability that a worker is absent from work more than 2 times a year
is 0.4. There are 200 workers in the sample. What is the probability that
more than 7 workers will be absent more than 2 times per year. The answer
is
.741044. Can anyone help me find the function that will perform this
operation?
--
Dennis




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Probability

Dennis,

I believe the way to solve the problem is to calculate 1 - (probability that
7 or fewer people miss 2 days of work) = 1 - P(7 people miss 2 days of work)
- P(6 people miss 2 days of work) - P(5 people miss 2 days of work) ... - P(0
people miss 2 days of work).

This can likely all be calculated using the binomial function in excel...
BINOMDIST



"Dennis" wrote:

I am working on a question for a statistics class. We are supposed to find
Excel program to answer the following question.

The probability that a worker is absent from work more than 2 times a year
is 0.4. There are 200 workers in the sample. What is the probability that
more than 7 workers will be absent more than 2 times per year. The answer is
.741044. Can anyone help me find the function that will perform this
operation?
--
Dennis

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default Probability

Good! It's always comforting if given the answer you can work out what the
question is.

I wondered whether your lecturer may have hoped that you use something like
the Central Limit Theorem approximation to the Binomial Distribution (if
you've covered that in your syllabus), but that doesn't come to quite the
answer you gave. You can let Excel do it the crude number-crunching way,
and work out the probability that the number absent is zero, then the
probability for 1, then for 2, etc. You can add up the probabilities for N
= 0 to 200 and confirm that you've got your formula right by seeing that
these add up to 1. You can add up p(N) for N = 0 to 75, and that will give
the probability that the number is 75 or fewer; subtract that from 1 and
you've got the number you're after.

If you want, you can let Excel plot the crude number crunching value for the
cumulative distribution and also plot the Central Limit Theorem
approximation.
--
David Biddulph

"Dennis" wrote in message
...
You are right, it is 75.
--
Dennis


"David Biddulph" wrote:

Are you sure that it didn't ask for the probability of more than *75*,
rather than more than 7?
--
David Biddulph

"Dennis" wrote in message
...
I am working on a question for a statistics class. We are supposed to
find
Excel program to answer the following question.

The probability that a worker is absent from work more than 2 times a
year
is 0.4. There are 200 workers in the sample. What is the probability
that
more than 7 workers will be absent more than 2 times per year. The
answer
is
.741044. Can anyone help me find the function that will perform this
operation?
--
Dennis








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Probability

=1-BINOMDIST(75,200,0.4,TRUE)

"Dennis" wrote:

I am working on a question for a statistics class. We are supposed to find
Excel program to answer the following question.

The probability that a worker is absent from work more than 2 times a year
is 0.4. There are 200 workers in the sample. What is the probability that
more than 7 workers will be absent more than 2 times per year. The answer is
.741044. Can anyone help me find the function that will perform this
operation?
--
Dennis

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Probability

Thanks Martin!!!!
--
Dennis


"Martin P" wrote:

=1-BINOMDIST(75,200,0.4,TRUE)

"Dennis" wrote:

I am working on a question for a statistics class. We are supposed to find
Excel program to answer the following question.

The probability that a worker is absent from work more than 2 times a year
is 0.4. There are 200 workers in the sample. What is the probability that
more than 7 workers will be absent more than 2 times per year. The answer is
.741044. Can anyone help me find the function that will perform this
operation?
--
Dennis

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
probability density function Ariel Excel Worksheet Functions 9 October 26th 06 06:47 PM
Column picked randomly with probability relative to number of entr Neil Goldwasser Excel Worksheet Functions 4 May 30th 06 08:55 AM
XY labels in probability chart nsv Charts and Charting in Excel 0 March 27th 06 01:42 PM
Selecting at random with weighted probability Damage Excel Worksheet Functions 2 January 31st 05 11:06 PM
How do I graph normal probability distributions in excel? erika_323 Excel Worksheet Functions 1 January 23rd 05 03:22 PM


All times are GMT +1. The time now is 05:38 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"