Exponential distribution word problem

AI Thread Summary
The discussion revolves around a survey by the Information Systems Audit and Control Association on office workers' holiday shopping habits using office computers, modeled by an exponential distribution. The probability that a worker spends 5 hours or less on holiday shopping is 0.53, leading to a need to determine the mean time spent, which is estimated to be around 6.2 hours. With the mean established, participants seek to calculate the probability of workers spending more than 10 hours on holiday shopping and the probability of spending between 4 and 8 hours. The exponential distribution formula is provided, emphasizing the relationship between the mean and the probability calculations. Understanding the mean is crucial for solving the subsequent parts of the problem.
salma17
Messages
49
Reaction score
0
The Information Systems Audit and Control Association surveyed office workers to learn about the anticipated usage of office computers for holiday shopping. Assume that the number of hours a worker spends doing holiday shopping on an office computer follows an exponential distribution.

a) The study reported that there is a .53 probability that a worker uses the office computer for holiday shopping 5 hours or less. Is the mean time spent using an office computer for holiday shopping closest to 5.8,6.2,6.6, or 7 hours?

b) Using the mean time from part a), what's the probability that a worker uses the office computer for holiday shopping more than 10 hours?

c) What is the probability that a worker uses the office computer fr holiday shopping between 4 and 8 hours?

I just don't know how to calculate the mean. Once i get that I'll be able to do parts b) and c). Any help with part a) will be very helpful.thanks!
 
Physics news on Phys.org
Do you know the general form of the exponential distribution?
 
f(x)= 1/a (e)^ -x/a
where a is the mean?
 
Good. In terms of time, you may prefer: $$p(t)=\frac{1}{\tau}e^{t/\tau}$$... where ##\tau## is the mean.

Can you turn that into an expression for the probability that the time is less than some specified value T : $$p(t<T)=\cdots$$
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top