the answer is (c)
After the vehicle is involved in a car accident or fire
EPA Regulations provides a certified course for the technicians involved in the Air-conditioning system.
Answer: Option (b)
<u>Explanation:</u>
The EPA regulation has implemented an act called the "Clean Air Act" under the "section of 609".
This act provides some basic requirements for EPA Regulation such as follows;
- Refrigerant: This unit must be approved by EPA Regulations before being implemented into the atmosphere.
- Servicing: This system provides a certified course for technicians in service and also approve them with proper refrigerant equipment.
- Reuse Refrigerants: The use of recycled refrigerants must be properly monitored before it comes in to serve.
Answer:
Explanation:
ADT for an 2-D array:
struct array{
int arr[10];
}arrmain[10];
An application that stores an array with 1000 rows and 1000 columns, where less than 10,000 of the array values are non-zero. The two different implementations for such arrays that would be more space efficient than a standard two-dimensional array implementation requiring one million positions are :
1) struct array{
int *p;
}arr[1000];
2) struct array{
int *p;
}arr[1000];
Answer:
28 , 24-inch screwdrivers
Explanation:
The total number of screwdrivers that can be purchased is = 70
4 - inch length screwdrivers = 10
6- inch length screwdrivers = 12
8- inch length screwdrivers = 20
Total = 20 +12 +10 = 42
Remaining = 70-42 = 28
So, heavy 24-inch screwdrivers = 28
Answer:
Velocity of ball B after impact is and ball A is
Explanation:
= Initial velocity of ball A
= Initial velocity of ball B = 0
= Final velocity of ball A
= Final velocity of ball B
= Coefficient of restitution = 0.8
From the conservation of momentum along the normal we have
Coefficient of restitution is given by
Adding the above two equations we get
From the conservation of momentum along the plane of contact we have
Velocity of ball B after impact is and ball A is .