Recently, there was a garage sale in my neighborhood. A game was decided to give away free household items.
From the numbers 1, 2, 4, 8 and 16, I get to choose any 3 of them and find their sum. If the sum is equal to the number of a household item, I will get to have it for free!
In the garage, there was 4 valuable items, an Oven 12, an AC 15, a TV 19, and a Fridge 23.
Sadly, I realised that I could only get 1 of the 4 valuable items.
Which valuable item did I get?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
As noted in another solution, 1 + 2 + 1 6 = 1 9 , so it is possible to get the TV.
It is not possible to get the Oven (12): Since 1 2 is even, 1 cannot be included in the sum. Neither can 1 6 as it is too large. The only remaining option is 2 + 4 + 8 = 1 4 , which will not win the Oven.
It is not possible to get the AC (15): The only way to get an odd sum is to include the number 1 in your sum. Again, 1 6 cannot be used as it is too large. This leaves only 1 + 2 + 4 = 7 and 1 + 2 + 8 = 1 1 , neither of which wins the AC.
It is not possible to get the Fridge: Again, we must include 1 in order to get an odd sum. As seen in the previous step, we cannot get a sum of 2 3 if we exclude 1 6 from our sum. So 1 6 must also be in our sum. We've also seen that 1 + 2 + 1 6 = 1 9 wins the TV, not the Fridge. This leaves only 1 + 4 + 1 6 = 2 1 and 1 + 8 + 1 6 = 2 5 , neither of which wins the Fridge.
1+2+16 = 19. That will get you the TV19.
Problem Loading...
Note Loading...
Set Loading...
Find the binary of each number. Whichever number in binary form has three ones is the number you can get.
1 2 = 1 1 0 0 2
1 5 = 1 1 1 1 2
1 9 = 1 0 0 1 1 2
2 3 = 1 0 1 1 1 2
As you can see, 19 is the only number that has exactly three ones in its binary representation. Therefore, the answer is 19 .