If the coordinate $T(3,4,3) ,B(6,0,0),C(6,0,6)$ and $P(2,0,0)$ in $3$ -dimensions. What is the coordinate of the foot altitude of $P$ with respect to plane $TBC$.
My-Progress:
I am trying to use the equation of plane before resulting $4x+3y=24$. What I need to do next or this step is unnecessary.
You are correct that the plane containing $T$, $B$, and $C$ has equation $4x+3y=24$. So a vector perpendicular to that plane is $(4,3,0)$. Multiplying that vector by some real number $k$ will give the vector from $P$ to its projection $Q = (x_Q,y_Q,z_Q)$ on the plane:
$$ k(4,3,0) = (x_Q,y_Q,z_Q) - (2,0,0) $$ $$ \begin{align*} x_Q &= 4k+2 \\ y_Q &= 3k \\ z_Q &= 0 \end{align*} $$
Since point $Q$ is in the plane, its coordinates satisfy the plane's equation:
$$ 4x_Q + 3y_Q=24 $$ $$ 4(4k+2) + 3(3k) = 24 $$ $$ k = \frac{16}{25} $$ $$ Q = \left(\frac{114}{25}, \frac{48}{25}, 0\right) $$