You can put this solution on YOUR website! You didn't specify a solution method.
Hopefully a matrix solution is OK.
[A][x]=[b]
where
[A]=
[x]=
[b]=
We then need to find the inverse of [A]([Ainv]) and matrix multiply by [b] to get [x].
[A][x]=[b]
[x]=[Ainv][b]
[Ainv]=(1/63)*
[Ainv][b]=(1/63)*
[x]=
x=1
y=5
z=-5