Question

. (Financial application: compound value) If you start a bank account with $10,000 and your bank...

. (Financial application: compound value) If you start a bank account with $10,000 and your bank compounds the interest quarterly (4 times per year) at an interest rate of 8%, how much money do you have at the year's end? (assume that you do not add or withdraw any money from the account).

A=P(1+r/n)n * t A: Final amount, r: interest rate, P: principal amount, n: number of times per year interest is compounded, t: number of years

must be done in python

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Dear Student,

below i have written a python application program as per the requirement.

Please note that the below program has been compiled using python 3.5.

--------------------------------------------------------------------------------------------------------------------------------------------

Program:

-------------------------------------------------------------------------------------------------------------------------------------------

P = 10000

r = 0.08

n = 4

t = 1

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

print()

print("$10000 at the interset of 8%, 4 times per year will be $", A)

print()


------------------------------------------------------------------------------------------------------------------------------------------

here i have attached the output of the program as a screen shot.

Output:

---------------------------------------------------------------------------------------------------------------------------------------------

Kindly Check and Verify Thanks...!!!

Add a comment
Know the answer?
Add Answer to:
. (Financial application: compound value) If you start a bank account with $10,000 and your bank...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • What would a compound interest formula look like coded in PHP? The Compound Interest Formula is:...

    What would a compound interest formula look like coded in PHP? The Compound Interest Formula is: ? = ? (1 + ? ? ) ?? Where P = principal amount (the initial amount you borrow or deposit) r = annual rate of interest (as a decimal) t = number of years the amount is deposited or borrowed for. A = amount of money accumulated after n years, including interest. n = number of times the interest is compounded per year...

  • 14.Compound Interest hank account pays compound interest, it pays interest not only on the principal amount...

    14.Compound Interest hank account pays compound interest, it pays interest not only on the principal amount that was deposited into the account, but also on the interest that has accumulated over time. Suppose you want to deposit some money into a savings account, and let the account earn compound interest for a certain number of years. The formula for calculating the balance of the account afer a specified namber of years is The terms in the formula are A is...

  • A friend wants to deposit $2000 into a savings account. She goes to two banks and...

    A friend wants to deposit $2000 into a savings account. She goes to two banks and is offered competing interest rates for the account. Bank 1 has a 10% interest rate, and compounds once annually. Bank 2 has an 9% interest rate, but compounds monthly. Use the following annually compounded interest formula, A=P(1+r)^t where A is the accumulated amount, P is the principal amount deposited, r is the annual interest rate (as a decimal) and t is the number of...

  • A friend wants to deposit $2000 into a savings account. She goes to two banks and...

    A friend wants to deposit $2000 into a savings account. She goes to two banks and is offered competing interest rates for the account. Bank 1 has a 10% interest rate, and compounds once annually. Bank 2 has an 9% interest rate, but compounds monthly. Use the following annually compounded interest formula, A=P(1+r)t where A is the accumulated amount, P is the principal amount deposited, r is the annual interest rate (as a decimal) and t is the number of...

  • Numerical Methods (matlab code) QUESTION 2 A friend wants to deposit $2000 into a savings account....

    Numerical Methods (matlab code) QUESTION 2 A friend wants to deposit $2000 into a savings account. She goes to two banks and is offered competing interest rates for the account. Bank 1 has a 10% interest rate, and compounds once annually. Bank 2 has an 9% interest rate, but compounds monthly. Use the following annually compounded interest formula, A= P(1+r) where A is the accumulated amount, P is the principal amount deposited, r is the annual interest rate (as a...

  • Question 1 A bank features a savings account that has an annual percentage rate of r...

    Question 1 A bank features a savings account that has an annual percentage rate of r = 4.5% with interest compounded quarterly. Logan deposits $11,000 into the account. The account balance can be modeled by the exponential formula S(t) = P(1+)", nt Th where S is the future value, P is the present value, r is the annual percentage rate written as a decimal, n is the number of times each year that the interest is compounded, and t is...

  • Please solve these i. You deposit $6000 in an account earning 2% interest compounded monthly. How...

    Please solve these i. You deposit $6000 in an account earning 2% interest compounded monthly. How much will you have in the account in 10 years? ii. Find the time required for an investment of 5000 dollars to grow to 7900 dollars at an interest rate of 7.5 percent per year, compounded quarterly. Round your answer to two decimal places Your answer is t= iii. You currently have $2,800 (Present Value) in an account that has an interest rate of...

  • Name Chapter 12 Compound Interest and Present Value Part I Vocabulary Matchup A. Twice a year 1. ...

    Name Chapter 12 Compound Interest and Present Value Part I Vocabulary Matchup A. Twice a year 1. Compound 2. Effective rate (APY B. Stated rate 3. Nominal rate C. D. E. F. Four times per year Amount calculated on adjusted principal 12 times per year Years times number of times compounded in one year True rate of interest Know future amount looking for present Rate divided by number of times compounded per year Periodically interest is calculated and added to...

  • you currently have $5,300 (present value) in an account that has an interest rate of 4.5%...

    you currently have $5,300 (present value) in an account that has an interest rate of 4.5% per year compounded quarterly (4 times per year). You want to withdrawl all your money when it reaches $10,600 (future value) in how many years will you be able to withdraw all your money? round your answer to 1 decimal place

  • in python language. 3. Calculates the final amount (A). The program uses four inputs: P, n,r,...

    in python language. 3. Calculates the final amount (A). The program uses four inputs: P, n,r, and t. Hint: nt 1 = P(1+3) Where • P = principal amount (initial investment) . r= annual nominal interest rate (as a decimal) • n = number of times the interest is compounded per year . t = number of years

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT