Given:
If w, x, y, and z are non-negative integers, each less than 3, and w(3^3)+x(3^2)+y(3)+z=34, then w+z= ?
Looks interesting. I made an error initially, and quickly realised where I went wrong.
I'll post my understanding below:
Step 1:
We can re write the equation as:
27w + 9x + 3y + z = 34
Step 2:
We can consider w = 0 and see.
9x + 3y + z = 34.
now we know x, y and z can be equal to 0, 1 or 2.
Let's consider the max value of each of them:
9*2 + 3*2 + 2 = 18+6+2 = 26 (which is way less than the equation). therefore w = 0 is ruled out.
Step 3:
Let's consider w = 1.
27 + 9x + 3y + z = 34
9x + 3y + z = 7
Now if we put value of x to be 1 or anything greater than 1, the equation will not hold true.
(example: 9 + 3.0 + 0 = 7 is not true. We are minimising the other values to see)
Therefore x must be 0.
Now we know that w = 1, and x = 0
Step 4:
Now, the equation becomes:
27 + 0 + 3y + z = 34
Let's see what fits in here:
3y + z = 7
we can put value of y to be 0, 1 and 2.
case 1:
y = 0:
z = 7 - 0 (ruled out, as z must be less than 3, or z must be either 0, or 1 or 2)
Case 2:
y = 1:
z = 7-3 = 4 (ruled out for the same reason above)
Case 3: y = 2:
z = 7-6 = 1.
Step 5:
Now we know all the values of w, x, y, z.
w = 1
x = 0
y = 2
z = 1
We can say that w+z = 2.
Hit kudos if you liked my explanation.
If not, please point out where I went wrong, and I'd be happy to correct that.
(Please remember that this is just an explanation, and we are not expected to solve in such an elaborate fashion in the actual test.)
Thanks