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:
a)R= sqrt( wt³/12wt)
b)R=sqrt(tw³/12wt)
c)R= sqrt ( wt³/12xcos45xwt)
Explanation:
Thickness = t
Width = w
Length od diagonal =sqrt (t² +w²)
Area of raectangle = A= tW
Radius of gyration= r= sqrt( I/A)
a)
Moment of inertia in the direction of thickness I = w t³/12
R= sqrt( wt³/12wt)
b)
Moment of inertia in the direction of width I = t w³/12
R=sqrt(tw³/12wt)
c)
Moment of inertia in the direction of diagonal I= (w t³/12)cos 45=( wt³/12)x 1/sqrt (2)
R= sqrt ( wt³/12xcos45xwt)
Answer:
d= 4.079m ≈ 4.1m
Explanation:
calculate the shaft diameter from the torque, \frac{τ}{r} = \frac{T}{J} = \frac{C . ∅}{l}
Where, τ = Torsional stress induced at the outer surface of the shaft (Maximum Shear stress).
r = Radius of the shaft.
T = Twisting Moment or Torque.
J = Polar moment of inertia.
C = Modulus of rigidity for the shaft material.
l = Length of the shaft.
θ = Angle of twist in radians on a length.
Maximum Torque, ζ= τ × \frac{ π}{16} × d³
τ= 60 MPa
ζ= 800 N·m
800 = 60 × \frac{ π}{16} × d³
800= 11.78 × d³
d³= 800 ÷ 11.78
d³= 67.9
d= \sqrt[3]{} 67.9
d= 4.079m ≈ 4.1m
Answer:
The break force that must be applied to hold the plane stationary is 12597.4 N
Explanation:
p₁ = p₂, T₁ = T₂


The heat supplied =
× Heating value of jet fuel
The heat supplied = 0.5 kg/s × 42,700 kJ/kg = 21,350 kJ/s
The heat supplied =
·
= 20 kg/s
The heat supplied = 20*
= 21,350 kJ/s
= 1.15 kJ/kg
T₃ = 21,350/(1.15*20) + 485.03 = 1413.3 K
p₂ = p₁ × p₂/p₁ = 95×9 = 855 kPa
p₃ = p₂ = 855 kPa
T₃ - T₄ = T₂ - T₁ = 485.03 - 280.15 = 204.88 K
T₄ = 1413.3 - 204.88 = 1208.42 K

T₅ = 1208.42*(2/2.333) = 1035.94 K
= √(1.333*287.3*1035.94) = 629.87 m/s
The total thrust =
×
= 20*629.87 = 12597.4 N
Therefore;
The break force that must be applied to hold the plane stationary = 12597.4 N.
Answer: B
Explanation:
One good way to improve your gas mileage is to accelerate smoothly and directly to a safe speed.
Hope this helps!