Answer:
sum2 = 0
counter = 0
lst = [65, 78, 21, 33]
while counter < len(lst):
sum2 = sum2 + lst[counter]
counter += 1
Explanation:
The counter variable is initialized to control the while loop and access the numbers in <em>lst</em>
While there are numbers in the <em>lst</em>, loop through <em>lst</em>
Add the numbers in <em>lst</em> to the sum2
Increment <em>counter</em> by 1 after each iteration
Answer:
thickness1=1.4m
thickness2=2.2m
convection coefficient=0.33W/m^2K
Explanation:
you must use this equation to calculate the thickness:
L=K(T2-T1)/Q
L=thickness
T=temperature
Q=heat
L1=0.04*(0--350)/10=1.4m
L2=0.1(220-0)/10=2.2m
Then use this equation to calculate the convective coefficient
H=Q/(T2-T1)
H=10/(250-220)=0.33W/m^2K
Answer:
warning signs
Explanation:
give directions on your surroundings
Answer:
3.03 INCHES
Explanation:
According to ASTM D198 ;
Modulus of rupture = ( M / I ) * y ----- ( 1 )
M ( bending moment ) = R * length of span / 2
= (120 * 10^3 ) * 48 / 2 = 288 * 10^4 Ib-in
I ( moment of inertia ) = bd^3 / 12
= ( 2 )*( d )^3 / 12 = 2d^3 / 12
b = 2 in , d = ?
length of span = 4 * 12 = 48 inches
R = P / 2 = 240 * 10^3 / 2 = 120 * 10^3 Ib
y ( centroid distance ) = d / 2 inches
back to equation ( 1 )
( M / I ) * y
940.3 ksi = ( 288 * 10^4 / 2d^3 / 12 ) * d / 2
= ( 288 * 10^4 * 12 ) / 2d^3 ) * d / 2
940300 = 34560000* d / 4d^3
4d^3 ( 940300 ) = 34560000 d ( divide both sides with d )
4d^2 = 34560000 / 940300
d^2 = 9.188 ∴ Value of d ≈ 3.03 in
Answer:
Noise or sound is the energy produced by sounding object which can be felt by our hearing organs .
Explanation:
Noise is produced by vibration in a body.