Is it possible to calculate and find the solution of $ \; \large{105^{1/5}} \; $ without using a calculator? Could someone show me how to do that, please?
Well, when I use a Casio scientific calculator, I get this answer: $105^{1/5}\approx " 2.536517482 "$. With WolframAlpha, I can an even more accurate result.
You can try using binomial theorem for real exponents.
You can write this as
$$ ((2.5)^5 + (105 - (2.5)^5))^{1/5} = 2.5 \left(1 + \frac{105 - (2.5)^5}{2.5^5}\right)^{1/5} = \frac{5}{2} \left(1 + \frac{47}{625}\right)^{1/5}$$
Taking first three terms of the binomial series
$$(1+x)^r = 1 + rx + \frac{r(r-1)x^2}{2!} + \frac{r(r-1)(r-2)x^3}{3!} + \dots$$
using $r = \frac{1}{5}$ and $x = \frac{47}{625}$ gives us
$$ \frac{5}{2} \left(1 + \frac{47}{5*625} - \frac{4 * 47^2}{2*5^2*625^2}\right) = \frac{4954041}{1953125} \approx 2.5365$$
If you need a better approximation, you can include more terms.
All this can be done by hand using integer arithmetic, but is tedious.