Answer:
1. Buy Quiet – select and purchase low-noise tools and machinery
2. Maintain tools and equipment routinely (such 3. as lubricate gears)
3. Reduce vibration where possible
4. Isolate the noise source in an insulated room or enclosure
5. Place a barrier between the noise source and the employee
6. Isolate the employee from the source in a room or booth (such as sound wall or window
Explanation:
Hope my answer will help u.
Solution :


Using the data table for refrigerant-134a at P = 120 psia



∴ 
For pressure, P = 20 psia





Change in temperature, 


Now we find the quality,



The final energy,



Change in internal energy

= 38.09297-40.5485
= -2.4556
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:
4/5
Explanation:
She is not wearing white t-shirt on the first day so she is wearing the other 4 t-shirt
Answer:
porosity = 0.07 or 7%
dry bulk density = 3.25g/cm3]
water content =
Explanation:
bulk density = dry Mass / volume of sample
dry mass = 0.490kg = 490g
volume = πr2h = 3.142 * 2 *2 *12 = 150.8cm3
density = 490/150.8 = 3.25g/cm3
porosity =
=
= 0.07 or 7%
water content =
= 7%