Page 1 of 1
Problem 150 typo
Posted: Tue Jul 31, 2007 3:05 am
by deinst
"elememts" is a typo
Re: Problem 150 typo
Posted: Tue Jul 31, 2007 7:45 pm
by GraemeMcRae
Also,
Problem 148: "wich" is a typo
Problem 154: "calulate" is a typo
Problem 155: "elecric" is a typo
Problem 158: "characterstrings" is a typo
(I'll let you slide on the double L's in words like cancelled, and the ou in colour as well as the -ise in standardise because people in some very remote parts of the world regard these spellings as -- though it may be hard to believe -- correct!)
Re: Problem 150 typo
Posted: Wed Aug 01, 2007 4:43 am
by rayfil
people in some very remote parts of the world
The English language was certainly not invented in the U.S. but adapted in that remote part of the world by immigrants from England who may not have had the highest of education at that time. Correct spelling all depends on perspective, doesn't it?
Thanks for spotting and reporting those typos.
Re: Problem 150 typo
Posted: Wed Aug 01, 2007 2:53 pm
by GraemeMcRae
rayfil wrote:Correct spelling all depends on perspective, doesn't it?
Indeed. I was kidding, as I think you know. In just about
all of the world outside the United States, the U.K. spelling is used, so
we're the remote people. I don't know whether education is a factor, but I've heard that when a country is colonized, the language stops developing for a time. It somehow loses whatever momentum it had. The result, 200 years later, is a language in the colony that is very similar to that of the mother country 200 years ago. So not only does our notion of "correct" language vary from place to place, but also from time to time.
Problem 150
Posted: Wed Nov 26, 2008 5:07 pm
by JamieCamardelle
I wonder if degenerate triangles should be considered - should a single term of the sequence sk be considered a subtriangle sum?
Expand
### spoiler removed - ed_r ###
Re: question on problem 150
Posted: Wed Nov 26, 2008 6:33 pm
by jaap
JamieCamardelle wrote:I wonder if degenerate triangles should be considered - should a single term of the sequence sk be considered a subtriangle sum?
I think so, that would be a triangle of size 1.
Re: question on problem 150
Posted: Wed Nov 26, 2008 11:44 pm
by ed_r
Jamie, your hidden text was a bit too close to being a spoiler. So I removed it.
Re: Problem 150
Posted: Thu Mar 03, 2011 8:03 pm
by elr
does triangles that made of a single number allowed ?
Re: Problem 150
Posted: Fri Mar 04, 2011 3:14 am
by rayfil
Would you consider a single point as a triangle

Re: Problem 150
Posted: Fri Mar 04, 2011 4:48 am
by TripleM
I can certainly draw a triangle around one number in the array.
Re: Problem 150
Posted: Sat Feb 18, 2012 1:14 pm
by mvaneerde
It might be worth considering the following clarification: upside-down triangles are not considered valid.
Re: Problem 150
Posted: Sat Feb 18, 2012 9:47 pm
by rayfil
From the problem description
Sub-triangles can start at any element of the array and extend down as far as we like (taking-in the two elements directly below it from the next row
Isn't that clear enough? How could you ever make valid upside-down triangles with that definition?
Re: Problem 150
Posted: Sat Jun 08, 2013 9:08 am
by mdean
Just to make it perfectly clear, although chances are it won't be an issue, do triangles of size 1 count?
Re: Problem 150
Posted: Sat Jun 08, 2013 12:29 pm
by mpiotte
mdean wrote:Just to make it perfectly clear, although chances are it won't be an issue, do triangles of size 1 count?
Yes they count.
But consider this. What is the minimum value of a triangle of size 1? And what is the mean and standard deviation of a triangle of size
k filled with independent random variables distributed according to the generator output? (Ignoring the fact that these are pseudo-random only.)
Re: Problem 150
Posted: Fri May 27, 2016 6:43 pm
by Flood1993
Could someone confirm the following values? (Generating the triangle the same way)
For 10 rows:
-1***491
For 50 rows:
-1005***9
For 500 rows:
-190***504
Thank you
Re: Problem 150
Posted: Sat May 28, 2016 2:29 am
by dawghaus4
I agree with 10 rows, but not 50 and 500 rows.
Tom
Re: Problem 150
Posted: Fri Sep 11, 2026 7:55 pm
by drassont
@Flood1993: I also get the same result as you for 10 rows, but not for 50 rows.