Answer: b. To avoid having distractions
Trust me it’s definitely option b
Answer:
7.9 kilometers per second
Explanation:
Answer:
a)
, b) 
Explanation:
a) The counterflow heat exchanger is presented in the attachment. Given that cold water is an uncompressible fluid, specific heat does not vary significantly with changes on temperature. Let assume that cold water has the following specific heat:

The effectiveness of the counterflow heat exchanger as a function of the capacity ratio and NTU is:

The capacity ratio is:



Heat exchangers with NTU greater than 3 have enormous heat transfer surfaces and are not justified economically. Let consider that
. The efectiveness of the heat exchanger is:


The real heat transfer rate is:




The exit temperature of the hot fluid is:




The log mean temperature difference is determined herein:



The heat transfer surface area is:



Length of a single pass counter flow heat exchanger is:



b) Given that tube wall is very thin, inner and outer heat transfer areas are similar and, consequently, the cold side heat transfer coefficient is approximately equal to the hot side heat transfer coefficient.

Answer:
(a) the velocity ratio of the machine (V.R) = 1
(b) The mechanical advantage of the machine (M.A) = 0.833
(c) The efficiency of the machine (E) = 83.3 %
Explanation:
Given;
load lifted by the pulley, L = 400 N
effort applied in lifting the, E = 480 N
distance moved by the effort, d = 5 m
(a) the velocity ratio of the machine (V.R);
since the effort applied moved downwards through a distance of d, the load will also move upwards through an equal distance 'd'.
V.R = distance moved by effort / distance moved by the load
V.R = 5/5 = 1
(b) The mechanical advantage of the machine (M.A);
M.A = L/E
M.A = 400 / 480
M.A = 0.833
(c) The efficiency of the machine (E);

Answer:
Number1 = input("Choose a number: )
Number2 = input("Choose a second number: )
if number1 > number2:
print(number2\nnumber1)
else:
print(number1\nnumber2)
Explanation:
I'm assuming that you want it in python.