Answer:
Survival of the fittest
Explanation:
Survival of the fittest, term made famous in the fifth edition (published in 1869) of On the Origin of Species by British naturalist Charles Darwin, which suggested that organisms best adjusted to their environment are the most successful in surviving and reproducing. Darwin borrowed the term from English sociologist and philosopher Herbert Spencer, who first used it in his 1864 book Principles of Biology. (Spencer came up with the phrase only after reading Darwin’s work.)
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:
D) Sold a call option
Explanation:
From the question, we are informed about Steve, who has an option with a payoff profile that depicts a line that is constant at zero up until some point after which the line slopes downward. In this case the type of action did Steve take to obtain this profile is Sold a call option.
a call option can be regarded as a kind of derivatives contract that enable the a call option for those that want to purchase stock or financial instrument the right to buy it at a specific price but not obligation. When a call option is sold, then the buyer is given the opportunity to buy the stock at a particular price with expeiration. The price is known as "strike price".
Answer:
a. $2,465.82
b. $3,539.68
c. Yes, we should
Explanation:
Annual cost to maintain old forklift is $5,000
Equivalent Annual Cost (EAC) of new forklift = (Asset price x discount rate)/(1-(1+discount rate)-n), in which n is the number of year for usage of this forklift?
If discount rate is 4% per year, the EAC of new forklift is $2,465.82
= ($20,000x4%)/(1-(1+4%)-10)
If discount rate is 12% per year, the EAC of new forklift is $3,539.68
= ($20,000x12%)/(1-(1+12%)-10)
We should replace because with such above discount rate, the old forklift is more costly than the new one