How does log base $16$ of $32$ equal $1.25$? If we divide $32/16=2$ but then if we divide $2/16$ it doesn't come out to a whole number unlike with log base $2$ of $4$ where $4/2=2$ and $2/2=1$
I am confused why its $1.25$ and not simply $1$? If we further try to divide with $2/16$ we get $.125$ giving us a total of $1.125$ not $1.25$. However since $2$ can't be divided by $16$ it doesn't make sense to keep going.
Obviously the answer is $1.25$ since $16^{1.25}=32$, I'm just not sure how we can get that number.
$\log_{16} 32=1.25$ because $16^{1.25}=32$
Recall that in general,
$\log_{a} b=c$ means that $a^{c}=b$
Addendum:
If you are asking how to determine what $\log_{16}32$ is, we first change it into exponent form as follows:
$\log_{16}32=x$ means $16^x=32$. We then take the log of both sides.
$\log 16^x=\log 32$
Then using the property of logs that lets us move the exponent down (i.e, $\log x^n=n\log x)$, we can simplify this to
$x\log 16=\log32\implies x=\frac{\log32}{\log 16}=1.25$