Answer:
Activation energy for creep in this temperature range is Q = 252.2 kJ/mol
Explanation:
To calculate the creep rate at a particular temperature
creep rate, 
Creep rate at 800⁰C, 

.........................(1)
Creep rate at 700⁰C


.................(2)
Divide equation (1) by equation (2)
![\frac{0.01}{5.5 * 10^{-4} } = \exp[\frac{-Q}{1073R} -\frac{-Q}{973R} ]\\18.182= \exp[\frac{-Q}{1073R} +\frac{Q}{973R} ]\\R = 8.314\\18.182= \exp[\frac{-Q}{1073*8.314} +\frac{Q}{973*8.314} ]\\18.182= \exp[0.0000115 Q]\\](https://tex.z-dn.net/?f=%5Cfrac%7B0.01%7D%7B5.5%20%2A%2010%5E%7B-4%7D%20%7D%20%3D%20%5Cexp%5B%5Cfrac%7B-Q%7D%7B1073R%7D%20-%5Cfrac%7B-Q%7D%7B973R%7D%20%5D%5C%5C18.182%3D%20%5Cexp%5B%5Cfrac%7B-Q%7D%7B1073R%7D%20%2B%5Cfrac%7BQ%7D%7B973R%7D%20%5D%5C%5CR%20%3D%208.314%5C%5C18.182%3D%20%5Cexp%5B%5Cfrac%7B-Q%7D%7B1073%2A8.314%7D%20%2B%5Cfrac%7BQ%7D%7B973%2A8.314%7D%20%5D%5C%5C18.182%3D%20%5Cexp%5B0.0000115%20Q%5D%5C%5C)
Take the natural log of both sides

Lo siento, no sé qué estás diciendo.
Answer:
Those products are generally called Work in Process WIP
Explanation:
Work in process (WIP), or work in progress (WIP), goods in process, or in-process inventory in a manufacturing industry/company refer to the company's partially finished goods waiting for completion and eventual sale or the value of these items.
These items are either just being produced or require further processing (like purification, separation, packaging or handling) in a queue or a buffer storage.
Answer:
The solution code is written in Python:
- def convertCSV(number_list):
- str_list = []
- for num in number_list:
- str_list.append(str(num))
-
- return ",".join(str_list)
- result = convertCSV([22,33,44])
- print(result)
Explanation:
Firstly, create a function "convertCSV" with one parameter "number_list". (Line 1)
Next, create an empty list and assign it to a new variable <em>str_list</em>. (Line 2)
Use for-loop to iterate through all the number in the <em>number_list</em>.(Line 4). Within the loop, each number is converted to a string using the Python built-in function <em>str() </em>and then use the list append method to add the string version of the number to <em>str_list</em>.
Use Python string<em> join() </em>method to join all the elements in the str_list as a single string. The "," is used as a separator between the elements (Line 7) . At the end return the string as an output.
We can test the function by calling the function and passing [22,33,34] as an argument and we shall see "22,33,44" is printed as an output. (Line 9 - 10)
Solution :
Given :
The number of blows is given as :
0 - 6 inch = 4 blows
6 - 12 inch = 6 blows
12 - 18 inch = 6 blows
The vertical effective stress 


Now,

corrected N - value of overburden
effective stress at level of test
0 - 6 inch, 
= 9.86
6 - 12 inch, 
= 14.8
12 - 18 inch, 
= 14.8

= 13.14
= 13