Question

Problem 4. If you charge a new laptop to your credit card which costs 1,000 dollars with an annual interest rate o compounded

ONLY PROBLEM 4!! Got this problem for homework and need help! MATLAB ONLY !!! Comment along lines as well :)

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

`Hey,

Note: Brother in case of any queries, just comment in box I would be very happy to assist all your queries

clear all;
clc;
close all;
a=[1000];
p=100;
r=0.21/12;
for n=1:10
a(n+1)=(1+r/1200)*a(n)-p;
end
plot((0:10),a);
fprintf('After 10 months it is %f\n',a(11))

MATLAB R2018a Search Documentation Log In EDITOR Find Files Compare ▼ Print Run Section New Open Save Advance Run and Find Ti

Kindly revert for any queries

Thanks.

Add a comment
Know the answer?
Add Answer to:
ONLY PROBLEM 4!! Got this problem for homework and need help! MATLAB ONLY !!! Comment along lines...
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
  • Only Problem 2!!! MATLAB only and please comment as well. Received this problem for homework and ...

    Only Problem 2!!! MATLAB only and please comment as well. Received this problem for homework and am struggling! Problem 2. or the discrete dynamical system (n+1)2(n) with a(0)0.2, plot the z(n) for n-0 to 10. Describe what happens to x(n) as n increases? What is the limit of x(n) as n gets large? Problem 3. For the discrete dynamical system n + 1)5+1 with (0) 1, plot the r(n) for n-0 to 10. Describe what happens to x(n) as n...

  • MATLAB!!! CAN SOMEONE SOLVE THIS PROBLEM ON MATLAB?? THANK YOU PART B: HOUSING LOAN CALCULATOR In this part of the assignment, you are expected to develop a program that calculates housing loan pay-...

    MATLAB!!! CAN SOMEONE SOLVE THIS PROBLEM ON MATLAB?? THANK YOU PART B: HOUSING LOAN CALCULATOR In this part of the assignment, you are expected to develop a program that calculates housing loan pay- ments based on compound interest formulas The program should prompt a user to input the amount borrowed (principal), p, the number of monthly payments, n, and an annual interest rate in R percent. The program should convert the annual interest rate R into a monthly interest rate...

  • Write a python program for the below question? Car Loan If A dollars is borrowed at...

    Write a python program for the below question? Car Loan If A dollars is borrowed at r% interest compounded monthly to purchase a car with monthly payments for n years, then the monthly payment is given by the formula monthly payment = i / 1 - (1 + i)-12n . A where i = r/1200. Write a program that calculates the monthly payment after the user gives the amount of the loan, the interest rate, and the number of years.

  • You have just entered college and have decided to pay for your living expenses using a...

    You have just entered college and have decided to pay for your living expenses using a credit card that has no minimum monthly payment. You intend to charge $1,000 per month on the card for the next 45 months. The card carries a monthly interest rate of 1%. How much money will you owe on the card 46 months from now. when you receive your first statement post-graduation? After 45 months you will (Round to the nearest cent.)

  • n has been using his credit card too much . His o use only cash until...

    n has been using his credit card too much . His o use only cash until the balance of $8574 e credit card company charges 18% compounded monthly. What is the effec t rate? How much interest will he owe e first month's payment? If he makes monthly is paid off. The car in th payments of $225, how long until it is paid ofl South Florida Contributed by Paul R. McCright, University of

  • using Matlab program: Create a loan payment program that can be used for any loan amount...

    using Matlab program: Create a loan payment program that can be used for any loan amount such as a home or car loan. The program should ask the user for the input values below, compute the monthly payment, then compute the monthly balance. Display the balance in a table Month             Balance 1                      $ ##.## 2                      $ ##.## 3                      $ ##.##       . . . etc Use the formula PMT=P*(r(1+r)^n)/((1+r)^n-1) PMT = the monthly payment. P = the principal r = the interest rate per month, which...

  • Need solution. Please help. [Engineering Economics] A salesperson tells you that you can buy a car...

    Need solution. Please help. [Engineering Economics] A salesperson tells you that you can buy a car for $25,000 cash or you can pay $450 a month for 72 months. Calculate the monthly interest rate you are being charged if you choose to pay monthly. The formula for calculating the payment, A, over n payment periods on a present worth, P, at an interest rate of i is given by the following formula: A- P 1 )1 To solve this problem,...

  • i need help on question 3 and 4 Intro You just took out a 15-year traditional...

    i need help on question 3 and 4 Intro You just took out a 15-year traditional fixed-rate mortgage for $500,000 to buy a house. The interest rate is 2.4% (APR) and you have to make payments monthly Attempt 1/10 for 10 pts. Part 1 What is your monthly payment? 3310 Correct Since it's a traditional fixed-rate mortgage, the cash flows are constant and make up an annuity. We can thus use the annuity formula, solved for PMT. Monthly interest rate:r...

  • The problem: Monica's current debt consists of three types of loans: a bank card, an auto...

    The problem: Monica's current debt consists of three types of loans: a bank card, an auto loan, and a department store card. She owes a total of $25,000 and her monthly payments sum to $549.61. The amount she owes, the monthly payment, and the interest rates appear in the table below: Loan Type Bank Card Auto Loan Department Store Card TOTALS Loan Amount Annual Percentage rate, APR (Current Debt) Monthly Payment 18% $12,000 $243.85 5.5% $11,500 $257.88 15% R $...

  • 13-19 odd please 13. A $10,000 loan is to be amortized for 10 years with quarterly...

    13-19 odd please 13. A $10,000 loan is to be amortized for 10 years with quarterly payments of $334.27. If the interest rate is 6% compounded quarterly, what is the unpaid balance immediately after the sixth payment? 14. A debt of $8000 is to be amortized with 8 equal semi- annual payments of $1288.29. If the interest rate is 12% compounded semiannually, find the unpaid balance immediately after the fifth payment. 15. When Maria Acosta bought a car 2 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