Given the following function, describe what argument each component represents. Pmt(.05/12, 5*12, -50000, 0, 0).
What will be an ideal response?
Interest Rate Per Period: 5% interest rate with twelve payments per year.
Number of Periods: Five years with twelve payments per year.
Present Value: A $50,000 loan. The negative sign is placed in front of the Present value so that the result of the formula will be a positive cash flow (number).
Future Value: The 0 represents that the loan will be paid down to a balance of $0.
Type: The type is either represented with a 1 or 0. In this case a 0, which means that the payments will be made at the end of the period – at the end of the month.
You might also like to view...
Suppose a method p has the following heading:
``` public static int[][] p() ``` What return statement may be used in p()? a. return 1; b. return {1, 2, 3}; c. return int[]{1, 2, 3}; d. return new int[]{1, 2, 3}; e. return new int[][]{{1, 2, 3}, {2, 4, 5}};
Which of the following is NOT true when copying and pasting data from Excel into Access?
A) There cannot be missing columns or columns in different orders between the two files. B) Copying and pasting requires that the columns be exactly the same in Excel and Access. C) If you have any doubt about the data being compatible, use the Append feature to add the data to the table. D) You cannot paste fields that are nonnumeric into numeric fields.
In which view can you rearrange the order of slides by dragging the chosen slide to a different location
A) Slide Master B) Preview C) Slide Sorter D) Outline
The mouse pointer changes to a four-headed arrow when you resize an object
Indicate whether the statement is true or false