Let $\Delta ABC$ be triangle and $P$ and $Q$ points on $AB$ and $AC$ such that $|AP|:|PB|=1:5$ and $|AQ|:|QC|=2:1$. Lines $BQ$ and $CP$ intersect in point $F$. Find ratio $|CF|:|FP|$.
I want to solve this problem without using triangle similarities or some theorems, but only vectors. I tried to write vector $\vec{CF}$ and $\vec{CP}$ using for example $\vec{AB}$ and $\vec{AC}$ that would solve my problem, but can't do it.

Use a reference system centered at $O$ and let for simplicity $\overrightarrow{OA}=:\vec{a}, \overrightarrow{OB}=:\vec b, \overrightarrow{OC}=:\vec c,\overrightarrow{OP}=:\vec p$, etc. Notice that, using the given ratios, we have $$\vec p=\frac56\cdot \vec a+\frac16\cdot \vec b, \qquad\vec q=\frac13\cdot \vec a+\frac23\cdot \vec c$$ Since $F$ is collinear with $B,Q$ and $P,C$, consider the real numbers $\lambda, \mu$ satisfying $$\begin{cases}\overrightarrow{CF}=\lambda \cdot \overrightarrow{CP}=\lambda\cdot \left(\frac56\cdot \vec a+\frac16\cdot \vec b-\vec c\right)\\\overrightarrow{BF}=\mu\cdot \overrightarrow{BQ}=\mu\cdot \left (\frac13\cdot \vec a+\frac23\cdot \vec c-\vec b\right)\end{cases}$$ We deduce that $$\begin{align*}\overrightarrow{CF}+\overrightarrow{FB}&=\overrightarrow{CB}\\\iff\lambda\cdot \left(\frac56\cdot \vec a+\frac16\cdot \vec b-\vec c\right)+ \mu\cdot \left (-\frac13\cdot \vec a-\frac23\cdot \vec c+\vec b\right)&=\vec b-\vec c \end{align*}$$ This yields $$\begin{cases}\frac56\cdot \lambda-\frac13\cdot \mu=0\\\frac16\cdot \lambda+\mu=1\\-\lambda -\frac23\mu=-1\end{cases}$$ Solve the system to obtain $\lambda=\frac38$ and $\mu=\frac{15}{16}$. Hence $$\overrightarrow{CF}=\frac38 \cdot \overrightarrow{CP}\implies \lvert CF\rvert:\lvert FP\rvert=3:5$$