This week's Challenge Question:
What is the sequence (from top to bottom) of the three numbers in the fifth column?

And the Answer is....
To determine the number that goes into the last column's cells, we will
determine a general formula for each cell value. Let's index the cells
using the row number and the column number, as shown below,

In the above diagram, i represents the row (i=1,2,3), and j is the column (j =1,2 3,4,5)
By careful observation of the pattern given in the problem statement, we can see that, except for the first column, any cell value is determined by the following formula

Based on this formula, the pattern for the fifth column of the original problem is given in the following diagram:

|
Comments rated to be Good Answers:
Comments rated to be "almost" Good Answers: