Answer:
Technicians A is correct
Explanation:
According to ASE ( Automotive service excellence) "Certification credentials are valid for five years. If it has been five years or more since you took a test, it’s time to register for the corresponding Recertification Test. The five-year requirement ensures certified professionals are current in this rapidly changing industry."
This counters the claim of technician B who say the programs must be reviewed every three years , and ASE sends you reminders before your credentials expire.
Answer:
The given function will return an integer in term of j on each iteration of while loop. However, it is noted that this program has some syntax error. The complete code executed in an online R compiler with explanation is given below
Explanation:
def<-function(j){
k=0;
i=1;
while (i<j**3) #j raise to power 3
{
k<-k+1;#k=k+1
i <- i*2;#i=i*2
print(k);#
}
}
def(6)# if you pass the value 6 to function def(j)
Answer:
kinetic energy means energy which a body possesses by virtue of being in motion
Answer:
7,217*10^28 atoms/m^3
Explanation:
- Metal: Vanadium
- Density: 6.1 g/cm^3
- Molecuar weight: 50,9 g/mol
The Avogadro's Number, 6,022*10^23, is the number of atoms in one mole of any substance. To calculate the number of atoms in one cubic meter of vanadium we write:
1m^3*(100^3 cm^3/1 m^3)*(6,1 g/1 cm^3)*(1 mol/50,9g)*(6,022*10^23 atoms/1 mol)=7,217*10^28 atoms
Therefore, for vanadium we have 7,217*10^28 atoms/m^3
Uh, I’d assume so because Brainly has a whole section of questions for them.