Hello guys, I've got a 10 by 10 number grid.
How would I go about, calculating the products of the top left and bottom right, and then the top right and bottom left, values.
However I'm struggling creating an equation, to incorperate the grid length,the length of the box of which the numbers are in.
I've managed to do it when the length of the box is four.
x(x +g + 1) – (x + 1)(x + g)
x = top left hand number in the box.
g = grid length so in that picture 10.
However in the picture its 3, how would I add this variable box length into the equation?
How would I go about, calculating the products of the top left and bottom right, and then the top right and bottom left, values.
However I'm struggling creating an equation, to incorperate the grid length,the length of the box of which the numbers are in.
I've managed to do it when the length of the box is four.
x(x +g + 1) – (x + 1)(x + g)
x = top left hand number in the box.
g = grid length so in that picture 10.
However in the picture its 3, how would I add this variable box length into the equation?