How is it possible to solve for the possible values of $x$ given the following information?
$\frac{a}{b}=\frac{2}{3},$ where $a \in [x, x+1)$ and $b \in [x,x+\frac{1}{2})$.
I can see that a valid value of $x$ would be $0$, and that $10$, for example, would be invalid, but I'm unsure how to find and prove a set of values.
$a \in [x,x+1)$ and $b =\frac {3a} 2 \in [x, x+\frac 1 2)$ so $ a\in [\frac {2x} 3, \frac {2x+1} 3)$. This is possible iff $[x,x+1)$ and $[\frac {2x} 3, \frac {2x+1} 3)$ have a point in common which means neither interval is completely to the left of the other. The conditions for this are $x+1 >\frac {2x} 3$ and $\frac {2x+1} 3 >x$ which translates to $-3 <x<1$.