Numbers $1,2,\dots,300$ are placed in a circle in some order. At most how many numbers can be divisible by the number to its right?
One way (probably optimal) is to place numbers so that $m$ is followed by $2m$ whenever possible. So the numbers are $1,2,4,8,...,256,3,6,12,...,192$ etc.
The numbers that are divisible by the number to their right are those $\leq 150$, so there are $150$ of them.