subject

The beginning balance of Keyshawn's savings account for the month of September was $3900, and it remained this way for the first 11 days of the month. On September 12, Keyshawn made a withdrawal of $700, so his balance changed, and it remained the same for a total of 9 days. On September 20, Keyshawn made a deposit of $1500, so his balance changed again, and it remained the same for a total of 10 days to finish out the month. Keyshawn's savings account has an APR of 3.65%, calculates interest daily, and pays interest at the end of the month. Keyshawn wants to calculate the amount he earned in interest during the month of September.
Part I: What interest rate does Keyshawn's savings account pay per day?
Part II: How much did Keyshawn earn in interest during the first 11 days of September?
Part III: How much did Keyshawn earn in interest during the next 9 days of September?
Part IV: How much did Keyshawn earn in interest during the last 10 days of September?
Part V: How much did Keyshawn earn in interest during the month of September?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:00
Assume that you have an array of integers named a. which of these code segments print the same results? int i = 1; while(i < a.length) { system.out.println(a[i]); i++; } int i; for (i = 0; i < a.length; i++) { system.out.println(a[i]); } for (int i : a) { system.out.println(i); } i and ii only ii and iii only i and iii only all three print the same results. all three print different results.
Answers: 3
question
Computers and Technology, 22.06.2019 19:20
1)consider the following code snippet: #ifndef book_h#define book_hconst double max_cost = 1000.0; class book{public: book(); book(double new_cost); void set_cost(double new_cost); double get_cost() const; private: double cost; }; double calculate_terms(book bk); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_cost should be removed since header files should not contain constants.c)the definition of book should be removed since header files should not contain class definitions.d)the body of the calculate_terms function should be added to the header file.
Answers: 1
question
Computers and Technology, 22.06.2019 23:00
Which type of tab stop is most for weights and measurements?
Answers: 1
question
Computers and Technology, 23.06.2019 03:50
Q-1 which of the following can exist as cloud-based it resources? a. physical serverb. virtual serverc. software programd. network device
Answers: 1
You know the right answer?
The beginning balance of Keyshawn's savings account for the month of September was $3900, and it rem...
Questions
question
Mathematics, 31.01.2021 23:00
question
Mathematics, 31.01.2021 23:00
question
Mathematics, 31.01.2021 23:00
question
Biology, 31.01.2021 23:00
Questions on the website: 13722367