PLEASE HELP ILL GIVE 40 PTS
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)

Part B: How many alligators are in the swamp after 4 years? How many crocodiles are in the swamp after the same number of years? (2 points)

Part C: After approximately how many years is the number of alligators and crocodiles the same? Justify your answer mathematically. (4 points)

Respuesta :

PART A

alligators:

 x = total number of alligators

n = number of years

x=20*1.25^n

crocodiles:

 y = total number of crocodiles

n = number of years

y=25+10n


 PART B

alligators

x=20*1.25^4 = 48.82 round up to 49

crocodiles 25 +10(2) = 25+20 = 45

Part C

 7 years

20(1.25^n)=25+10n

1.25^n=1.25+0.5n

n=7

check:

alligators 20+1.25^7 = 95.36

crocodiles = 25+10(7) = 95