Answer:
The smaller gear will rotate faster.
Explanation:
If a larger gear is driven by a smaller gear, the large gear will rotate slower than the smaller gear but will have a greater moment. For example, a low gear on a bike or car. If a smaller gear is driven by a larger gear, the smaller gear will rotate quicker than the larger gear but will have a smaller moment.
I hope this helps! :)
Answer:
5.833
Explanation:
Coefficient of Perfomance (COP) is the ratio of refrigeration effect to power input.
where RE is refrigeration effect and P is power input
Here, the power input is given as 30 kW
We also know that 1 ton cooling is equivalent to 3.5 kW hence for 50 tons, RE=50*3.5=175 kW
Now the 
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.