If \begin{align}\sum_{r=0}^{n-1}\log _2\left(\frac{r+2}{r+1}\right) = \prod_{r = 10}^{99}\log _r(r+1).\end{align} then find $n$.
I found this question in my 12th grade textbook and I just can't wrap my head around it. I tried splitting the logarithms by the division rule, which didn't work so I'm out of ideas.
It is: $$\sum_{r=0}^{n-1}\log _2\left(\frac{r+2}{r+1}\right) = \log_2 \frac21+\log_2\frac23+\cdots+\log_2\frac{n+1}{n}=\\ \log_2\frac21\cdot\frac32\cdots\frac{n+1}{n}=\log_2(n+1)\\ \prod_{r = 10}^{99}\log _r(r+1)=\log_{10}11\cdot\log_{11}{12}\cdots\log_{99}{100}=\\ \frac{\log_211}{\log_210}\cdot\frac{\log_212}{\log_211}\cdots\frac{\log_2100}{\log_299}\cdot=\frac{\log_2100}{\log_210}=2$$ Can you find $n$? Wolfram answer.