Given the equation $\sum_{k=11}^{99} \left[x + \frac{k}{100} \right] = 765$ find $[10 \, x]$.
I have tried this problem in many ways and I think it uses the identity
$$[x]+\left[x+\frac{1}{n}\right]+\left[x+\frac{2}{n}\right]+\left[x+\frac{3}{n}\right]+.....+\left[x+\frac{n-1}{n}\right]= [nx]$$
Could someone please help me
and keep in mind x is a real number and $[\cdot]$ denotes the greatest integer function

We start with the equation $765 = \sum_{i=1}^{89}\lfloor x + \frac{10+i}{100} \rfloor$
The first observation is that all fractions are between $0.11$ and $0.99$. If $x$ were an integer, none of the added terms would add something to the sum because they would be eliminated by the floor function.
Hence $8 < x < 9$ since $712 = 8 * 89 < 765 < 9 * 89 = 801$. So we'll need $765 - 712 = 53$ terms that lift $\lfloor x + \frac{10+i}{100} \rfloor$ from $8$ to $9$
Obviously that will be the last $53$ terms. Hence all terms with $i > 36$. This means that $x + \frac{10 + 36}{100} < 9$ and $x + \frac{10 + 37}{100} \geq 9$. In other words $8.54 > x \geq 8.53$.
This means that $\lfloor 10x \rfloor = 85$.