Answer:
The outer diameter of the spacers that yields the most economical and safe design is 25.03 mm
Explanation:
For steel bolt
Stress = 210 MPa or 210 N/mm2
Pressure = Stress* Area
Pbolt = 210 N/mm2 * 16^2 *(pi)/4
Pbolt = 210 N/mm2 * 200.96 mm^2 = 42201.6 N
For Brass spacer
Pressure = 42201.6 N
Area of Brass spacer = Pressure/Stress
Area of Brass spacer = 42201.6 N/145 N/mm^2 = 291.044 mm^2
Area of Brass spacer = (pi) (d^2 - 16^2)/4 = 291.044 mm^2
d^2 - 16^2 = 291.044 mm^2* 4/(pi) = 370.758
d^2 = 370.758 + 16^2
d^2 = 626.758
d = 25.03 mm
The outer diameter of the spacers that yields the most economical and safe design is 25.03 mm
Using the knowledge of computational language in python it is possible to write a code that writes a list and defines the arrange.
<h3>Writing code in python:</h3>
<em>def isSorted(lyst):</em>
<em>if len(lyst) >= 0 and len(lyst) < 2:</em>
<em>return True</em>
<em>else:</em>
<em>for i in range(len(lyst)-1):</em>
<em>if lyst[i] > lyst[i+1]:</em>
<em>return False</em>
<em>return True</em>
<em>def main():</em>
<em>lyst = []</em>
<em>print(isSorted(lyst))</em>
<em>lyst = [1]</em>
<em>print(isSorted(lyst))</em>
<em>lyst = list(range(10))</em>
<em>print(isSorted(lyst))</em>
<em>lyst[9] = 3</em>
<em>print(isSorted(lyst))</em>
<em>main()</em>
See more about python at brainly.com/question/18502436
#SPJ1
Answer:
the rate of increase of radius is dR/dt = 0.804 m/hour = 80.4 cm/hour
Explanation:
the slick of oil can be modelled as a cylinder of radius R and thickness h, therefore the volume V is
V = πR² * h
thus
h = V / (πR²)
Considering that the volume of the slick remains constant, the rate of change of radius will be
dh/dt = V d[1/(πR²)]/dt
dh/dt = (V/π) (-2)/R³ *dR/dt
therefore
dR/dt = (-dh/dt)* (R³/2) * (π/V)
where dR/dt = rate of increase of the radius , (-dh/dt)= rate of decrease of thickness
when the radius is R=8 m , dR/dt is
dR/dt = (-dh/dt)* (R³/2) * (π/V) = 0.1 cm/hour *(8m)³/2 * π/1m³ *(1m/100 cm)= 0.804 m/hour = 80.4 cm/hour
Answer:
The level of the service is loss and the density is 34.2248 pc/mi/ln
Explanation:
the solution is attached in the Word file