SOLUTION: Assume that the time a computer technician spends responding to a ticket item is normally distributed with a mean of 37 minutes and a standard deviation of 5 minutes. Assume that a

Algebra.Com
Question 1020638: Assume that the time a computer technician spends responding to a ticket item is normally distributed with a mean of 37 minutes and a standard deviation of 5 minutes. Assume that an outstanding ticket item is chosen at random.
A.Calculate the probability that the response time will be between 30 and 40 minutes.
B.Calculate the probability that the response time will be more than 45 minutes.
C.Calculate the probability that the response time will be less than 32 minutes.
D.Calculate the probability that the response time will be between 40 and 45 minutes.

Answer by ewatrrr(24785)   (Show Source): You can put this solution on YOUR website!
NORMAL Distribution: mean of 37 minutes and a standard deviation of 5 minutes
Using TI Calculator
A.Calculate the probability that the response time will be between 30 and 40 minutes.
The syntax is normalcdf(smaller, larger, µ, σ). P = normalcdf(30,40,37,5)
B.Calculate the probability that the response time will be more than 45 minutes.
P = normalcdf(45,9999,37,5) 9999 a placeholder for the larger value to be at least 5 standard deviations from the mean.
C.Calculate the probability that the response time will be less than 32 minutes. P = normalcdf(-9999,32,37,5)
D.Calculate the probability that the response time will be between 40 and 45 minutes.
P = normalcdf(40,45,37,5)

RELATED QUESTIONS

the time takes a technician to fix a computer problem is exponentially distributed with a (answered by reviewermath)
A gym knows that each member, on average, spends 70 minutes at the gym per week, with a... (answered by VFBundy)
A gym knows that each member, on average, spends 50 minutes at the gym per week, with a... (answered by Boreal)
It takes on average, 70 minutes with a standard deviation of 10 minutes to assemble a... (answered by ikleyn)
In a large U.S. city a study was conducted to determine the typical commute time from... (answered by stanbon)
1. A supermarket manager has determined that the amount of time customers spend in the... (answered by tommyt3rd)
The number of minutes per week that students spend surfing the internet is normally... (answered by swincher4391)
A set of data items is normally distributed with a mean of 400 and a standard deviation... (answered by stanbon)
A set of data is normally distributed with a mean of 60. Covert the data item to a... (answered by jim_thompson5910)