Which of the following would not produce the correct monthly payment on a loan of $13,000 which will be paid off in 5 years with an annual interest rate of 6%?
A. =PMT(6%,60,-13000)
B. =PMT(.5%,60,-13000)
C. =PMT(.5%,5*12,-13000)
D. =PMT(6%/12,60,-13000)
Answer: A
You might also like to view...
The item marked ____ in the accompanying figure is the Deco Tool.
A. 4 B. 5 C. 6 D. 7
What output is produced by the following code fragment?
``` int limit = 100, num1 = 15, num2 = 40; if (limit <= limit) { if (num1 == num2) System.out.println("lemon"); System.out.println("lime"); } System.out.println("grape"); ```
Accidental corruption or deletion of database components or the Sysvol folder of a RODC by an inexperienced individual in a branch office would not have any impact on network operations
Indicate whether the statement is true or false
Which of the following would be the result of =RIGHT("Frog Legs",6)?
A. Frog L B. FrogLe C. g Legs D. og Legs