"Let $ABC$ be a triangle with centroid $G$. A line $PQ$ is drawed in the triangle such that it passes through $G$ and intersects the sides $AB$ and $AC$ in $P$ and $Q$ respectively."
Prove that:
$$\frac {PB \cdot QC}{PA\cdot QA} \le \frac {1}{4}$$
I made an aproximate drawing of this problem. Unfortunately i don't know how to start with this kind of problem and i need some hints. Thanks.


Let $PQ$ intersect $BC$ at point $M$ and WLOG let $M$ be closer to $B$ than $C$. Also let $A'$ be the foot of the median from the vertex $A$
Now by Menelaus' Theorem on $\triangle ACA'$ and the line $M-P-Q$ we have:
$$1 = \frac{AG}{GA'} \cdot \frac{A'M}{CM} \cdot \frac{CQ}{QA} \implies \frac{A'M}{CM} \cdot \frac{CQ}{QA} = \frac 12$$
The latter follows as the centroid divides the median into $2:1$ ratio.
Similarly from the Menelau's Theorem on $\triangle ABA'$ and the line $M-P-Q$ we have:
$$1 = \frac{AG}{GA'} \cdot \frac{A'M}{BM} \cdot \frac{BP}{AP} \implies \frac{A'M}{BM} \cdot \frac{BP}{AP} = \frac 12$$
Now multiply these two relations to get:
$$\frac{BP\cdot CQ}{AP \cdot QA} \cdot \frac{A'M^2}{CM \cdot BM} = \frac 14$$
Thus it remains to prove that $\frac{A'M^2}{CM \cdot BM} \ge 1$. This follows as $$CM \cdot BM = \left(A'M - \frac{CB}{2}\right)\left(A'M + \frac{CB}{2}\right) = A'M^2 - \frac{CB^2}{4} \le A'M^2$$
Hence the proof.