In a set of geometry problems, I got this one:
If in a triangle $ABC$ with segments $AB=8$, $BC=4$, and $3A+2B=180^{\circ}$, calculate the side $AC$
My solution was
Let $A=2\alpha$,$B=90^{\circ}-3\alpha$, where $\alpha<30$, then the second condition is always met.

So $$tan(2\alpha)=\frac{cos(3\alpha)}{2-sen(3\alpha)}$$ $$\frac{2sen(\alpha)cos(\alpha)}{cos(2\alpha)}=\frac{cos(\alpha)(2cos(2\alpha)-1)}{2-sen(\alpha)(2cos(2\alpha)+1)}$$ $$\frac{2sen(\alpha)}{cos(2\alpha)}=\frac{2cos(2\alpha)-1}{2-sen(\alpha)(2cos(2\alpha)+1)}$$ $$4sen(\alpha)-2sen^2(2cos(2\alpha)+1)=2cos^2(2\alpha)-cos(2\alpha)$$ $$4sen(\alpha)+(cos(2\alpha)-1)(2cos(2\alpha)+1)=2cos^2(2\alpha)-cos(2\alpha)$$ $$4sen(\alpha)+2cos^2(2\alpha)-cos(\alpha)-1=2cos^2(2\alpha)-cos(2\alpha)$$ $$sen(\alpha)=\frac{1}{4}$$
We now construct the altitude to $BC$

And since $sin(\alpha)=\frac{1}{4}$ we set $AC=4k$, $CE=k$, $AE=\sqrt{15}k$
Then it follows from pythagoras that $$(k+4)^2+15k^2=64$$ $$16k^2+8k-48=0$$ $$2k^2+k-6=0$$ $$(2k-3)(k+2)=0$$ Since $k$ is positive, $k=\frac{3}{2}\iff AC=4k=6$ But the $2,3,4$(from the sides $4,6,8$) pattern makes me think there is an easier way, so it makes me think I missed something obvious. Any hints are ideas are greatly appreciated.


From A=2α, B=90-3α it follows that C=90+α since the sum of the angles are 180° Now apply the Laws of Sine involving AB and BC, use an identity for sin(90+α) and you get a fairly straight forward trig equation with sinα and cosα from which you can find sinα = 1/4 Took me two lines... PS, Great question!!!