Let's write every natural number in form of a table as below:
2 | 3 | 4 | 5 | |
9 | 8 | 7 | 6 | |
10 | 11 | 12 | 13 | |
17 | 16 | 15 | 14 | |
18 | 19 | 20 | 21 |
Based on the table, in what column would the number 2015 appear?
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.
There are quite a few solutions to this problem, but here is my brother's:
We can easily see that the numbers on column a, c, e are even number . Let n be any natural numbers, we can figure out that:
○ Every number in column a represents 8n + 2 .
○ Every number in column c represents 4n .
○ Every number in column e represents 8n + 6 .
2014 = 8*251 + 6, so it would be written in column e .
2016 = 4*504, so it would be written in column c .
Hence, 2015 would be written in column d