Page 1 of 1
Problem 105
Posted: Wed Aug 17, 2011 1:33 pm
by idantlol
Problem 105 (
View Problem)
I'm out of ideas where my mistake might be for this problem. I'm getting that 31 of the sets are special sum sets, is this too low or too high?
Re: Problem 105
Posted: Thu Aug 18, 2011 9:34 pm
by thundre
idantlol wrote:Problem 105 (
View Problem)
I'm out of ideas where my mistake might be for this problem. I'm getting that 31 of the sets are special sum sets, is this too low or too high?
Answered in PM.
Re: Problem 105
Posted: Thu Aug 18, 2011 9:42 pm
by idantlol
Ah, knowing roughly what to look for I found where my mistake was. Thank you

Re: Problem 105
Posted: Sun Aug 12, 2012 2:07 pm
by vstastny
Hi, I'm trying to figure out why the sequence
348, 329, 343, 344, 338, 315, 169, 359, 375, 271
is not considered to be the special sum sets. My algorithm has identified this one to be the special sum set, unfortunately, this is not correct. Could anyone give me an example why this sequence cannot form the special sum set. Thank you.
Re: Problem 105
Posted: Sun Aug 12, 2012 4:01 pm
by jaap
vstastny wrote:Hi, I'm trying to figure out why the sequence
348, 329, 343, 344, 338, 315, 169, 359, 375, 271
is not considered to be the special sum sets. My algorithm has identified this one to be the special sum set, unfortunately, this is not correct. Could anyone give me an example why this sequence cannot form the special sum set. Thank you.
It fails the second property:
169+271+315+329+338 < 344+348+359+375
Re: Problem 105
Posted: Sun Aug 12, 2012 5:27 pm
by vstastny
jaap wrote:vstastny wrote:Hi, I'm trying to figure out why the sequence
348, 329, 343, 344, 338, 315, 169, 359, 375, 271
is not considered to be the special sum sets. My algorithm has identified this one to be the special sum set, unfortunately, this is not correct. Could anyone give me an example why this sequence cannot form the special sum set. Thank you.
It fails the second property:
169+271+315+329+338 < 344+348+359+375
Thanks jaap, problem solved.