Well 50% of 50,000 is 25,000 so I’d say make sure your cars don’t go above 15,000 a Year cause Car(s)
Answer:
// Program is implemented using Coral Programming Language
int X
int Y
int Sum
Put "Enter any two numbers" to output
x = Get next input
Y = Get next input
if Y < X
Put "Second integer can't be less than the first" to output
else
for Sum = X; Sum <= Y; Sum = Sum + 10
Put Sum to output
Explanation:
The above program is written using Coral Programming Language
The first line is a comment
The next 3 lines declares 3 integer variables
Which are X, Y and Sum
X and Y represent the two input numbers as seen on line 6 and 7
X, being the first and Y being the second
Line 8 tests the larger of the two numbers
If Y is less than X, the output is "Second integer can't be less than the first" without the quotes
Else
The last two lines perform iterative operations that assigns the addition of 10 and X to Sum
It continues printing sum as long as sum is less than the value of Y.
So in this case, you would need to find the present value (PV) of the monthly payments. With the information given, you would have a PV= 195,413.08, which is less than the lump sum payment. In this case, you would take the 1 time payment.
Another way to look at this is to calculate the future value (FV) of both payouts. For the lump sum payment, you would assume the same interest rate (6%) and at the end of the same 20 years period, your investment would be worth 662,040.90 while the monthly payment option would be worth 646,857.25
Answer:
Demand is the same as quantity demanded.
Explanation:
Answer:
C. lose money equal to its total fixed costs.
Explanation:
The revenue of a firm in a perfectly competitive market depends on the forces of demand and supply. If such a firm consistently operates at a loss in the short run, it means that its price is lower than its average variable costs or revenues are lower than its total costs. If it shuts down, it won't be incurring variable costs but only lose money equal to fixed costs making choice C correct.