Discover how many solutions are there based on different combinations of the variables being equal to 0 (i.e., x=0, y=z, z=0).
We know that all the variables cannot equal 0 because 0 != 20. So, look at how many solutions there are when either 0, 1, or 2 variables are set to 0.
For the case of 1 variable equals 0:
x=0 --> 3y+8z = 20
To see how many solutions satisfy this, start off with seeing the possible values for the highest coefficient (i.e., 8). There are two possible values (1 and 2) since if z =3, that side of the equation would be greater than 20. When z=1, y=4. When z=2, there are no possible solutions since 3y+8(2)=20 -> 3y=4 and 4 is not divisible by 3.
Thus, there's only 1 solution.
y=0 --> x+8z=20.
Following the steps as above, we get 2 solutions (as x can take on any value since it's coefficient is 1)
z=0 --> x+3y=20.
Starting off with the variable with the highest coefficient (i.e., 3). There are six possible values for y since y>6 would cause that side of the equation to be greater than 20. And, we know all these solutions work since x can take on any value as its coefficient (1) is divisible by every number.
Thus, we get 6 possible solution.
For the case of 2 variable equals 0:
If you set any two variables two zero, you have to see if the coefficient of the remaining variable is a factor of 20. The only situation in which this work is when y and z are equal to 0.
So, there's only 1 solution.
For the case of no variable is equal to 0:
Similar to the steps above, take the variable with the highest coefficient aka z and see what are the possible solutions. We determined the possible values were z=1 and z=2.
When z=1 --> x+3y+8(1)= 20 -> x + 3y = 12
Once again, take the variable with the highest coefficient aka y and see how many possible solutions. There are 3 values (y=1, 2, or, 3). We don't consider 4 as that will set x=0 and we've already counted that solution above when we were considering the variables that equal 0. Since x can take on any value, the total solutions are 3.
When z=2 --> x+3y + 8(2) = 20 --> x+ 3y = 4
Once again, take the variable with the highest coefficient aka y and see how many possible solutions. There is only 1 value (y=1). So, total possible solution is 1.
Combining all the possible solutions above: 1+2+6+1+3+1 = 14