Answer:
Allocated administrative cost for mixing is $81000
And allocated administrative cost for for bottling is $81000
Explanation:
We have given total number of employs for mixing = 350
And total number of employs for bottling = 350
Administrative cost = $162000
So total number of employs = 350+350 = 700
So allocation base for mixing 
So allocated amount for mixing = 0.5×$162000 = $81000
Allocation base for bottling = 
So allocated amount for bottling = 0.5×$162000 = $81000
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:
With a population growth of 2%, the GDP has to grow 12.6% per year in order to real GDP per person double in 7 years.
Explanation:
It is necessary to state the formula to calculate the GDP growth per person in 7 years and some assumptions. Defining as base of population and GDP the number 100 (aleatory picked) we can write our equation: GDP per person in year 7 = 100(1+x)^7/100(1+0.02)^7=2 In this equation X is the fixed percentage of GDP growth. By iteration process, we get that X=12.6%
Answer:
Opportunity.
Explanation:
There was an opportunity presented when Kevin noticed that people do not want to cook at home but also they do not want to go through the hassle of going out to buy food. A need was identified and the solution was the Takeout Taxi initiative that delivers restaurant-prepared food to customers.
Costumers that did not want to cook at home and did not want to go out were now satisfied by this service.