Answer:
8 mm
Explanation:
Given:
Diameter, D = 800 mm
Pressure, P = 2 N/mm²
Permissible tensile stress, σ = 100 N/mm²
Now,
for the pipes, we have the relation as:
where, t is the thickness
on substituting the respective values, we get
or
t = 8 mm
Hence, the minimum thickness of pipe is 8 mm
Answer:
- using System;
- public class Program
- {
- public static void Main()
- {
- Console.WriteLine("Enter number of students: ");
- int num = Convert.ToInt32(Console.ReadLine());
- string [] firstName = new string[num];
- string [] lastName = new string[num];
-
- for(int i=0 ; i < num; i++){
- Console.WriteLine("Enter first name: ");
- firstName[i] = Console.ReadLine();
-
- Console.WriteLine("Enter last name: ");
- lastName[i] = Console.ReadLine();
- }
-
- for(int j=0; j < num; j++){
- Console.WriteLine(lastName[j] + "," + firstName[j]);
- }
- }
- }
Explanation:
Firstly, prompt user to enter number of student to be stored (Line 6- 7). Next, create two array, firstName and lastName with num size (Line 8-9).
Create a for-loop to repeat for num times and prompt user to enter first name and last name and then store them in the firstName and lastName array, respectively (Line 11 - 17).
Create another for loop to traverse through the lastName and firstName array and display the last name and first name by following the format given in the question (Line 19 - 21).
Answer:
It would take approximately 305 s to go to 99% completion
Explanation:
Given that:
y = 50% = 0.5
n = 1.7
t = 100 s
We need to first find the parameter k from the equation below.

taking the natural logarithm of both sides:

Substituting values:

Also
![t^n=-\frac{ln(1-y)}{k}\\t=\sqrt[n]{-\frac{ln(1-y)}{k}}](https://tex.z-dn.net/?f=t%5En%3D-%5Cfrac%7Bln%281-y%29%7D%7Bk%7D%5C%5Ct%3D%5Csqrt%5Bn%5D%7B-%5Cfrac%7Bln%281-y%29%7D%7Bk%7D%7D)
Substituting values and y = 99% = 0.99
![t=\sqrt[n]{-\frac{ln(1-y)}{k}}=\sqrt[1.7]{-\frac{ln(1-0.99)}{2.76*10^{-4}}}=304.6s](https://tex.z-dn.net/?f=t%3D%5Csqrt%5Bn%5D%7B-%5Cfrac%7Bln%281-y%29%7D%7Bk%7D%7D%3D%5Csqrt%5B1.7%5D%7B-%5Cfrac%7Bln%281-0.99%29%7D%7B2.76%2A10%5E%7B-4%7D%7D%7D%3D304.6s)
∴ t ≅ 305 s
It would take approximately 305 s to go to 99% completion
Answer:
Kinetic energy can be used to develop electric energy which can be used as electricity.
Explanation:
The kinetic energy can be harnessed; much like some hydro power technologies harness water movement. A way to convert this kinetic energy into electric energy is through piezoelectric. By applying a mechanical stress to a piezoelectric crystal or material an electric current will be created and can be harvested.
Kinetic energy is also generated by the human body when it is in motion. Studies have also been done using kinetic energy and then converting it to other types of energy, which is then used to power everything from flashlights to radios and more.
Answer:
atomic radius R = 0.157 nm
metal atomic weight = 72.27 g/mol
Explanation:
given data
parameters a = 0.413 nm
parameters b = 0.665 nm
parameters c = 0.876 nm
atomic packing factor = 0.536
density = 3.99 g/cm³
to find out
atomic radius and atomic weight
solution
we apply here atomic packing factor (x) that is
atomic packing factor (x) =
..................1
put here value we get
atomic packing factor =
R = 
R = 
atomic radius R = 0.157 nm
and
now we get here metal atomic weight that is
metal atomic weight =
....................2
metal atomic weight =
metal atomic weight = 72.27 g/mol