Answer:
An equipment maintenance log is a document that records activities that have been performed on an asset. It takes at least a handful of key equipment to keep a plant operational. It is unimaginable how much time and effort goes into maintenance activities for each asset annually.
Answer:
- n = 10;
- f = n;
-
- while(n > 1)
- n = n - 1;
- f = f * n;
- end
-
- disp(f);
Explanation:
The solution code is written in Matlab.
Firstly, we initialize n to 10 and set n to f variable (Line 1-2).
Next, create a while loop that will continue to loop until n is equal or smaller than one. In the loop, decrement n by one and multiply n with current f_variable.
At last display value of f. The output is 3628800.
Answer:
the thermal efficiency of the combined cycle is =91.7%
Explanation:
to determine the combine thermal efficiency of the systems, we add all efficiency of the system since they are give and we hake the average,
mathematically we say
Answer:
Degree of crystallinity affects polymer properties as increasing in crystallinity means higher the thermal stability and harder the material. Basically, crystallinity strongly affects polymer properties as it defines the degree of long range order in a material. Crystallinity is also determined by the size as well as molecular chain orientation.
Answer:
Explanation:
Two previously undeformed cylindrical specimens of an alloy are to be strain hardened by reducing their cross-sectional areas (while maintaining their circular cross sections). For one specimen, the initial and deformed radii are 15 mm and 12 mm, respectively. The second specimen, with an initial radius of 11 mm, must have the same deformed hardness as the first specimen.Compute the second specimen's radius after deformation.
The percentage of cold work to be done to deform the two cylindrical is calculated

we input the values

We can now calculate the deformed radius of the second specimen for the same deformation
