Hello I was presented today with a logarithmic problem. After computing the calculations in order to solve for $x$ we had to factor the following equation (no calculator allowed). I am a somewhat stumped due to the numbers. Is there an ingenious way of solving it?
$35^3$ = $x^2 + 70x$
You have
$$x^2 + 70x - 35^3 = 0 \label{eq1A}$$
Using the quadratic formula, you can get
$$\begin{equation}\begin{aligned} x & = \frac{-70 \pm \sqrt{70^2 + 4(35^3)}}{2} \\ & = \frac{-70 \pm \sqrt{70^2 + (2)(35)(2)(35)(35)}}{2} \\ & = \frac{-70 \pm \sqrt{70^2(1 + 35)}}{2} \\ & = \frac{-70 \pm 70(6)}{2} \\ & = 35(-1 \pm 6) \\ & = -245 \; \text{ or } \; 175 \end{aligned}\end{equation}\tag{2}\label{eq2A}$$