Answer:
T = 5416.67 N
T = -2083.5 N
T = 0
Explanation:
Forward thrust has positive values and reverse thrust has negative values.
part a
Flight speed u = ( 150 km / h ) / 3.6 = 41.67 km / s
The thrust force represents the horizontal or x-component of momentum equation:

Answer: The thrust force T = 5416.67 N
part b
Now the exhaust velocity is now vertical due to reverse thrust application, then it has a zero horizontal component, thus thrust equation is:

Answer: The thrust force T = -2083.5 N reverse direction
part c
Now the exhaust velocity and flight velocity is zero, then it has a zero horizontal component, thus thrust is also zero as there is no difference in two velocities in x direction.
Answer: T = 0 N
Answer:
The availability of system will be 0.9
Explanation:
We have given mean time of failure = 900 hours
Mean time [to repair = 100 hour
We have to find availability of system
Availability of system is given by 
So availability of system 
So the availability of system will be 0.9
Answer and Explanation:
The crack formation growth that takes place in an environment corrosive.
Stress corrosion cracks can be defined as the spontaneous failures of the metal alloy as a result of the combined action of corrosion and high tensile stress.
Some of the characteristic features of stress corrosion cracks are:
- These occur at high temperatures.
- Occurrence of failures in metals mechanically.
- Occurrence of sudden and unexpected failures under tensile stress.
- The rate of work hardening of the metal alloy is high.
- Time
- An environment that is specific for stress corrosion cracking.
Answer:
The correct option is;
B) Metamorphic Rocks
Explanation:
Zoisite, which is also referred to saualpite, is a metamorphic rock which is a hydroxy sorosilicate mineral formed from other types of rocks such as sedimentary, metamorphic and ingenious rocks in the process of their metamorphism under the presence high temperatures and pressures and mineral fluids which are hot
Zoiste is named after Sigmund Zois by Abraham Gottlob Werner in 1805 when Sigmund Zois sent Abraham Gottlob Werner the mineral specimen from Saualpe in 1805
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.