There is a problem here in Q. $5$ on the last page. It states to find coordinates of point $p$.
Taking point $a=(3,2,5,1), \ b=(3,4,7,1), \ c= (5,8,9,3)$.
Also, $b$ has two coordinates in common with $a$, and $p$ lies on the same line as $a,b$.
So, those two coordinates of $p$ are same as $a,b$. Hence, $p= (3,x,y,1)$; where $x,y\in \mathbb{R}$ are unknown.
Given that $\triangle acp, \triangle bcp$ are right-angled; get:
$1. \ \ \triangle acp:\ \ \ \ \ {ac}^2 = {ap}^2 + {cp}^2\implies({(-2)}^2+6^2+4^2+2^2) = ({(x-2)}^2 +{(y-5)}^2) + (2^2+{(8-x)}^2+{(9-y)}^2+{(-2)}^2 )$
$60 = 2x^2+2y^2-20x-28y+182\implies x^2+y^2-10x-14y+61=0$
$2. \ \ \triangle bcp:\ \ \ \ \ {bc}^2 = {bp}^2 + {cp}^2\implies(2^2+4^2+2^2+2^2) = ({(x-2)}^2 +{(y-5)}^2) + (2^2+{(8-x)}^2+{(9-y)}^2+{(-2)}^2 )$
$28 = 2x^2+2y^2-20x-28y+190\implies x^2+y^2-12x-16y+95=0$
From $1,2$, get: $-2x -2y +34 = 0\implies x +y -17=0$.
But, how to proceed it further to find coordinates of $p$ is unclear.

