169k views
4 votes
HELP

There are 20 alligators in the swamp. Each year, the number of alligators increases by 25%. There are 25 crocodiles in the swamp. Each year, 10 new crocodiles join the swamp.

Part A: Write functions to represent the number of alligators and crocodiles in the swamp throughout the years. (4 points)

User Iggy
by
8.7k points

1 Answer

5 votes

alligators:

x = total number of alligators

n = number of years

x=20x1.25^n

crocodiles:

y = total number of crocodiles

n = number of years

y=25+10n

User The Vinh Luong
by
7.9k points