Here we have just a slightly more sophisticated version of the prog. We are using variables, but still copying the formula for every variable. We'll show a better way to do that in a second.
x=12345
y=56789
128*(x-10000)
300160
128*(y-10000)
5988992