Answer:
The time required is 10.078 hours or 605 min
Explanation:
The formula to apply here is ;
K=(d²-d²₀ )/t
where t is time in hours
d is grain diameter to be achieved after heating in mm
d₀ is the grain diameter before heating in mm
Given
d=5.5 × 10^-2 mm
d₀=2.4 × 10^-2 mm
t₁= 500 min = 500/60 =25/3 hrs
t₂=?
n=2.2
First find K
K=(d²-d²₀ )/t₁
K={ (5.1 × 10^-2 mm)²-(2.4 × 10−2 mm)² }/ 25/3
K=(0.051²-0.024²) ÷25/2
K=0.000243 mm²/h
Re-arrange equation for K ,to get the equation for d as;
d=√(d₀²+ Kt) where now t=t₂

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:
a. 0.28
Explanation:
Given that
porosity =30%
hydraulic gradient = 0.0014
hydraulic conductivity = 6.9 x 10⁻4 m/s
We know that average linear velocity given as



The velocity in m/d ( 1 m/s =86400 m/d)
v= 0.27 m/d
So the nearest answer is 'a'.
a. 0.28