Identify the correct formula to calculate the payment for a loan, where rate =6%, loan amount = $2,000, and payments will be made monthly for six years

A) =PMT(.06, 6*12, 2000)
B) =PMT(.06/12, 6*12, -2000)
C) =PMT(.06, 6*12, -2000)
D) =PMT(6, 6*12, 2000)


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following is not a name for a big O run time?

a. Constant run time. b.Variable run time. c. Linear run time. d. Quadratic run time.

Computer Science & Information Technology

HTML tags display Web pages on ____ computers.

A. Macintosh B. Linux C. Windows D. all of the above

Computer Science & Information Technology

The expression =Date(), inserted in a text box in a report design, will return the ____________________ value.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Elements in a schema describe data similarly to the way fields names in an Excel table describe the data in their columns.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology