Answer:
0.1047N
Explanation:
To solve this problem we must remember the conversion factors, remembering that 1 revolution equals 2π radians and 1min equals 60s

in conclusion, to know how many rad / s an element rotates which is expressed in Rev / min we must only multiply by 0.1047
Answer:
Go to explaination for the details of the answer.
Explanation:
In order to determine the lifetime (75 years) chronic daily exposure for each individual, we have to first state the terms of our equation:
CDI = Chronic Daily Intake
C= Chemical concentration
CR= Contact Rate
EFD= Exposure Frequency and Distribution
BW= Body Weight
AT = Average Time.
Having names our variables lets create the equations that will be used to derive our answers.
Please kindly check attachment for details of the answer.
Measure the longest circuit and add 50% for fittings and terminal units.
Answer:
insert (array[] , value , currentsize , maxsize )
{
if maxsize <=currentsize
{
return -1
}
index = currentsize-1
while (i>=0 && array[index] > value)
{
array[index+1]=array[index]
i=i-1
}
array[i+1]=value
return 0
}
Explanation:
1: Check if array is already full, if it's full then no component may be inserted.
2: if array isn't full:
- Check parts of the array ranging from last position of range towards initial range and determine position of that initial range that is smaller than the worth to be inserted.
- Right shift every component of the array once ranging from last position up to the position larger than the position at that smaller range was known.
- assign new worth to the position that is next to the known position of initial smaller component.
Answer:
0.1 nm
Explanation
Potential deference of the electron is given as V =150 V
Mass of electron 
Let the velocity of electron = v
Charge on the electron 
plank's constant h =
According to energy conservation 

Now we know that De Broglie wavelength 