Explanation:
The question basically requires us to check if the number is between the two range of numbers;
Lower limit = .006
Upper limit = .14
.006: This is the lower limit, hence it lies between.
.14: This is the upper limit, hence it lies between.
.001 : This number is below the lower limit, hence it does not lie between the numbers.
.110: This number is below the upper limit but above the lower limit hence it lies between the numbers.
.05: This number is below the upper limit but above the lower limit hence it lies between the numbers.
.042: This number is below the upper limit but above the lower limit hence it lies between the numbers.
.0014: This number is below the lower limit, hence it does not lie between the numbers.
.18: This number is above the upper limit, hence it does not lie between the numbers.