Answer:
# Program is written in Python Programming Language
# Comments are used for explanatory purpose
# Program starts here
# Accept input
Steps = input (Number of Steps: ")
# Calculate distance
distance = float(2000) * float(steps)
#Print Formatted Result
print('%0.2f' % distance)
# End of Program
.--------
The above program converts number of steps to miles.
At line 5, the number of steps is inputted and stored in variable named Steps.
At line 6, the number of miles is calculated by multiplying 2000 by the content of variable Steps
The result is printed at line 8
Answer:
From the main bearings, the oil passes through feed-holes into drilled passages in the crankshaft and on to the big-end bearings of the connecting rod.
Answer:
hmm true
Explanation:
becuase i think alogorthm is wht u do regurkry if i helped mark me brailist
Answer:
Heat transfer = 2.617 Kw
Explanation:
Given:
T1 = 300 k
T2 = 440 k
h1 = 300.19 KJ/kg
h2 = 441.61 KJ/kg
Density = 1.225 kg/m²
Find:
Mass flow rate = 1.225 x [1.3/60]
Mass flow rate = 0.02654 kg/s
mh1 + mw = mh2 + Q
0.02654(300.19 + 240) = 0.02654(441.61) + Q
Q = 2.617 Kw
Heat transfer = 2.617 Kw
Answer:
0.71 lbf
Explanation:
Use ideal gas law:
PV = nRT
where P is absolute pressure,
V is volume,
n is number of moles,
R is universal gas constant,
and T is absolute temperature.
The absolute pressure is the sum of the atmospheric pressure and the gauge pressure.
P = 32 lbf/in² + 14.7 lbf/in²
P = 46.7 lbf/in²
Absolute temperature is in Kelvin or Rankine:
T = 75 + 459.67 R
T = 534.67 R
Given V = 3.0 ft³, and R = 10.731 ft³ psi / R / lb-mol:
PV = nRT
(46.7 lbf/in²) (3.0 ft³) = n (10.731 ft³ psi / R / lb-mol) (534.67 R)
n = 0.02442 lb-mol
The molar mass of air is 29 lbm/lb-mol, so the mass is:
m = (0.02442 lb-mol) (29 lbm/lb-mol)
m = 0.708 lbm
The weight of 1 lbm is lbf.
W = 0.708 lbf
Rounded to two significant figures, the weight of the air is 0.71 lbf.