As the title says, in the setup given below, we have an isosceles triangle $\triangle ABC$ where the two base angles are $30^\circ$ each. $P$ and $Q$ are located on $AC$ such that $AP=2$ and $QC=1$, and $\angle PBQ=60^\circ$. The goal is to find the measure of length $PQ$:
This problem was posted by a user on a languages learning app that I came across. The claim is that it is meant for 10th grade students. The user did not share the correct answer.
At first I attempted to "complete the triangle" by forming a large equilateral triangle, but that approach didn't lead anywhere. I will share my only successful approach below as an answer. Please share your own answers as well and let me know if the answer I arrived at is correct.



Let's make use of the following elementary formulas relating area, lengths and angles of a triangle.
Call $\ell$ the common length of $[A,B]$ and $[C,B]$; also let $x=PQ$ the unknown length.
• From triangle $ABP$ we get $BP^2=AB^2+AP^2-2AB.AP\cos(30)$, which provides: $BP^2=\ell^2-2\ell\sqrt3+4$.
• Similarly, from triangle $CBQ$ we get: $BQ^2=\ell^2-\ell\sqrt3+1$.
• From triangle $PBQ$ comes: $x^2=BP^2+BQ^2-2BP.BQ\cos(60)=BP^2+BQ^2-BP.BQ$. Using the two previous formulas, we express $BP^2$ and $BQ^2$ in terms of $\ell$ to obtain: $$x^2=2\ell^2-3\ell\sqrt3+5-BP.BQ.$$
• We may express $BP.BQ$ in terms of $PBQ$'s area: $\displaystyle BP.BQ=\frac{2\mathscr{A}(PBQ)}{\sin(60)} =\frac{4\mathscr{A}(PBQ)}{\sqrt3}\cdot$
• But the above area can also be calculated as $$\mathscr{A}(ABC)-\big(\mathscr{A}(ABP)+\mathscr{A}(CBQ)\big) =\ell^2\frac{\sqrt3}4-\left(\frac\ell2+\frac\ell4\right) =\ell\frac{\sqrt3}4(\ell-\sqrt3).$$ We thus have $BP.BQ=\ell(\ell-\sqrt3)$, then $\color{firebrick}{x^2=\ell^2-2\ell\sqrt3+5}$.
• It remains to find one last relation between $\ell$ and $x$.
Segment $[A,C]$ has length $\ell\sqrt3$, but also $2+x+1$; hence $\color{firebrick}{\ell=\sqrt3+\frac{x}{\sqrt3}}\cdot$
• Finally, substituting $\ell$ with $\sqrt3+\frac{x}{\sqrt3}$ in the expression of $x^2$ above, we obtain this second degree equation: $x^2=\frac{x^2}3+2$. Its positive solution is $x=\sqrt3$.
• Comment on the configuration.
Interesting properties can be noticed. The circles $\mathscr{C}_1$ and $\mathscr{C}_2$ circumscribed to triangle $ABP$ and $CBQ$ respectively are tangent at $B$, and the common tangent is thus the bisector of $[BP)$ and$[BQ)$.
Also $\mathscr{C}$, the circumscribed circle to $ABC$, meets the straight lines $(BP)$ and $(BQ)$ at $P'$ and $Q'$ respectively. Then $(AP')$ and $(CQ')$ are parallel, and $P'Q'=AC$…