Each of the numbers w,x,y and z is equal to either 0 or 1. What is the value of w+x+y+z?
(1) w/2+x/4+y/8+z/16=11/16
(2) w/3+x/9+y/27+z/81=31/81
Please explain why the answer is D.
Capthan Wrote:Each of the numbers w,x,y and z is equal to either 0 or 1. What is the value of w+x+y+z?
(1) w/2+x/4+y/8+z/16=11/16
(2) w/3+x/9+y/27+z/81=31/81
Please explain why the answer is D.
jwinawer Wrote:Capthan Wrote:The question says 'Each of the numbers w,x,y and z is equal to either 0 or 1'.!!![/quote
Correct. This means that all the variables might be 0, or they might all be 1, or some might be 1 and some might be 0. Any combination is acceptable according to the setup in the question as long as each one is either 0 or 1. We thus have to ask what we can deduce from the information in the statements. Let's take statement 1.
(1) w/2+x/4+y/8+z/16=11/16
With so many unknowns it seems that it might be impossible to infer anything. But in fact we can. Let's try both possibilities, x is 1 and x is 0, and see if each is possible.
First, can x be 0? If x is 0, we could make w, y, and z 1. In this case the sum would be 11/16, as stated. So yes, x can be 0.
Second, can x be 1? Let's try. If we also make w equal to 1, then we get a contradiction: 1/2 + 1/4 is 12/16, which is greater than (and hence not equal to) 11/16. OK. What if w is 0 and y and z are 1? Then we get 1/4 + 1/8 + 1/16. This is too small. So it boils down to this: once we commit to making x equal to 1, either we also make w equal to 1 and we are too high, or we make w equal to 0 and we are too low. Like playing blackjack against the dealer!
Therefore, we have found that given statement 1, x MUST equal 1.
Similar logic will work for statement 2. I believe this is the idea suggested by the commenter above - I just fleshed out the details a little more.
neerajkadyan Wrote:Ron
So in 1
we have
(8w/16) + (4x/16) + (2y/16) + (z/16)
_________________________________ = 11/16
16
why cant I have the options as
8(1) + 2(1) + 1(1) = 11
or
8(0) + 4(2) + 2(1) + 1 (1) = 11
so the options are
1110
0211
so A is insufficent