Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

A warmup game

You are given a set of "dominoes". Each domino has two numbers, an upper and a lower number. You are not allowed to turn the domino around. Your task is to find a subset of dominoes (at least one domino) such that the sum of all the upper numbers is the same as the sum of the lower numbers. E.g. if you are given a set of dominoes (1/3, 5/4,4/8 ,3/2), then one subset of dominoes that gives the same upper and lower sum is (1/3,5/4,3/2) since 1+5+3=3+4+2.

So, your warmup game starts below, the set of dominoes is:

find a subset of dominoes that gives the same upper and lower sum.
This page is a permanent link to the reply below and its nested replies. See all post replies »
Reboot153 · 22-25, M Best Comment
Or, even better, because you said:

[quote]find a subset of dominoes (at least one domino)[/quote]

The easiest solution would be to add all the top numbers together for the top number and the bottom numbers together for the bottom number to create one domino that fits the requirement:

[u]60[/u]
25
sumojumo · 36-40, M
@Reboot153 even easier, you can add a new domino 1/1, add it to the set and then select only that one. All games are simple if you can adapt the rules as you go.
Reboot153 · 22-25, M
@sumojumo Wow, you phrase stuff in the worst way possible and then get pissy when someone beats your little game.
sumojumo · 36-40, M
@Reboot153 what does "subset" mean to you?
Reboot153 · 22-25, M
@sumojumo Subset: A piece that is part of a larger whole. ie. Vowels are a subset of letters of the alphabet.
sumojumo · 36-40, M
@Reboot153 so, if you are [b]given[/b] a set, from where do the elements of a subset come from?
Reboot153 · 22-25, M
@sumojumo Yea, I see what you're saying but then your rules contradict the requirement. We're supposed to add up all the top numbers, add up all the bottom numbers, and then find a number in the original set that has the same top number and bottom number as the sums.

What you're saying makes no sense and your communication skills arent helping.
sumojumo · 36-40, M
@Reboot153 wow, it seems we are at a bad start, and and I am to be blamed for that. Sorry if I sounded pissed, that is because I am but that has absolutely nothing to do with you, I had an annoying day, so you were just an innocent passerby. I sincerely appreciate your interest and I will do my best to clarify the ambiguities in the instructions. But currently I am struggling with how you understand them, so i have a question for you. Did you read the example? Is that one clear?
Reboot153 · 22-25, M
Ok, ok, [b]now [/b]I get what you're saying. I had my parents take a look at the problem as well and now I understand the instructions. I'll be honest, the way the problem is worded with "set," "subset" and just the way it's said makes it REALLY confusing. As one other person said in the post:

uuh idk wtf youre saying

So, now I get it and the answer is:

10/1, 2/9, 1/3. The top numbers add up to 13 and the bottom numbers add up to 13.
sumojumo · 36-40, M
@Reboot153 great, I am glad. Congratulations, there are actually two solutions to this problem if you are interested. But of course, you win this game, and I will send you a small token of appreciation.

I believe that the wording might be confusing, my usual goal audience are mathematicians, so my language might be a bit specific. I will take this into account next time I post a game on SW. Thank you again for your feedback, and thanks to your parents for the help.