Answer:
coupling is in tension
Force = -244.81 N
Explanation:
Diameter of Hose ( D1 ) = 35 mm
Diameter of nozzle ( D2 ) = 25 mm
water gage pressure in hose = 510 kPa
stream leaving the nozzle is uniform
exit speed and pressure = 32 m/s and atmospheric
<u>Determine the force transmitted by the coupling between the nozzle and hose </u>
attached below is the remaining part of the detailed solution
Inlet velocity ( V1 ) = V2 ( D2/D1 )^2
= 32 ( 25 / 35 )^2
= 16.33 m/s
Answer:
Using python
num_boys = int(input("Enter number of boys :"))
num_girls = int(input("Enter number of girls :"))
budget = int(input("Enter the number of dollars spent per school year :"))
try:
dollarperstudent = budget/(num_boys+num_girls)
print("Dollar spent per student : "+str(dollarperstudent))#final result
except ZeroDivisionError:
print("unavailable")
Answer:
C
Explanation:
One of the disadvantages of solar cells is that electricity storage systems are not readily available. Excess energy generated by the solar panels are wasted except they are stored by solar batteries for later use. There are various systems for storing electricity from solar cells apart from solar batteries which is the common storage system. An example of another electricity storage system for solar cell is using the water electrolyzer to store solar energy which can be used to later generate hydroelectricity.
Advantages of a solar cell includes Renewable energy, Economy-friendly and environmental-friendly energy and good durability