Answer:
0.064 mg/kg/day
6.25% from water, 93.75% from fish
Explanation:
Density of water is 1 kg/L, so the concentration of the chemical in the water is 0.1 mg/kg.
The BCF = 10³, so the concentration of the chemical in the fish is:
10³ = x / (0.1 mg/kg)
x = 100 mg/kg
For 2 L of water and 30 g of fish:
2 kg × 0.1 mg/kg = 0.2 mg
0.030 kg × 100 mg/kg = 3 mg
The total daily intake is 3.2 mg. Divided by the woman's mass of 50 kg, the dosage is:
(3.2 mg/day) / (50 kg) = 0.064 mg/kg/day
b) The percent from the water is:
0.2 mg / 3.2 mg = 6.25%
And the percent from the fish is:
3 mg / 3.2 mg = 93.75%
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()
extension lines,sketches,leader lines,dimensions describes all illustrations created by freehand.
Answer:
The Poisson's Ratio of the bar is 0.247
Explanation:
The Poisson's ratio is got by using the formula
Lateral strain / longitudinal strain
Lateral strain = elongation / original width (since we are given the change in width as a result of compession)
Lateral strain = 0.15mm / 40 mm =0.00375
Please note that strain is a dimensionless quantity, hence it has no unit.
The Longitudinal strain is the ratio of the elongation to the original length in the longitudinal direction.
Longitudinal strain = 4.1 mm / 270 mm = 0.015185
Hence, the Poisson's ratio of the bar is 0.00375/0.015185 = 0.247
The Poisson's Ratio of the bar is 0.247
Please note also that this quantity also does not have a dimension