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:

Explanation:
Given data:
Diffusion constant for nitrogen is 
Diffusion flux 
concentration of nitrogen at high presuure = 2 kg/m^3
location on which nitrogen concentration is 0.5 kg/m^3 ......?
from fick's first law

Take C_A as point on which nitrogen concentration is 2 kg/m^3

Assume X_A is zero at the surface


15x -/c/ fb is the answer
Answer:
for 5.6V 9 turns, for 12.0V 19 turns, for 480V 755 turns
Explanation:
Vp/Vs= Np/Ns
Vp: Primary voltage
Vs: Secondary Voltage
Np: number of turns on primary side
Ns: number of turns on secondary side
for output 5.6V
140/5.6= 220/Ns
Ns= 8.8 or 9 Turns
for output 12.0V
140/12= 220/Ns
Ns= 18.9 or 19 turns
for output 480V
140/480= 220/Ns
Ns= 754.3 or 755 turns
Answer:
1123.6 pounds/ square inch.
Explanation:
Fluid pressure is the ratio of force or weight applied by the fluid per unit area.
i.e Fluid pressure = 
The maximum load of the jack is obtained at its maximum capacity = 5000 pounds
Area of the large piston on the jack = 4.45 square inches
Thus,
Fluid pressure = 
= 1123.5955
Fluid pressure = 1123.6 pounds/ square inch
Thu, the fluid pressure in the jack at maximum load is 1123.6 pounds/ square inch.