x = 5, y = 4, z = 3
You have 3 unknown numbers x, y, and z in a system of equations
From the information given
Equation 1
x + y + z = 11
Equation 2
2x + 3y + 4z = 30
Equation 3
5x - y = 21
Well there is already one equation available in two unknowns
5x - y = 21
If you eliminate z from the other two equations you can work with two unknowns and solve for the other variables
If we multiply the first equation by negative 4 we have
-4x - 4y - 4z = -44
If we add this to the second equation we will eliminate z
2x + 3y + 4z = 30
-4x - 4y - 4z = -44
We get
-2x -y = -14 another equation in x and y
We can work with the equation above and equation 3 to solve for x
5x - y = 21
-2x - y = -14
Mulitiply Equation 3 by negative 1
-5x + y = -21
Combine it with -2x - y = -14 to eliminate y
-5x + y = -21
-2x - y = -14
-7x = -35
Divide both sides of the equation by -7 to give x
x = 5
Substitute this value for x in the original equation 3 to solve for y
5x - y = 21
5(5) -y = 21
25 - y = 21
Subtract 25 from both sides of the equation
-y = 21 - 25
-y = -4
Divide both sides of the equation by negative 1 to solve for y
y = 4
To find z we can substitute the values for x and y in equation 1
x + y + z = 11
5 + 4 + z = 11
Combine like terms
9 + z = 11
Subtract 9 from both sides of the equation to give z
z = 11 - 9
z = 2
You can check the values in all the equations
Equation 1
x + y + z = 11
5 + 4 + 2 = 11
11 = 11
Equation 2
2(5) + 3(4) + 4(2) = 30
10 + 12 + 8 = 30
30 = 30
Equation 3
5x - y = 21
5(5) -4 = 21
25 - 4 = 21
21 = 21
I hope you find this useful and of course there other ways to approach the problem.