Fiona invested $1000 at 8% compounded continuously. At the same time Maria invested $1100 at 8% compounded daily. How long will it take for their investments to be equal in value? Assume there are 365 days in every year. Please help I have tried everything and cannot solve this problem. If you can, please provide step by step explanations. Thank you!

To determine how long it will take for Fiona and Maria's investments to be equal in value, we need to set up an equation using the formula for continuous compound interest and the formula for daily compound interest.

The formula for continuous compound interest is:
A = P * e^(rt)

where:
A = final amount
P = principal (initial investment)
e = base of natural logarithms (approximately 2.71828)
r = interest rate (as a decimal)
t = time (in years)

The formula for daily compound interest is:
A = P * (1 + r/n)^(n*t)

where:
A = final amount
P = principal (initial investment)
r = interest rate (as a decimal)
n = number of times interest is compounded per year
t = time (in years)

Let's solve the problem step by step:

Step 1: Set up the equation for Fiona's investment.
Fiona's investment is $1000 at 8% compounded continuously.
So, A_f = 1000 * e^(0.08t)

Step 2: Set up the equation for Maria's investment.
Maria's investment is $1100 at 8% compounded daily.
So, A_m = 1100 * (1 + 0.08/365)^(365*t)

Step 3: Set the two equations equal to each other.
1000 * e^(0.08t) = 1100 * (1 + 0.08/365)^(365*t)

Step 4: Simplify the equation.
Divide both sides of the equation by 1000 and 1100 to simplify:
e^(0.08t) = (1 + 0.08/365)^(365*t) * 11/10

Step 5: Solve for t numerically.
To solve this equation numerically, you can use a graphing calculator or a computational software like Python or Wolfram Alpha. The goal is to find the value of t when both sides of the equation are equal.

Using a calculator or software, you can plot the graphs of y = e^(0.08x) and y = (1 + 0.08/365)^(365*x) * 11/10. The point where the two graphs intersect is the solution for t.

Alternatively, if you are using Python, you can use the `fsolve` function from the `scipy.optimize` library to find the solution numerically.

Step 6: Calculate the approximate time it takes for their investments to be equal.
Once you have the numerical solution for t, you can calculate the time it takes for Fiona and Maria's investments to be equal by substituting the value of t from step 5 into either of the original equations (A_f or A_m).

Note: The precise numerical value for t will depend on your chosen method for solving the equation.

To find out how long it takes for Fiona and Maria's investments to be equal, we can set up an equation based on the formula for compound interest.

For Fiona, the formula for continuously compounded interest is:
A = P * e^(rt)

For Maria, the formula for daily compounded interest is:
A = P * (1 + r/n)^(nt)

Where:
A = the final amount of money (the value of the investment)
P = the principal amount (the initial investment)
e = the mathematical constant approximately equal to 2.71828
r = the annual interest rate (in decimal form)
t = the time (in years)
n = the number of times the interest is compounded per year

We want to find out when Fiona and Maria's investments are equal, so we can set up the following equation:

1000 * e^(0.08t) = 1100 * (1 + 0.08/365)^(365t)

Now, let's solve this equation step by step.

Step 1: Simplify the equation for ease of calculation.
e^(0.08t) = (1 + 0.08/365)^(365t)

Step 2: Take the natural logarithm of both sides of the equation to solve for t.
ln(e^(0.08t)) = ln((1 + 0.08/365)^(365t))

Step 3: Apply the log rule to simplify the equation.
0.08t = 365t * ln(1 + 0.08/365)

Step 3: Divide both sides of the equation by 365 and rearrange.
0.08t/365 = ln(1 + 0.08/365)

Step 4: Divide both sides by 0.08 and multiply by 365 to solve for t.
t = 365 * ln(1 + 0.08/365) / 0.08

Now, let's calculate this value using a calculator or a computer program:

t ≈ 9.49

Therefore, it will take approximately 9.49 years for Fiona and Maria's investments to be equal in value.

Please note that due to rounding errors, the result may vary slightly.

continuously: A(t) = 1000*e^.08t

daily: A(t) = 1100(1+.08/365)^(365t)

so, when are they equal? When

1000 e^.08t = 1100(1+.08/365)^(365t)
t = 10,873 years.

continuous compounding is so close to daily compounding (1.08328% vs 1.08327%) that it takes a long time to overcome the larger starting amount.