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))
Where is the picture in this problem? How am I supposed to answer if I can’t see any footage taken from this problem.
Answer: Option D) 298 g/mol is the correct answer
Explanation:
Given that;
Mass of sample m = 13.7 g
pressure P = 2.01 atm
Volume V = 0.750 L
Temperature T = 399 K
Now taking a look at the ideal gas equation
PV = nRT
we solve for n
n = PV/RT
now we substitute
n = (2.01 atm x 0.750 L) / (0.0821 L-atm/mol-K x 399 K
)
= 1.5075 / 32.7579
= 0.04601 mol
we know that
molar mass of the compound = mass / moles
so
Molar Mass = 13.7 g / 0.04601 mol
= 297.7 g/mol ≈ 298 g/mol
Therefore Option D) 298 g/mol is the correct answer
Answer:
(a) Precipitation hardening
(1) The strengthening mechanism involves the hindering of dislocation motion by precipitates/particles.
(2) The hardening/strengthening effect is not retained at elevated temperatures for this process.
(4) The strength is developed by a heat treatment.
(b) Dispersion strengthening
(1) The strengthening mechanism involves the hindering of dislocation motion by precipitates/particles.
(3) The hardening/strengthening effect is retained at elevated temperatures for this process.
(5) The strength is developed without a heat treatment.