How do I reduce this matrix to row echelon form and hence find the determinant, or is there a way that I am unaware of that finds the determinant of this matrix without having to reduce it row echelon form given this is all I know and there exists no additional information.
$\left[ \begin{array}{ccc} 1+x & 2 & 3 & 4 \\ 1 & 2+x & 3 & 4 \\ 1 & 2 & 3+x & 4 \\ 1 & 2 & 3 & 4+x \\ \end{array} \right]$
Let $A$ be the matrix in your question, then $x$ is an eigenvalue since $A-xI$ is clearly singular and the dimension of its corresponding eigenspace is $3$, hence $\lambda_{1} = \lambda_{2} = \lambda_{3} = x$. The trace is equal to the sum of its eigenvalues, so $\lambda_{4} = x+10$. Finally, the determinant is equal to the product of the eigenvalues so $\operatorname{det}(A) = x^{4}+10x^{3}$.