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:
you fill the hole so there is no more cat
Answer:
ΔQ = 4930.37 BTu
Explanation:
given data
height h = 8ft
Δt = 8 hours
length L = 24 feet
R value = 16.2 hr⋅°F⋅ft² /Btu
inside temperature t1 = 68°F
outside temperature t2 = 16°F
to find out
number of Btu conducted
solution
we get here number of Btu conducted by this expression that s
......................1
here A is area that is = h × L = 8 × 24 = 1492 ft²
put here value we get
solve it we get
ΔQ = 4930.37 BTu
Answer:
Final length of the rod = 13.90 in
Explanation:
Cross Sectional Area of the polythene rod, A = 0.04 in²
Original length of the polythene rod, l = 10 inches
Tensile modulus for the polymer, E = 25,000 psi
Viscosity, 
Weight = 358 lbs - f
time, t = 1 hr = 3600 sec
Stress is given by:

Based on Maxwell's equation, the strain is given by:

Strain = Extension/(original Length)
0.39022 = Extension/10
Extension = 0.39022 * 10
Extension = 3.9022 in
Extension = Final length - Original length
3.9022 = Final length - 10
Final length = 10 + 3.9022
Final length = 13.9022 in
Final length = 13.90 in