This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-06-06 15:12:59

AtomicBawm3
Scratcher
Registered: 2009-06-27
Posts: 1000+

For all you algebra lovers...

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)


http://i50.tinypic.com/j0yw0p.jpg

Offline

 

#2 2011-06-06 16:39:18

cskidmsonic
Scratcher
Registered: 2011-01-22
Posts: 100+

Re: For all you algebra lovers...

I'll try to figure it out.


This signature is TDD's fault... yes, I had to.

Offline

 

Board footer