Answer:
Maximum shear stress is;
τ_max = 1427.12 psi
Explanation:
We are given;
Power = 2 HP = 2 × 746 Watts = 1492 W
Angular speed;ω = 450 rev/min = 450 × 2π/60 rad/s = 47.124 rad/s
Diameter;d = 1 in
We know that; power = shear stress × angular speed
So,
P = τω
τ = P/ω
τ = 1492/47.124
τ = 31.66 N.m
Converting this to lb.in, we have;
τ = 280.2146 lb.in
Maximum shear stress is given by the formula;
τ_max = (τ•d/2)/J
J is polar moment of inertia given by the formula; J = πd⁴/32
So,
τ_max = (τ•d/2)/(πd⁴/32)
This reduces to;
τ_max = (16τ)/(πd³)
Plugging in values;
τ_max = (16 × 280.2146)/((π×1³)
τ_max = 1427.12 psi
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.
Reflection helps designers to learn from their experiences, to integrate and co-ordinate different aspects of a design situation, to judge the progress of the design process, to evaluate interactions with the design context, and to plan suitable future design activities.
Answer:
Electrical faults are also caused due to human errors such as selecting improper rating of equipment or devices, forgetting metallic or electrical conducting parts after servicing or maintenance, switching the circuit while it is under servicing, etc.
Explanation:
Answer:
Explanation:
Run the code given in text file following instructions.