Answer:
45.3 MN
Explanation:
The forging force at the end of the stroke is given by
F = Y.π.r².[1 + (2μr/3h)]
The final height, h is given as h = 100/2
h = 50 mm
Next, we find the final radius by applying the volume constancy law
volumes before deformation = volumes after deformation
π * 75² * 2 * 100 = π * r² * 2 * 50
75² * 2 = r²
r² = 11250
r = √11250
r = 106 mm
E = In(100/50)
E = 0.69
From the graph flow, we find that Y = 1000 MPa, and thus, we apply the formula
F = Y.π.r².[1 + (2μr/3h)]
F = 1000 * 3.142 * 0.106² * [1 + (2 * 0.2 * 0.106/ 3 * 0.05)]
F = 35.3 * [1 + 0.2826]
F = 35.3 * 1.2826
F = 45.3 MN
Answer:
Explanation:
volume of 20.9 N
= 20.9 / 11.5 m³
= 1.8174 m³
In one hour 1.8174 m³ flows
in one second volume flowing = 1.8174 / 60 x 60
= 5 x 10⁻⁴ m³
Rate of volume flow = 5 x 10⁻⁴ m³ / s .
Answer:
For SGID you type this
$ find . -perm /4000
For SUID you type this
$ find . -perm /2000
Explanation:
Auxiliary file permissions, that are commonly referred to as “special permissions” in Linux are needed in order to easily find files which have SUID (Setuid) and SGID (Setgid) set.
After typing
$ find directory -perm /permissions
Then type the commands in the attachment below to obtain a list of these files with SGID and SUID.
Answer:
Explanation:adrive with visual acutity of 20/30 can just decipher asing adistance 20ft from asing determine the maximum destance from the sing which drivers with the flowing visual acuities will able to see the same sing 20/15 20/50
Answer:
Java is called portable because you can compile a java code which will spew out a byte-code, and then you run that code with Java Virtual Machine. Java Virtual Machine is like an interpreter, which reads the compiled byte-code and runs it. So first of all, you need to install the JVM on the system you want.
Explanation: