If
$$(1 + x)^{10} = 2.5$$
, the next step would be
$$10 * \log(1 + x) = \log(2.5)$$
$$\log(1 + x) = \frac{\log(2.5)}{10}$$
. This is where I am stuck. I know that
$$\log_{b}(a + c) = \log_{b}(a) + \log_b\left( 1 + \frac{c}{a} \right)$$
, but that does not help me in any way.
When the unknown isn't the exponent, but the base, then logarithms aren't the most natural solution. Roots are: $$ (1+x)^{10} = 2.5\\ 1+x = \pm\sqrt[10]{2.5}\\ x = -1\pm\sqrt[10]{2.5} $$