Answer:
That two projects are not mutually exclusive means the firm can implement both projects. They should run both because they both have returns exceeding the cost of capital.
Explanation:
Answer: b. 36 years under scenario A, versus 18 years under scenario B.
Explanation:
The Rule of 72 is a rule in finance that will allows for the calculation of how long it will take for an investment to double given its interest rate.
The time is calculated by dividing 72 by the interest rate in question.
Scenario A
= 72/2
= 36 years.
Scenario B
= 72/4
= 18 years.
To Take care of the construction and operation of public buildings
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.
Answer:
It is Risk Assessment
Explanation:
Risk Assessment is process of identifying and analyzing potential events that may negatively impact on the business either as individual or in aggregate and prevent the company from achieving its objectives.
Each business has its own inherent risks and a conscious efforts must be made to identify and analyse them using impact assessment. Necessary measures must be put in place to prevent or reduce their impacts.