I came across a problem which is as follows-
Let
$$\frac{x}{2}=\frac{y}{-1}=\frac{z}{3}\\ \frac{x}{-1}=\frac{y}{3}=\frac{z}{\frac{5}{3}}\\ \frac{x}{-32}=\frac{y}{-19}=\frac{z}{15}$$
be three lines. A plane intersecting these lines at $A$, $B$ and $C$ respectively such that $PA = 2$, $PB = 3$ and $PC = 6$ ( $P$ is the origin) Find the perpendicular distance of the plane from the point $P$.
My attempt: I assumed general points on the lines as $(2a,-1a,3a)$ , $(-b,3b,5/3b)$, $(-32c,-19c,15c)$ respectively and using the given distance of the points from the the origin, the values of $a$, $b$ and $c$ come out to be $2/(14)^{1/2}, 9/(115)^{1/2}, 6/(1610)^{1/2} $ respectively. But I have no idea how to proceed further.
Any help would be greatly appreciated!

Hint:
Using geometry, we'll find the distance $d$ from $P$ to the plane $ABC$.
The volume of the tetrahedron $PABC$ is $$\frac{1}{3} \cdot d \cdot \operatorname{Area} ABC$$
Therefore, the distance $d$ is $$d = \frac{3 \operatorname{Vol}PABC}{\operatorname{Area} ABC}$$
Now, the volume of the tetrahedron equals $$\operatorname{Vol}PABC = \frac{1}{6} |\det (PA, PB, PC)|$$ while $$\operatorname{Area} ABC = \frac{1}{2} \| AB \times AC \|$$ Putting all together we get $$d = \frac{ |\det (PA, PB, PC)|}{\| AB \times AC \|}$$