1 0 ⋮ 5 1 1 ⋮ 2 6 1 2 ⋮ 1 3 7 1 3 ⋮ 4 8 1 4 ⋮ 9 1 5 ⋮ 1 6 ⋮
The pyramid above is being built with all positive integers appearing in ascending order, with each additional row having two more elements. Each number colored red satisfies ( Red Number ) = ( First Number in its Row ) + ( First Number in its Column ) . The three numbers 3 = 2 + 1 , 1 2 = 1 0 + 2 , 1 4 = 1 0 + 4 all satisfy this condition, while 7 = 5 + 2 , for example, doesn't.
Going deep down much further, will the number 2 2 0 1 7 be colored red?
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.
Sir, was my method that I said to Vinayak was correct? @David Vreken
Thanks for the solution, Sir! Can it be done like @Aryan Sanghi told?
Log in to reply
Well, it is true that no number in an odd row will be colored red, but ⌊ 2 2 0 1 7 ⌋ + 1 is an even number, not an odd number (see here ), so unfortunately that method would need a little more work.
Log in to reply
Oh, so what can be done after knowing no element is in odd row?
Log in to reply
@Vinayak Srivastava – I'm not sure if you can use that fact to prove the answer. I ended up using a different method.
Log in to reply
@David Vreken – No problem! Your method is excellent! Upvoted!
How can you possibly prove this? I thought that 3, 12, 14 are not powers of 2 and therefore 2 2 0 1 7 would not satisfy the given condition
Yes, What is the proof of this? @David Vreken , @Aryan Sanghi , @Siddharth Chakravarty , @Mahdi Raza , @Ronald Chén
Log in to reply
You'll see that no number in an odd-th number of row will be coloured red(try and prove). 2 2 0 1 7 lies in a odd-th number of row, as ⌊ 2 2 0 1 7 ⌋ + 1 is an odd number where ⌊ . ⌋ denotes floor function. Hope it helps. :)
@Vinayak Srivastava @Alex Mandelias
Log in to reply
Ok, thank you! Any hint(small only)? I can't understand where to start. Is it related to parity?
Log in to reply
@Vinayak Srivastava – Exactly, it is related to parity. Try checking difference better the number and first element of the row where number lies.
Log in to reply
@Aryan Sanghi – Till now I got to this:
The first no. of an odd-th row is odd, and even-th row is even.
The first no. of an odd-th column to the right side is an odd perfect square, and to the left side is also odd.
An odd no.+An odd no. =Even no.
How to proceed?
Log in to reply
@Vinayak Srivastava – Check the first number of each column from middle and proceed on both directions. You'll get the pattern.
Log in to reply
@Aryan Sanghi – I think there is no even number in an odd row and odd column both at the same time. But, in an odd row, we definitely need an odd column to make an even no. Is this correct?
Log in to reply
@Vinayak Srivastava – Yes, it seemd correct. :)
I found that every red number must have at least one odd factor (see my solution).
Log in to reply
@David Vreken is my method correct sir?
Log in to reply
@Aryan Sanghi – It's true that no number in an odd row will be colored red, but ⌊ 2 2 0 1 7 ⌋ + 1 is an even number, not an odd number (see here ), so unfortunately your method would need a little more work.
Log in to reply
@David Vreken – Ohk, my calculation was really bad. Thanks a lot sir for seeing to my solution. :)
Problem Loading...
Note Loading...
Set Loading...
The red numbers must always have an odd factor (see proof below), so 2 2 0 1 7 will not be colored red .
Proof that the red numbers must always have an odd factor:
The way the numbers are written, the left side red numbers underneath the first number n of each row will be n rows below it. (For example, the red number 1 2 is 2 rows under the 2 .) Note that the last number of each row is a square number, which means the first number of each row is square number plus one, or x 2 + 1 , so the red number underneath it is x 2 + 1 rows below it, making it have a value of r left = ( x + ( x 2 + 1 ) ) 2 + 1 + ( x 2 + 1 ) = x 4 + 2 x 3 + 4 x 2 + 2 x + 3 .
By a similar argument, the right side red numbers have a value of r right = ( x + ( x 2 + 1 ) ) 2 + 1 + 2 ( x + ( x 2 + 1 ) ) + 1 − ( x 2 + 1 ) = x 4 + 2 x 3 + 4 x 2 + 4 x + 3 .
Now we can consider two cases, one where x is even and one where x is odd:
If x is even, then both r left = x 4 + 2 x 3 + 4 x 2 + 2 x + 3 and r right = x 4 + 2 x 3 + 4 x 2 + 4 x + 3 are odd, which means they only have odd factors.
If x is odd, then let x = 2 k + 1 for some integer k , and r left = 4 ( 4 k 4 + 1 2 k 3 + 1 6 k 2 + 1 0 k + 3 ) and r right = 2 ( 8 k 4 + 2 4 k 3 + 3 2 k 2 + 2 2 k + 7 ) , both of which have odd factors.
Either way, a red number must always have an odd factor.