I have been stuck on this problem for a while now. And have gotten close to slowing it but I am unsure what small mistake I am doing.
This is the question [Here is the Question, it is in Norwegian but translated it says "In the $\triangle ABC$ $AC=8$, $\angle B=30^\circ$ and the length of the Normal $BP$ from $B$ thru the line $AC$ is $6$. Find the angles of $ABC$"[1]
https://i.stack.imgur.com/gFieI.png
[Solution] [2]: https://i.stack.imgur.com/GB3jl.png
This has been my idea so far:
$sin(30) = \frac 8x, x= 16$ such that I find the length of line CB
$$\sin(c) = \dfrac{6}{16}, x= 0.365$$
$$\sin^{-1}(\sin(0.366)) = 22.02$$
I don't bother to do anything more since finding the other angel will of course result in the wrong result
Thank you for the help in advance

Let $AP = x$.
Then $AB = \sqrt{ x^2 + 36}$ and $CB = \sqrt{ x^2 + 16x + 100 }$.
Consider angles $\angle CBP, \angle ABP$.
$\sin \angle CBP = \frac{8+x} { \sqrt{ x^2 + 16x + 100 }}, \cos \angle CBP = \frac{6}{ \sqrt{ x^2 + 16x + 100 } }$.
$\sin \angle ABP = \frac{x}{\sqrt{x^2 + 36 } }, \cos \angle ABP = \frac{6}{\sqrt{x^2 + 36 } }$.
Hence, $ \frac{1}{2} = \sin 30^\circ = \sin (\angle CBP - \angle ABP) = \frac{8+x} { \sqrt{ x^2 + 16x + 100 }} \times \frac{6}{\sqrt{x^2 + 36 } } - \frac{6}{ \sqrt{ x^2 + 16x + 100 } } \times \frac{x}{\sqrt{x^2 + 36 } }$
This gives us $(x^2 + 16x + 100)(x^2 + 36) = 96^2$.
Solving the quartic polynomial for $x$, we get $ x = 2(\sqrt{ 12 \sqrt{3} - 5 } - 2 ) \approx 3.95$
Finally, $\angle BCP = \sin^{-1} \frac{ 6}{\sqrt{ x^2 + 16 x + 100 }} \approx 26.7$ as stated.