Question

In: Mechanical Engineering

Measurements of a number of fittings show that the pitch diameter of the thread is normally

Measurements of a number of fittings show that the pitch diameter of the thread is normally distributed with a mean of 8.007 mm and a standard deviation of 0.005 mm. The design specifications require that the pitch diameter be 8 ± 0.01 mm. Estimate the percentage of fittings that will be within tolerance.

Solutions

Expert Solution

Program plan:

• To write a matlab code to find the percentage of fittings that will be within tolerance.

 

Program:

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

%A matlab code is written to estimate the percentage of

%fittings that will be within tolerance.

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

%Declaration of mean

mu=8.007;

%Declaration of standard deviation

sigma=0.005;

%Computes the value

z1=(7.99-mu)/sigma;

%Computes the value

z2=(8.01-mu)/sigma;

%Computes the values of percentage of fittings that will be within tolerance

p=100*(1-erf(z1/sqrt(2))-1+erf(z2/sqrt(2)))/2;

%Displays text

disp('The percent of the fitting that will be within tolerance');

%Displays value

disp(p);

 

Output:

>> Untitled

The percent of the fitting that will be within tolerance

72.5410


The percent of the fitting that will be within tolerance

72.5410

Related Solutions

A single thread power screw is 36 mm in diameter with a pitch of 6 mm....
A single thread power screw is 36 mm in diameter with a pitch of 6 mm. A vertical load on the screw imposes a force of 9 kN. The coefficients of friction are 0.09 for the collar and 0.16 for the screw. The effective diameter of the collar is 52 mm. Find the overall efficiency and torque required to raise and lower this load.
If bolt thread length is normally distributed, what is the probability that the thread length of...
If bolt thread length is normally distributed, what is the probability that the thread length of a randomly selected bolt is (a) Within 1.3 SDs of its mean value? (b) Farther than 1.5 SDs from its mean value? (c) Between 1 and 2 SDs from its mean value? You may need to use the appropriate table in the Appendix of Tables to answer this question.
If bolt thread length is normally distributed, what is the probability that the thread length of...
If bolt thread length is normally distributed, what is the probability that the thread length of a randomly selected bolt is (a) Within 1.3 SDs of its mean value? (b) Farther than 2.1 SDs from its mean value? (c) Between 1 and 2 SDs from its mean value?
: For your selected gears, determine the following: center distance, pitch circle diameter, outer diameter (or...
: For your selected gears, determine the following: center distance, pitch circle diameter, outer diameter (or addendum diameter), dedendum diameter, base circle diameter, circular pitch, tooth thickness, addendum, dedendum, clearance, whole depth.
Researchers studying anthropometry collected body girth measurements and skeletal diameter measurements, as well as age, weight,...
Researchers studying anthropometry collected body girth measurements and skeletal diameter measurements, as well as age, weight, height and gender, for 507 physically active individuals. The histogram below shows the sample distribution of heights in centimeters. (a) What is the point estimate for the average height of active individuals? What about the median? (b) What is the point estimate for the standard deviation of the heights of active individuals? What about the IQR? (c) Is a person who is 1m 80cm...
The mean diameter of the square threaded screw having pitch of 10 mm is 50 mm....
The mean diameter of the square threaded screw having pitch of 10 mm is 50 mm. A load of 20 kN is lifted through a distance of 170 mm. Find the work done in lifting the load and the efficiency of the screw, when 1. The load rotates with the screw, and 2. The load rests on the loose head which does not rotate with the screw. The external and internal diameter of the bearing surface of the loose head...
5. The diameter of cookies are normally distributed with an average diameter of 3 inches and...
5. The diameter of cookies are normally distributed with an average diameter of 3 inches and a standard deviation of 0.5 inches. (a) Suppose a delicious sugar cookie is 4 inches in diameter. What is its z-score? (b) Calculate the probability that a cookie is less than 3.5 inches in diameter. (c) Would a 1.7 inch diameter be considered ”unusual”? Say Yes or No and provide a calculation to back your answer.
Why is three wire method preferred for measuring the effective diameter of thread over two wire...
Why is three wire method preferred for measuring the effective diameter of thread over two wire method? derive mathematical equation of with worth thread
In a system with threads, is there normally one stack per thread or one stack per...
In a system with threads, is there normally one stack per thread or one stack per process? Explain.
The built-in data “trees” provide the measurements of diameter (Girth), height and volume of trees. These...
The built-in data “trees” provide the measurements of diameter (Girth), height and volume of trees. These are in inches for Girth, feet for Height and cubic feet for Volume. We will focus on Girth and Height. Write a function convert() that converts the values into the metric system (meters). Your function should take as arguments the value to convert and the unit it was expressed in (inches or feet) (use the following: x inches = x*0.0254 meters, x feet =...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT