1) The amount of money earned by an investment of principal P
with an (annual) interest rate of r with
interest compute continuously is given by P ert where t is the
investment in years. In the following, all
amounts are invested in accounts where interest is compounded
continuously.
(a) (15 pts) Assume that Alice invests $50000 at an interest rate
of 5%. Create a table
that lists her income for t = 1, 2, . . . 5
(b) (15 pts) Bob has $40000 to invest. He invests this in an
account with an interest rate of 2.5% that
gives a bonus of $500 at the end of every year. Create a table that
lists his income
for t = 1, 2, . . . 5.
(c) (20 pts) At the end of 5 years, who has more money, Alice or
Bob? What about at the end of 10
years and 15 years?
a) Effective interest rate for Alice= e^5%-1=5.127%

Hence, at the end year 1,2,3 ,4 &5 his account balance will be like above.
b)
For Bob:

At the end of 1,2,3,4 and 5 year his account balance will be like above.
c) At the end of 10 year Alice has $82436.06 and BOB has $65104.72. Hence, Alice has higher amount of money.
At the end of year 15 year Alice has $10850 and BOB has $83596.12. Hence, Alice has higher amount of money.
1) The amount of money earned by an investment of principal P with an (annual) interest...
The amount of money in an account with continuously compounded interest is given by the formula A = Pert, where P is the principal, r is the annual interest rate, and t is the time in years. Calculate to the hundredth of a year how long it takes for an amount of money to double if interest is compounded continuously at 6.5%. please help!the formula is A=Pe^rt, I assume yours was a typo Consider any Principal, eg P=100 so you...
How much money(USD) do you have to invest if it earns continuous compound interest and the investment is continuously paid out to your bank account at a rate of $100,000 per year, and after 100 years the money is all used up? Interest rate is 'r', where r is whichever number leads to the smallest amount of money needed to be invested. What is the equation needed to find this answer, rather than a specific numerical answer.
The amount of money in an account earning compound interest is modelled by the equation: P(n) = Arn – 1 where P(n) is the amount in the account at year n, A is the amount invested, and r = 1 + i, and i expressed as a percent is the effective rate of interest. If a man invests $1500 in year 1, and earns 4% interest, how much money will he have in year 30? a. $4677.98 c. $6482.91 b....
an account at an interest rate r compounded conltinuously, then the amount A (caled the future value of P) in the account t years from now wil be A P Solving the equation for P, we get PrAcft, In this formulation, Pis called the present value of the investment. (a) Find the present value of $400,000 at 6% compounded continuously for 25 years (b) Find the interest rate compounded continuously that is needed to have $40,000 be the present value...
An investment pays 5% interest compounded continuously. If money is invested steadily at the rate of $14,000, how much time is required until the value of the investment reaches $140,000? The amount of time required is approximately years. (Type an integer or decimal rounded to the nearest hundredth as needed.)
Mona is considering a new investment with a semiannual interest rate of 2.5%. Any money she invests would have to be left in the account for at least 5 years to avoid any penalties. a- What is the nominal annual interest rate? b- What is the effective annual interest rate? c- If Mona deposits $10,000 in the fund now, how much should it be worth in five years?
The following equation gives the amount of money owed on a loan after a certain amount of time if no payments are made. A = P ( 1 + r/n ) ^nt where: A = the amortized amount (total loan/investment amount over the life of the loan/investment) P = the initial amount of the loan/investment r = the annual rate of interes t n = the number of times interest is compounded each year t = the time in years...
rt Use the compound interest formulas, A = P 1 + and A = Pe", to solve the following problem. Find the accumulated value of an investment of $25,000 for 5 years at an interest rate of 4.5% if the money is a. compounded semiannually; b. compounded monthly; c. compounded continuously. a. What is the accumulated value, if the money is compounded semiannually? $1 (Round your answer to the nearest cent.)
find the accumulated value of an investment of 25,000 for 4 years at an interest rate of 5%, if the money is a compounded semiannually; b. coumpounded quaterly; c. compounded monthly d. coumpounded continuously.
Write an application that calculates the amount of money earned on an investment. Prompt the user to enter an investment amount, the number of years for the investment, and the interest rate. Display an error message if the user enters 0 for any of these values; otherwise, display the total amount (balance) for each year of the investment. Save the file as Investment.java. Java Program Specific instructions: Program must use 4 methods to accomplish the following: Prompt for and return...