I'm assuming all the numbers here mistakenly got copied twice.
Let A(t) denote the amount (in kg) of salt in the tank at time t. The solution starts with 70 kg of salt, so (a) A(0) = 70.
I also assume there is more to the question, so I'll just go ahead and build the differential equation to model this situation, and solve it.
Pure water is flowing into the tank, so no salt is being introduced. The concentration of salt at time t is A(t)/2000 kg/L, and solution is drained from the tank at a rate of 4 L/min, which means salt is being removed at a rate of
(4 L/min) (A(t)/2000 kg/L) = A(t)/500 kg/min = 0.002 A(t) kg/min
Thus the amount of salt (ignoring units now) in the tank changes according to the DE,
dA(t)/dt = -0.002 A(t)
which is easy to solve because it's linear with constant coefficients.
Without going into too much detail:
dA(t)/dt + 0.002 A(t) = 0
exp(0.002t ) dA(t)/dt + 0.002 exp(0.002t ) A(t) = 0
d/dt [exp(0.002t ) A(t)] = 0
exp(0.002t ) A(t) = C
A(t) = C exp(-0.002t )
Given A(0) = 70, solve for C :
70 = C exp(0) = C
Hence
A(t) = 70 exp(-0.002t )