51.1k views
3 votes
I NEED HELP ANSWER ASAP!

Ebuka's monthly rent is $750. If Ebuka pays the rent late, his landlord charges %4, interest per week that the payment is late.
Write a function that gives the total cost R(t), in dollars, of Ebuka's rent if he pays it t weeks late.

I NEED HELP ANSWER ASAP! Ebuka's monthly rent is $750. If Ebuka pays the rent late-example-1
User Steve Ham
by
3.5k points

2 Answers

0 votes

Answer:

750+4%(x) that's what I came up with

User Edmz
by
3.5k points
5 votes

The function that gives the total cost of Ebuka's rent if he pays it t weeks late is R(t) = $750 + 30t.

To calculate the total cost, R(t), of Ebuka's rent if he pays it t weeks late, we need to consider the base rent and the late payment charges.

First, we need to determine the late payment charge for each week. The landlord charges 4% interest per week, so the late payment charge per week would be 4% of the base rent, which is 0.04 × $750 = $30.

Next, we need to calculate the total late payment charge. Since Ebuka is paying the rent t weeks late, the total late payment charge would be $30 multiplied by the number of weeks, t. Therefore, the total late payment charge is 30t dollars.

Finally, we can calculate the total cost of Ebuka's rent, R(t), by adding the base rent and the total late payment charge.

Therefore, R(t) = base rent + total late payment charge = $750 + 30t.

For example, if Ebuka pays his rent 3 weeks late, the total cost would be R(3) = $750 + 30 * 3 = $750 + $90 = $840.

User Rich Bryant
by
3.3k points