Find a line of regression in the form \begin{align} y &= \frac{c}{1+a e^{-b(x)}} \\[4mm] \end{align}
with the points $(69.99, 44), (84.71, 54), (93.66, 60), (116.36, 74)$
I can easily find the answer using a calculator but I need to know if it's possible by hand, and if so, what the steps are. Thanks.



$$y(x)=\frac{c}{a e^{-b(x)}}$$ $$\begin{cases} \ln(44) \simeq \ln(\frac{c}{a})+69.99\:b \\ \ln(60) \simeq \ln(\frac{c}{a})+93.66\:b\\ \ln(74) \simeq \ln(\frac{c}{a})+116.36\:b \end{cases} \qquad\text{Let}\quad \frac{c}{a}=e^A$$ Without specification about the expected kind of regression and about criteria of fiting, an example of solution (among many):
For example. Linear regression in order to compute $A$ and $b$ : $$y=A+b\,x\qquad \text{Three points}\quad\begin{cases} y_1=\ln(44)\quad,\quad x_1=69.99 \\ y_2=\ln(60)\quad,\quad x_2=93.66\\ y_3=\ln(74)\quad,\quad x_3=116.36 \end{cases}\quad\;\quad$$
IN ADDITION after you modify the question :
There is one point more. Thus an equation more $y_4\simeq A+b\,x_4$ : $$y_4=\ln(54)\quad,\quad x_4=84.71$$ This changes nothing in the example of linear regression. Of course the numerical results for $A$ and $b$ will be slightly different.