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: i can see if i can what is the problem
Explanation:
Answer:
Contaminated sharps should not be bent, recapped or removed.
Explanation:
Contaminated sharps are defined as "any contaminated object that can penetrate the skin including, but not limited to, needles, scalpels, broken glass, broken capillary tubes and exposed ends of dental wires".
Answer:
Heat transfer rate(Q)= 1.197kW
Power output(W)=68.803kW
Answer:
While calculating the stresses in a body since we we assume a constant distribution of stress across a cross section if the body is loaded along the centroid of the cross section , this assumption of uniformity is assumed only on the basis of Saint Venant's Principle.
Saint venant principle states that the non uniformity in the stress at the point of application of load is only significant at small distances below the load and depths greater than the width of the loaded material this non uniformity is negligible and hence a uniform stress distribution is a reasonable and correct assumption while solving the body for stresses thus greatly simplifying the analysis.