142k views
2 votes
HELPPP!!!!

Option A: You are given $100 on the first day and then receive $10 each day for the month of February.

Option B: You are given one cent on the first day and that amount will double each consecutive day for the month of February.

Write a function rule to represent the total amount earned with Option A.

Write a function rule to represent the amount of money you will have earned with Option B.

User SGR
by
7.7k points

1 Answer

3 votes

Answer:

For Option A, the function rule would be:

totalAmountEarned(days) = 100 + 10*days

For Option B, the function rule would be:

totalAmountEarned(days) = 2^days

Explanation:

User Leos Literak
by
7.4k points