The following function is the CDF of a mixed distribution $$F(x)=\begin{cases} 0,& \text{when }x<0\\ \frac{x+1}{8},&\text{when } 0≤x<1\\ \frac{x+3}{8},&\text{when } 1≤x<3\\ 1,&\text{when } x≥3. \end{cases}$$ Calculate $X_{0.3}$ and $X_{0.6}$, the 30th and 60th percentiles of $X$, if $X$ is a r.v. with $F(x)$ given above.
So far, I only calculated the 60th percentile as follows: \begin{align} X_{0.6} &= F^{-1}(3/5)\\ \frac{x + 3}{8} &= \frac35\\ x+3 &= \frac{24}5,\end{align} so $x = 9/5$.
I know I have to solve $X_{0.30} = F^{-1}(3/10)$, but I do not know which piece of the definition of $F$ to use because no piece produces values that would include $0.3$ in their range.
Can anyone help me calculate this percentile? Thank you