Identify the correct formula to calculate the payment for a loan, where rate is 6%, the loan amount is $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(6, 6*12, 2000 ) D) =PMT(.06, 6*12, 2000 )


B

Computer Science & Information Technology

You might also like to view...

The latest release of Linux kernel 3.3 contains more than 15 million lines of source code.

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

Computer Science & Information Technology

You can change the button's text label in its label parameter.

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

Computer Science & Information Technology

You can change a note's default ____ by clicking the File tab and then clicking Outlook Options.

A. color B. size C. font D. all of the above

Computer Science & Information Technology

When a website thinks that a request came from the user's browser and is made by the user himself when actually the request was planted in the user's browser by a hacker, what type of attack has occurred?

A. XSS B. insecure direct object references C. memory leaks D. CSRF

Computer Science & Information Technology