Answer:
The code is given below in python
# Code Block 1
count = 0 # count variable
total = 0 # total variable
enter = '' # input variable
while enter != 'stop':
enter = input('Enter a grade:' )
if enter != 'stop' and enter.isdigit():
total += int(enter) # add to total value
count = count + 1 # then to the count
print float(total) / count
# Code Block 2
numbers = []
while enter != 'stop':
enter = input('Enter a grade:' )
if enter != 'stop':
numbers.append(int(enter))
print sum(numbers) / float(len(numbers))
Answer:
The provided length of the vertical curve is satisfactory for the reconstruction design speed of 60 mi/h
Explanation:
The explanation is shown on the first uploaded image
Answer:
t = 25.10 sec
Explanation:
we know that Avrami equation

here Y is percentage of completion of reaction = 50%
t is duration of reaction = 146 sec
so,


taking natural log on both side
ln(0.5) = -k(306.6)

for 86 % completion




t = 25.10 sec