Math Problem Statement

The following table shows the expenses and payments for 2 months on a credit card account with an initial balance of $617. Assume that the interest rate is 1% per month (12% APR) and that the interest for a given month is charged on the balance from the previous month.

This means the amount owed in interest each month is the output of a function, f(x) , that uses the input of the previous month's balance, x . f(x)=0.01∗x

The new month's balance is the output of a function, g(x,p,e,a) , that use the following inputs: x , the previous month's balance p , the payment e , the expenses charged on credit for the month a , the amount owed in interest g(x,p,e,a)=x−p+e+a

Use the two functions to fill in the table below. For each question, round to the nearest penny and don't use commas or dollar signs. Month Payment Expenses Interest Balance 0 - - - $617 1 $141 $101 $ $
2 $56 $39 $ $

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Linear Functions
Interest Calculation
Financial Mathematics

Formulas

Interest function: f(x) = 0.01 * x
Balance update function: g(x, p, e, a) = x - p + e + a

Theorems

-

Suitable Grade Level

Grades 9-11