Hi,
I am trying to create a spread sheet that shows the algebra behind the brick wall problem.
[]
[][]
[][][]
[][][][] (these should be staggered, like bricks in a wall)
I would like to show how the algebra builds as you travel up the wall. e.g.
[3x+27]
[x+18][2x+9]
[13][x+5][x+4]
[8][5][x][4]
Is it possible to have something like an if statement that says if number and letter then letter plus number. ideally it would always rearrange to have the letter first
Thanks in advance for any help, hopefully my question is understandable
G.
I am trying to create a spread sheet that shows the algebra behind the brick wall problem.
[]
[][]
[][][]
[][][][] (these should be staggered, like bricks in a wall)
I would like to show how the algebra builds as you travel up the wall. e.g.
[3x+27]
[x+18][2x+9]
[13][x+5][x+4]
[8][5][x][4]
Is it possible to have something like an if statement that says if number and letter then letter plus number. ideally it would always rearrange to have the letter first
Thanks in advance for any help, hopefully my question is understandable
G.
Last edited: