Answer: A.True
Explanation: Marketing continues up till after sales activities such as getting feedback and after sales observation and sales repair and servicing. The marketing process starts from the product development. The activities carried out by sales representatives of HomeWork Helper Appliances Store will help to push up their sales and customer satisfaction which will help them to retain customers and build more customer confidence and customer loyalty.
Answer: Option c and d
Explanation: In simple words, prescriptive role refers to the role under which the manager identifies what should be done rather than stating what is done. In other words, under thus role the manager specifies duties and tasks that should be performed to achieve the objectives.
In the given case, Caroline is researching and recommending the actions that should be taken for maximizing the profit.
Hence from the above we can conclude that Caroline is performing prescriptive role.
Answer:
A) Person
Explanation:
Collin's supervisor will have to determine his individual needs and readiness for training. This process is called person analysis.
Answer: 20,816.215
Explanation:
Given that:
A deposit of $1000 at 4% interest compounding is defined by the growth function:
v(t) = 1000e^0.04t
Where t = number of years.
Find the average value during the first 40 years (that is, from time 0 to time 40.)
(That is t = 0,...,40)
For ease, we can use a python list comprehension to get our values.
v = [1000*2.7182818**0.04*t for t in range(41)]
V gives a list of the value of the deposit from year 0 till 40 years after the deposit.
Average = sum of compounding deposits / number of years
Sum of compounding deposits = sum(v) = $853464.8344
Number of years = len(v) = 41
Hence, average = $853464.8344 / 41
Average = $20,816.215
Answer: 13.1%
Explanation:
Using the Capital Asset Pricing Model, the expected return is;
Expected Return = Risk Free rate + beta(expected return - risk free rate)
= 4% + 1.3( 11% - 4%)
= 4% + 9.1%
Expected Return = 13.1%