In a restaurant, the cost of providing a particular type of food is partly constant and partly inversely proportional to the number of people. If the cost per head for 100 people is 30k and the cost for 40 people is 60k, find the cost for 50 people.
Worked solution (try it first)
Partly constant and partly inversely proportional to the number n: C=a+nb, with C in kobo.
n=100: a+100b=30.
n=40: a+40b=60.
Subtract: 40b−100b=30, so 2003b=30 and b=2000.
Then a=30−20=10.
For 50 people the varying part is 502000=40, so C=10+40=50k, option D.