Question

In: Mechanical Engineering

Data from service records show that the time to repair a certain machine is normally distributed with a mean of 65 min

Data from service records show that the time to repair a certain machine is normally distributed with a mean of 65 min and a standard deviation of 5 min. Estimate how often it will take more than 75 min to repair a machine.

Solutions

Expert Solution

Program plan:

• To write a matlab code to find the percent of times the service time is more than 75 min to service the machine.

Program:

%**********************************************************

%A matlab code is written to estimate how often it will

%take more than 75 min to repair the machine.

%**********************************************************

%Declaration of mean

mu=65;

%Declaration of standard deviation

sigma=5;

%Computes the value

z=(75-mu)/sigma;

%Computes the value of percent of time taken for the task to be completed

%after 75 min

p=100*((1-erf(z/sqrt(2)))/2);

%Displays text

disp(\'Percent\');

%Displays value

disp(p);

 

Output:

>> Untitled

Percent

          2.2750


Program plan:

• To write a matlab code to find the percent of times the service time is more than 75 min to service the machine.

Related Solutions

1)The diameters of bolts produced by a certain machine are normally distributed with a mean of...
1)The diameters of bolts produced by a certain machine are normally distributed with a mean of 0.30 inches and a standard deviation of 0.01 inches. What is the probability of selecting a bolt at random that has a diameter larger than 0.328 inches? 2) The diameters of pencils produced by a certain machine are normally distributed with a mean of 0.30 inches and a standard deviation of 0.01 inches. What is the probability that the diameter of a randomly selected...
The length of time needed to complete a certain test is normally distributed with mean 77...
The length of time needed to complete a certain test is normally distributed with mean 77 minutes and standard deviation 11 minutes. Find the probability that it will take between 74 and 80 minutes to complete the test.
6. The heights of women are normally distributed with a mean of 65 in. and a...
6. The heights of women are normally distributed with a mean of 65 in. and a standard deviation of 2.5 in. The heights of men are normally distributed with a mean of 70 in. and a standard deviation of 3.0 in. Relative to their peers, who would be considered taller: A 68 in. woman or a 74 in. man? 7. The lengths of adult blue whales are normally distributed with a mean of 30 meters and a standard deviation of...
Based on data from a college, scores on a certain test are normally distributed with a...
Based on data from a college, scores on a certain test are normally distributed with a mean of 1530 and a standard deviation of 318. Find the percentage of scores greater than 2007, Find the percentage of scores less than 1053, Find the percentage of scores between 894-2166. Table Full data set    Standard Scores and Percentiles for a Normal Distribution ​(cumulative values from the​ left) Standard score ​% Standard score ​% minus−3.0 0.13 0.1 53.98 minus−2.5 0.62 0.5 69.15...
Based on data from a​ college, scores on a certain test are normally distributed with a...
Based on data from a​ college, scores on a certain test are normally distributed with a mean of 1532 1532 and a standard deviation of 316 316. LOADING... Click the icon to view the table with standard scores and percentiles for a normal distribution. a. Find the percentage of scores greater than 1848 1848. nothing ​% ​ (Round to two decimal places as​ needed.) b. Find the percentage of scores less than 900 900. nothing ​% ​ (Round to two...
Based on data from a​ college, scores on a certain test are normally distributed with a...
Based on data from a​ college, scores on a certain test are normally distributed with a mean of 1518 and a standard deviation of 324. Standard score   Percent -3.0   0.13 -2.5   0.62 -2   2.28 -1.5   6.68 -1   15.87 -0.9   18.41 -0.5   30.85 -0.1   46.02 0   50.00 0.10   53.98 0.5   69.15 0.9   81.59 1   84.13 1.5   93.32 2   97.72 2.5   99.38 3   99.87 3.5   99.98 Find the percentage of scores greater than 2166 Find the percentage of scores less than 1194...
The weights of the fish in a certain lake are normally distributed with a mean of...
The weights of the fish in a certain lake are normally distributed with a mean of 20 lb and a standard deviation of 9. If 9 fish are randomly selected, what is the probability that the mean weight will be between 17.6 and 23.6 lb? Write your answer as a decimal rounded to 4 places.
The weights of the fish in a certain lake are normally distributed with a mean of...
The weights of the fish in a certain lake are normally distributed with a mean of 9.4 lb and a standard deviation of 2.3. If 42 fish are randomly selected, what is the probability that the mean weight will be more than 9.7 lb?
The weights of the fish in a certain lake are normally distributed with a mean of...
The weights of the fish in a certain lake are normally distributed with a mean of 13 pounds and a standard deviation of 6. If a sample of 9 fish are randomly selected, what is the probability that the mean weight will be between 10.2 and 16.6 pounds?
The weights of the fish in a certain lake are normally distributed with a mean of...
The weights of the fish in a certain lake are normally distributed with a mean of 9.9 lb and a standard deviation of 2.1. If 75 fish are randomly selected, what is the probability that the mean weight will be between 7.7 and 10.4 lb?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT