For which values of the parameter $p$ will the set of vectors $B =\{b_1,b_2,b_3,b_4\}$ form a basis in $\mathbb R^4$? For these values of $p$ determine the coordinate vector $[v]_B$.
$$\begin{align} b_1 &= (\sqrt2,2,11,13)^T\\ b_2 &= (\sqrt2,9,15,12)^T\\ b_3 &= (\sqrt2,-19,4,19)^T\\ b_4 &=(\sqrt2,9,-5,p)^T\\ v &=(\sqrt2,-5,-48,-19+3p)^T\end{align}$$
As far as I understood we have to find these values of $p$ for which vectors $(b_1,b_2,b_3,b_4)$ will be independent and span the whole space.
Vectors form a basis of $\mathbb R^4$ if they are linearly independent and if they span the space. Since you have four vectors, and $\dim\mathbb R^4=4$, you just need to check their linear independence.
Vectors are linearly independent (L. I.) if the linear combination is equal to 0 only when all the coefficients are zero, that is: $$\alpha b_1+\beta b_2 +\gamma b_3+ \delta b_4=0 \iff \alpha=\beta=\gamma=\delta=0\tag1$$ $(1)$ is a system of four equations, which you can solve to find the desired value(s) of $p$.