I'm not seeing how Tchrwill arrived at the solution. I'm thinking that the first number in each even numbered row is represented by 6n+2 where n is the number of the even numbered row. If we develop the inequality...6n+2 < 150, then, solving for n we get n < 16 2/3. Therefore 150 is somewhere above the first number in row 16. If n=16 then the first number in row 16 is 6(16)+2 which is 98. Since 98 is the first number in row 16, 99 is in the second column and 100 is in the 3rd column. My answer would be 150 is in the 16th row and the 3rd column.
Am I not seeing something?
I am adding a second thought. My solution is assuming that the number of the row is even. If we find the number of the row to be odd, then we must start our count at the end of that row and work to the left. For instance, suppose we are looking for the location of 45.
The first number in each even numbered row can be represented by 6n+1. But in the even numbered rows, the values decrease from left to right. Therefore, our inequality is...
6n+1 > 45
6n > 44
n > 7 2/6
Since n>7 the next row number would be 8. So, 45 has to be in the 8th row. The first number in row 8 is 6(8)+1=49. So, 49 is in column 1, 48 is in column 2, 47 is in column 3, 46 is in column 4 and 47 is column 5.
45 is in row 8, column 5.
I'm sure there is a more refined way to express this mathematically. I won't be devoting any more time trying to find it.
Some clarification.
I did error in transcribing my notes to the original post. I think the following will clarify things.
The natural numbers are arranged in the following way:
ROW
\/
.........1...2...3...4...6...7 <Col
1........2...3...4...5...6...7
2.......13..12..11..10...9...8
3.......14..15..16..16..18..19
4.......25..24..23..22..21..20
In what row and column will 150 be in. What about 1001 or 5237?
Given that any natural number N>1, how can we determine wich row and column N will be in?
The odd numbered rows increase by 1 when moving right in a row from column 1 to 6.
The even numbered rows decrease by 1 when moving left in a row from column 6 to 1 or increase by 1 when moving left in a row from column 6 to 1.
The first numbers in column 1 in the even numbered rows are given by Ne(1) = 6n + 1.
The numbers in column 6 in the even numbered rows are given by Ne(6) = 6n - 5.
The first numbers in column 1 in the odd numbered rows are given by No(1) = 6(n-1)2.
The first numbers in column 6 in the odd numbered rows are given by No(6) = 6n + 1.
N = 6n + 1 = 150
n = 24.83333...
This tells us that 150 is loacted in row 24+ = 25 and column 6(.833333) = 5.
N = 6n + 1 = 1001
n = 166.6666...
Since the integer part of n is 166,or even, 1001 must be in row 167 in column 6(.83333) = 5
Try 5237 yourself.
Sorry for the mixup.