Answer:
note:
solution is attached due to error in mathematical equation. please find the attachment
Answer:
def theRoundTrip(movement):
x=0
y=0
for i in movement:
if i not in ["U","L","D","R"]:
print("bad input")
return
if i=="U":
y+=1
if i=="L":
x-=1
if i=="D":
y-=1
if i=="R":
x+=1
return x==0 and y==0
Answer:
Explanation:
Diffusion flux of a gas, J is given by
where
is permeability coefficient,
P is pressure difference and x is thickness of membrane.
The pressure difference will be 10,000 Pa- 3000 Pa= 7000 Pa
At 298 K, the permeability coefficient of water vapour through polypropylene sheet is
Since the thickness of sheet is given as 1mm= 0.1 cm then
Therefore, the diffusion flux is