See if you can figure out why this works!
It uses a formula to solve for:
x^2
The formula that is used is:
10^(length(x)+1)*(x-(10^(length(x)+1) )-x) )+(10^(length(x)+1)-x)^2
or if you want to have an easier time:
y(x-(y-x)+(y-x)^2
Last edited by AtomicBawm3 (2011-06-06 15:13:15)
Offline
I'll try to figure it out.
Offline