Given a 10 x 10 table, and a 3 steps stair case, I tried to investigate any relation between the two. I started doing this, by positioning the staircase so that the bottom left number would be one

Authors Avatar

AIM: FOR OTHER 3-STEP STAIRS, INVESTIGATE THE RELATIONSHIP BETWEEN THE STARE TOTAL AND THE POSITION OF THE STAIR SHAPE ON THE GRID

Given a 10 x 10 table, and a 3 steps stair case, I tried to investigate any relation between the two.

I started doing this, by positioning the staircase so that the bottom left number would be one and calculating the sum of all the numbers inside it, after this I moved the stair case one step to the right for a few times, and calculated the totals each time I moved it.

These are the results:

So, each time I move by one square on the right the stair case, I noticed that:

  • All the numbers were even numbers;
  • Six is added each time to the next number;
  • The sequence doesn’t start with one.

So I discovered that a sequence was created. But, to use this sequence I had to find a formula which by knowing the bottom left number (this number has to be in the first row) of the staircase I could work out the total. To do this, I used an nth term formula.

                     44      50, 56, 62, 68, …

The first part of it is 6n as the number six is added each time. Whilst the second pat of the formula is +44, because, as the sequence doesn’t start with one, I have to do the inverse operation by subtracting 6 from the first number of the sequence going one step backwards.

And this gives the final formula of:

6n + 44

Once I found this formula I made a set of predicted results by substituting the bottom left number of the staircase with n.

e.g. Bottom left number = 4        

Total sum = 6n + 44

               = (6 x 4) + 44

               = 24 + 44        

               = 68

When I tested this formula, I tried to also test it by substituting n with a random number form the whole table and not by the first row, to just see if it works for the whole 10 x 10 table, or only for the first row. These are the tests:

1) Bottom left number = 44        2) Bottom left number = 68

Total sum = 6n + 44        Total sum = 6n + 44

        = (6 x 44) + 44         = (6 x 68) + 44

        = 264 + 44         = 408 + 44

        = 308         = 452

Test:

1) Total sum = 44 + 45 + 46 + 54 + 55 + 64

             = 308

2) Total sum = 68 + 69 + 70 + 78 + 79 + 88

        = 452

Now I know that this formula works for all the numbers in a 10x10 grid. But to be 100% sure of it, I need to prove it, possibly algebraically. This part was quite hard, but in the end I managed to find a method to prove that this formula is correct. To do this, I applied algebra to the 10x10 grid; I did this by naming number 1 “x”, number 2 “x+1”, number 3 “x+2” etc… so by calling number 1 “x” and all the other number “x+the difference between that number and one”. Here is the table with the number corresponding to their algebraic value:

        Is equal to

             (Table abbreviated, continues on top)

If we sum up all the values in the staircase in the algebraic table we end up with the same formula:  

Formula = x + x + 1 + x + 2 + x + 10 + x + 11 + x + 20

             = 6x + 44

Which proves that the formula works for finding out the total sum of the numbers of a staircase given any bottom left number in a 10x10 grid.

Once I tried to move the staircase across, I wanted to try to move it upwards and after diagonally:                                    

Upwards:

                                             

Diagonally:

Results:        

Join now!

In my results I noticed that.

  • All the numbers are even numbers;
  • When the staircase is moving up the number 60 is added each time to the next number;
  • When the staircase is moving diagonally the number 66 is added each time to the next number;
  • The two sequences don’t start with one.

So I discovered that two sequences were created. But, to use these sequences I had to find a formula which by knowing the bottom left number (this number has to be in the ...

This is a preview of the whole essay