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:
The angle of twist can be computed using the material’s shear modulus if and only if the shear stress is still in the elastic region
Explanation:
The shear modulus (G) is the ratio of shear stress to shear strain. Like the modulus of elasticity, the shear modulus is governed by Hooke’s Law: the relationship between shear stress and shear strain is proportional up to the proportional limit of the material. The angle of twist can be computed using the material’s shear modulus if and only if the shear stress is still in the elastic region.
extension lines,sketches,leader lines,dimensions describes all illustrations created by freehand.
Answer:
elongation of the brass rod is 0.01956 mm
Explanation:
given data
length = 5 cm = 50 mm
diameter = 4.50 mm
Young's modulus = 98.0 GPa
load = 610 N
to find out
what will be the elongation of the brass rod in mm
solution
we know here change in length formula that is express as
δ =
................1
here δ is change in length and P is applied load and A id cross section area and E is Young's modulus and L is length
so all value in equation 1
δ =
δ =
δ = 0.01956 mm
so elongation of the brass rod is 0.01956 mm