2010-09-02, 09:32 PM
{[1/(a5+100)*10000]*2}^2 = def
It's basically the equation backwards, with the goal being v11=0, which in turn means v5 = 100, so (PDD*.25)^.5*(1+a5/100) = 100
Since a5 is for some reason a whole number percentage, instead of a decimal fraction, it introduces a lot of extra *100 factors in the equation.
It's basically the equation backwards, with the goal being v11=0, which in turn means v5 = 100, so (PDD*.25)^.5*(1+a5/100) = 100
Since a5 is for some reason a whole number percentage, instead of a decimal fraction, it introduces a lot of extra *100 factors in the equation.

