Algebra Category Archive

Double Time Growth (program)

Sunday, June 3rd, 2007

This program works with a population that doubles every so often over a specified amount of time. For example, you could predict how fast a population of bacteria are going to reach a certain number. This program may also be used in understanding demographic data.

Download Double-Time-Growth Program »

Exponential Growth (program)

Sunday, June 3rd, 2007

User inputs:

  • amount
  • rate at which amount increase
  • period of time

Program outputs:

  • the amount that is gained
  • the new total amount

Download Exponential-Growth Program »