Let's begin by constructing a diagram:
\begin{tikzpicture}[blue]
\coordinate (A) at (0,0);
\coordinate (B) at (2,5);
\coordinate (C) at (8,0);
\coordinate (N) at (3.28,3.93);
\coordinate (P) at (2,2.4);
\draw[blue, ultra thick] (A) -- (B) -- (C) -- cycle;
\draw[blue, ultra thick] (A) -- (N);
\draw[blue, ultra thick] (B) -- (P);
\draw[blue, ultra thick] (P) -- (C);
\path (A) node[below left] {A} -- (B) node[above] {B} -- (C) node[below right] {C} -- (N) node[above right] {N} -- (P) node[below=5pt] {P} -- (C) node[above=5pt, left=25pt] {$\alpha$} -- (N) node[left=5pt] {$\theta_1$} -- (B) node[below=30pt,left=-2pt] {$\theta_2$} -- (B) node[below=12pt,right=-2pt] {$\theta_3$} -- (C) node[above=20pt, left=25pt] {$\theta_4$};
\end{tikzpicture}
where:
$$\theta_1=90^{\circ},\,\theta_2=20^{\circ},\,\theta_3=40^{\circ},\,\theta_4=30^{\circ}$$
Can you find $\angle\text{NPB}$?