Answer:
5
Step-by-step explanation:
Productivity: My candy bar company made 100 million bars last year, sold for $1 each. I also paid [L] people last year, with an average salary of $100K last year. I have overhead cost of $10M. What was my TOTAL productivity (no units, rounded to 2 decimal places)?
Solution:
Total productivity is the average of labour and capital productivity weighted and adjusted to price fluctuations. It is the ratio of total output to the total input. The total productivity is given by the formula:
Total productivity = total output / total input
Total output = Revenue = number of bars sold * price per bar
Total output = 100 million * $1 = $100 million
Total input = Total salary + overhead cost
Total salary = number of people * average salary = 100 *$100000 = $10 million
overhead cost = $10 million
Total input = $10 million + $10 million = $20 million
Total productivity = total output / total input = $100 million / $20 million
Total productivity = 5
Answer:
Step-by-step explanation:
a) Y= 2/3X-1
Answer:
x=2
Step-by-step explanation:
log_x(y)+log_x(z)=log_x(yz), so logb(x-1) + logb(x+2)=logb((x-1)(x+2)). next subtract logb(8-2x) from both sides to get logb((x-1)(x+2))-logb(8-2x)=0. log_x(y) - log_x(z) = log_x(y/z). so now we have logb((x-1)(x+2)/(8-2x)). now you can put it into exponential form: (x-1)(x+2)/(8-2x)=b^0=1 now just solve for x:
(x-1)(x+2)= 8-2x, x^2 + x -2 = 8-2x, x^2 + 3x -10 = 0, (x+5)(x-2)=0 x=-5, x=2. plug both into the original equation to check which one is correct, since log_x(y) can't have a negative y, x=-5 doesnt work