I have a problem with calculating the coordinates of a $3$ dimensional vector. In my coursebook there is given a picture of a pyramid, which you don't have to see for answering my question.
So there is the point $T = (3,3,8)$ and $B = (6,6,0)$. Together they form a line. Now there is the point $P$ such, that $BP=\frac{1}{4}BT$.
How can I find the coordinates of point $P$? I do know that you can just take the average when you want to find a point right in the middle of $2$ other points. But here I tried this:
$\frac{3}{4} \big( (3,3,8) + (6,6,0) \big)= \frac{3}{4} (9,9,8) = (6.75,6.75, 6)$. The answer book says that point $P$ is $(5.25,5.25,2)$.
Anyone knows how to calculate the point $P$?
Add $\frac34$ of the difference between $B$ and $T$ to $T$. So $P$ has coordinates $$(3,3,8)+\frac34((6,6,0)-(3,3,8))=(5.25,5.25,2).$$ In terms of vectors, $\overrightarrow{OP}=\overrightarrow{OT}+\frac{3}{4}\overrightarrow{TB}=\overrightarrow{OT}+\frac{3}{4}(\overrightarrow{OB}-\overrightarrow{OT})$.