Answer:
solution in the picture attached
Explanation:
Answer:
The answer is "
"
Explanation:
Please find the complete question in the attached file.
Its change in temperature in pipes depends on rate heads and loss in pipes owing to pipe flow, contractual loss, etc.
The temperature change thus relies on V1 v2 p d D L.
def calculate_pay(total_worked_hours, rate_per_hour):
if total_hours_worked > 40:
# anything over 40 hours earns the overtime rate
overtimeRate = 2 * rate
_per_hour
return (40 * rate_per_hour) + ((total_worked_hours - 40) * overtimeRate
else:
# if you didn't work over 40 hours, there is no overtime
overtime = 0
return total_worked_hours * rate_per_hour
Explanation:
- First we create the calculate_pay function which will takes 2 parameters.
- Secondly ,inside the function we check if the total_worked_hours is greater than 40 and then return the pay by calculating with the help of formula for work over 40 hours.
- If the total work hour is less than 40 then we return the pay by multiplying the total_worked_hours with rate_per_hour.
An example to describe how it can lead to environment pollution is littering into the oceans , that’s one example how it can help lead to environment pollution , Hope this helps !
Answer:
a) 
b) The flow would be going from section (b) to section (a)
Explanation:
1) Notation


For above conversions we use the conversion factor


head loss from section
2) Formulas and definitions
For this case we can apply the Bernoulli equation between the sections given (a) and (b). Is important to remember that this equation allows en energy balance since represent the sum of all the energies in a fluid, and this sum need to be constant at any point selected.
The formula is given by:

Since we have a constant section on the piple we have the same area and flow, then the velocities at point (a) and (b) would be the same, and we have just this expression:

3)Part a
And on this case we have all the values in order to replace and solve for 


4)Part b
Analyzing the value obtained for
is a negative value, so on this case this means that the flow would be going from section (b) to section (a).