Answer:
a) 149 kJ/mol, b) 6.11*10^-11 m^2/s ,c) 2.76*10^-16 m^2/s
Explanation:
Diffusion is governed by Arrhenius equation
I will be using R in the equation instead of k_b as the problem asks for molar activation energy
I will be using
and
°C + 273 = K
here, adjust your precision as neccessary
Since we got 2 difusion coefficients at 2 temperatures alredy, we can simply turn these into 2 linear equations to solve for a) and b) simply by taking logarithm
So:
and
You might notice that these equations have the form of
You can solve this equation system easily using calculator, and you will eventually get
After you got those 2 parameters, the rest is easy, you can just plug them all including the given temperature of 1180°C into the Arrhenius equation
And you should get D = 2.76*10^-16 m^/s as an answer for c)
Answer:
Explanation:
class Pet:
def __init__(self):
self.name = ''
self.age = 0
def print_info(self):
print('Pet Information:')
print(' Name:', self.name)
print(' Age:', self.age)
class Dog(Pet):
def __init__(self):
Pet.__init__(self)
self.breed = ''
def main():
my_pet = Pet()
my_dog = Dog()
pet_name = input()
pet_age = int(input())
dog_name = input()
dog_age = int(input())
dog_breed = input()
my_pet.name = pet_name
my_pet.age = pet_age
my_pet.print_info()
my_dog.name = dog_name
my_dog.age = dog_age
my_dog.breed = dog_breed
my_dog.print_info()
print(' Breed:', my_dog.breed)
main()
Answer: Exploration includes plethora of activities and depend upon the kind of exploration a person is doing. But most include some of the basic activities like research , investigation, planning and execution.
Suppose we want to explore new petroleum sites then we would have to start with studying the geography of that area, then according to our research we will analyse the hot spots or the sector where probability of finding of oil field is highest, post that appropriate man power is skilled professionals, tools and machinery will be brought at the site so that execution can take place.
Answer: 1766.667 Ω = 1.767kΩ
Explanation:
V=iR
where V is voltage in Volts (V), i is current in Amps (A), and R is resistance in Ohms(Ω).
3mA = 0.003 A
Rearranging the equation, we get
R=V/i
Now we are solving for resistance. Plug in 0.003 A and 5.3 V.
R = 5.3 / 0.003
= 1766.6667 Ω
= 1.7666667 kΩ
The 6s are repeating so round off to whichever value you need for exactness.