The answer would be letter A
Answer:
infinite
Explanation:
The tangent of the angle the arm makes with the vertical will be the ratio of the centripetal acceleration to the acceleration due to gravity on the center of mass of the arm. The angle can only be 90° (fully-open arms) if that ratio is infinite.
The speed must be infinite for the arms to be fully open.
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:
Explanation:if you stretch the hose more tightly the speed of the pulse will reduce..