I am reading The Works of Archimedes and I have found the following method for approximating the square root with sexagesimal fractions:
Ptolemy has first found the integral part of $\sqrt{4500}$ to be $67$. Now $67^2 = 4489$, so that the remainder is $11$. Suppose now that the rest of the square root is expressed by means of the usual sexagesimal fractions, and that we may therefore put $$\sqrt{4500} = \sqrt{67^2 + 11} = 67 + \frac{x}{60} + \frac{y}{60^2}$$ where $x,y$ are yet to be found. Thus $x$ must be such that $\frac{2\cdot67x}{60}$ is somewhat less than $11$, or $x$ must be somewhat less than $\frac{11\cdot60}{2\cdot67}$ or $\frac{330}{67}$, which is at the same time greater than $4$.
I am interested only in the sentence "Thus $x$ must be such that...". How are these conditions on $x$ assumed, namely the fractions $\frac{2\cdot67x}{60}$ and $\frac{11\cdot60}{2\cdot67}$?