I have this system of equations that I want to solve: $$\begin{cases} a+b = 204 \\ a+b\cdot e^{-105c} = 192.6 \\ a+b\cdot e^{-180c} = 177.6\end{cases}$$
Is there a mathematical way to solve it knowing that the constant will keep changing? I am looking for a way that I can program it to do the mathematical work for me.
Hint: With $$b=204-a$$ we get $$a+(204-a)e^{-105c}=\frac{1926}{10}$$ $$a+(204-a)e^{-180c}=\frac{1776}{10}$$ From the first equation above we get $$a=\frac{3 \left(321 e^{105 c}-340\right)}{5 \left(e^{105 c}-1\right)}$$ Substituting this in the second equation above we get $$\frac{3 \left(321 e^{105 c}-340\right)}{5 \left(e^{105 c}-1\right)}+e^{-180 c} \left(204-\frac{3 \left(321 e^{105 c}-340\right)}{5 \left(e^{105 c}-1\right)}\right)=\frac{888}{5}$$ This must be solved for $c$ $$c\approx -0.006906341040$$