An investment pays 3.5 percent interest, compounded quarterly.

a) write an equation to express the amount A, of the investment as a function of time, t, in years.

The answer is
A(t)=P(1.00875)^4t

Ok, but my question is this:
Why isn't the equation
A(t)=P(1.035)^4t, if the interest percent is 3.5% wouldnt it make sense that it's 1.035 in the equation and not 1.00875. Could someone clarify for me if I am right or wrong, and why.

The 3.5% is expressed PER YEAR by convention, thus 3.5 / 4 = .875% per quarter year compounding period.

Note that 1.00875^4 = 1.0355

so
That 3.5% is really 3.55% in effect because it is compounded quarterly.

You are correct that the interest rate of 3.5% should be reflected in the equation. However, the reason why the equation uses 1.00875 instead of 1.035 is because the interest is compounded quarterly, not annually.

To understand why the equation is written as A(t) = P(1.00875)^(4t), let's break it down:

- The interest rate of 3.5% needs to be expressed as a decimal, so it becomes 0.035.
- Since the interest is compounded quarterly, the interest rate needs to be adjusted accordingly. To do this, we divide the annual interest rate by the number of compounding periods per year. In this case, there are 4 quarters in a year, so we divide 0.035 by 4, resulting in 0.00875.
- The exponent of 4t in the equation accounts for the compounding over time. Since the interest is compounded quarterly, we multiply the time in years by 4 to represent the number of quarters.

By using the adjusted interest rate of 0.00875 in the equation, we accurately account for the compounding that occurs every quarter.

You are correct in assuming that the interest rate should be represented as 1.035 in the equation rather than 1.00875. The correct formula for compound interest, compounded quarterly with a 3.5% annual interest rate, should be:

A(t) = P(1 + r/n)^(n*t)

where:
- A(t) represents the amount of the investment after time t
- P represents the principal amount (initial investment)
- r represents the annual interest rate as a decimal (3.5% becomes 0.035)
- n represents the number of times the interest is compounded per year (in this case, 4 for quarterly compounding)
- t represents the number of years

Plugging in the given values:
A(t) = P(1 + 0.035/4)^(4*t)
A(t) = P(1.00875)^4t

So, the correct equation is indeed A(t) = P(1.00875)^4t. It seems there has been a typo in the provided answer.