Use the system
$\begin{cases}x+z = 95 \\ z=45 \\ 2z+y = 150 \end{cases}$
Then in order to solve it represent it as $Ax=b:$
$Ax = b \Rightarrow\begin{bmatrix}1&0&1 \\ 0&0&1 \\ 0&1&2\end{bmatrix}\cdot x = \begin{bmatrix}95\\45\\150\end{bmatrix}$
Then $x=50,y=60,z=45$.
As you have more equations than unknowns ($5$ equations vs $3$ unknowns) then you have to get rid of $2$ equations. This is called an overdetermined system of equations.
But first, you have to prove that there exists a lineal combination involving the coefficients of the $5x3$ matrix , this is done measuring the rank of the coefficient matrix and comparing it to the rank of the augmented matrix, which in your case both have rank $3$, satisfying Rouché–Capelli theorem