A-13

Appendix

A Preliminary Investigation into
An Evolutionary Boundary

Figuring the first "year's" population of 3-F

One in 1.82*10e12 divisions of A-1 organisms will produce a 2-B organism.
5.49450549e16  2-B will be produced per
saturation cycle.
One in 1.96*10e14 is the number of 3-F generated by 2-B organisms

rem finds populations of
3-F at the end of "year one"
countit = 0
original = 5.49450549*10^16
F3 = 0                   
population =  0
[start]
population = population + original
F3 = F3 + (population/(1.96*10^14))
F3 = F3*1.01     
countit = countit + 1                           
IF countit = 1000 then [end]                 
GOTO [start]                                                             
[end]
print F3
end

answer:  5.99050083*10e10  or about 6*10e10  3-F at end of "year one"

Main Pages

Links

http://www.laattorneyvideo.com/nonlegal/e-boundary/appendix/page13.html