Answer:

Explanation:
Density is defined as mass ler unit volume, expressed as

Where m is mass,
is density and v is the volume. For a sphere, volume is given as

Replacing this into the formula of density then

Given diameter of 2.24 in then the radius is 1.12 in. Substituting 0.82 lb for m then

Answer: He should have ensured the following before beginning work;
1) All circuits must be de-energized before beginning work
2) All controls must be deactivated during work. LOTO(Log out tag out) must be practiced irrespective of the experience of the electrian or worker.
3) Technicians and Electrical workers must be instructed to know the unsafe conditions associated with their work.
Explanation:
We cannot assume that because he is experienced he cannot be prone to all this wrong practices. Humans tend to think that with experience people become less prone to errors and study has shown that this is not true. Safety must be a priority.
Answer:
This is a function written in Python Programming Language to check whether a given number is prime or not.
def is_prime(n):
if (n==1):
return False
elif (n==2):
return True;
else:
for x in range(2,n):
if(n % x==0):
return False
return True
print(is_prime(9))
Explanation:
<h2 />
C, being able to maintain legal information on grant programs