{{ block title }} Calculation Examples{{ endblock }} {{ block content }}

Recall the cost table and income formulas arw as follows:
Work Level 1 2 3 4 5 6 7 8 9 10
Cost 2 4 6 8 10 12 14 16 18 20

Income of the worker = Wage - Cost of the work level chosen
Output = work level of the first worker + work level of the second worker
Income of the manager = 100 + 4* Output– Total wage for the two workers

Suppose a manager chooses a total wage of 100 dimra, worker one chooses a 3 work level, and worker two chooses a 8 work level.

The income of the manager will be: 100 + 4*(3+8) - 100 = 44 dimra;
The income of the worker one will be: 50 – 6 = 44 dimra
The income of the worker two will be: 50 – 16 = 34 dimra

{{ formfields }} {{ next_button }} {{ endblock }}