Technician B is right say that hard water potting i usually jut a Surface problem that can be wahed off.
What do you mean by Hard water?
The amount of dissolved calcium and magnesium in the water determines its hardness. Calcium and magnesium are the main dissolved minerals in hard water. The last time you washed your hands, you might have actually felt the effects of hard water.
What do you mean by acid rain?
Any type of precipitation that contains acidic elements, such as sulfuric or nitric acid, that falls to the ground from the atmosphere in wet or dry forms is referred to as acid rain, also known as acid deposition. Rain, snow, fog, hail, and even acidic dust can fall under this category.
Some plants are sensitive to excessive moisture around their root zone, so it may be necessary to increase drainage when growing plants in pots. Additionally, standing water at the bottom of the pot can cause root rot.
Many university agriculture extension agencies have thoroughly debunked the old garden myth that adding rocks to the bottom of a pot will increase drainage.
Learn more about hard water click here:
brainly.com/question/28178305
#SPJ4
Answer:
<em>The main sources of error in the collection of data are as follows : Due to direct personal interview. Due to indirect oral interviews. Information from correspondents may be misleading.</em>
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:
theoretical fracture strength = 16919.98 MPa
Explanation:
given data
Length (L) = 0.28 mm = 0.28 × 10⁻³ m
radius of curvature (r) = 0.002 mm = 0.002 × 10⁻³ m
Stress (s₀) = 1430 MPa = 1430 × 10⁶ Pa
solution
we get here theoretical fracture strength s that is express as
theoretical fracture strength =
.............................1
put here value and we get
theoretical fracture strength =
theoretical fracture strength =
theoretical fracture strength = 16919.98 MPa