According to EonCoat, corrosion is the process of decay on a material caused by a chemical reaction with its environment. Corrosion of metal occurs when an exposed surface comes in contact with a gas or liquid, and the process is accelerated by exposure to warm temperature, acids, and salts.” (1)
Although the word ‘corrosion’ is used to describe the decay of metals, all natural and man-made materials are subject to decay, and the level of pollutants in the air can speed up this process.
Answer:
R=1923Ω
Explanation:
Resistivity(R) of copper wire at 20 degrees Celsius is 1.72x10^-8Ωm.
Coil length(L) of the wire=37.0m
Cross-sectional area of the conductor or wire (A) = πr^2
A= π * (2.053/1000)/2=3.31*10^-6
To calculate for the resistance (R):
R=ρ*L/A
R=(1.72*10^8)*(37.0)/(3.31*10^-6)
R=1922.65Ω
Approximately, R=1923Ω
Answer:
sum2 = 0
counter = 0
lst = [65, 78, 21, 33]
while counter < len(lst):
sum2 = sum2 + lst[counter]
counter += 1
Explanation:
The counter variable is initialized to control the while loop and access the numbers in <em>lst</em>
While there are numbers in the <em>lst</em>, loop through <em>lst</em>
Add the numbers in <em>lst</em> to the sum2
Increment <em>counter</em> by 1 after each iteration
A wide-angle lens has a focal length of 35mm or shorter, which gives you a wide field of view. The wider your field of view, the more of the scene you'll be able to see in the frame. These lenses are ideal for many scenarios, and most photographers have at least one trusty wide-angle lens in their kit.
BRAINLIEST PLSSS
Answer:
the rate of increase of radius is dR/dt = 0.804 m/hour = 80.4 cm/hour
Explanation:
the slick of oil can be modelled as a cylinder of radius R and thickness h, therefore the volume V is
V = πR² * h
thus
h = V / (πR²)
Considering that the volume of the slick remains constant, the rate of change of radius will be
dh/dt = V d[1/(πR²)]/dt
dh/dt = (V/π) (-2)/R³ *dR/dt
therefore
dR/dt = (-dh/dt)* (R³/2) * (π/V)
where dR/dt = rate of increase of the radius , (-dh/dt)= rate of decrease of thickness
when the radius is R=8 m , dR/dt is
dR/dt = (-dh/dt)* (R³/2) * (π/V) = 0.1 cm/hour *(8m)³/2 * π/1m³ *(1m/100 cm)= 0.804 m/hour = 80.4 cm/hour