Inactive Tutor answered 09/09/14
Tutor
New to Wyzant
So the 4 digit number is WXYZ and I guess you're suppose to determine the integer.
And the digits W, X, Y, and Z are related as follows:
X = W + Y + Z ........ eq 1
W = Y + 1 ............eq 2
Z = W - 5 ............ eq 3
Please keep in mind that you're working with nonnegative integers which are strictly less than 10 (or digits)
Some immediate observations: Be sure you understand how they were attained!!!
1. 0 <= X <= 9 (because 0<= W + Y + Z <= 9)
2. W + Y >= 9 (because W >= 5 and Y >= 4 implies W + Y >= 5 + 4 = 9)
3. W >= 5 (because Z is a digit and so Z >=0 or W - 5 >=0 implies W >=5)
4. Y >= 4 (because W >= 5 implies that Y + 1 >=5 or Y >=4 )
5. Z = 0 (because X = W + Y + Z and W + Y >= 9 implies that Z = 0)
From the above observations we now have the following important results.
W = 5, Y = 4 X = 9 and Z = 0 and W + Y = 9
Now let's form the number or positive integer WXYZ which is 5940.