3 candidates A,B and C contest an election. A gets at least 40% of all the votes. B gets at least 20% of the number of votes that A gets and cannot get more than 80% of number of votes that c gets. What is the maximum percentage of votes that a can get?
I am looking at a generic way how to solve these questions on finding maximum values of variables where the values are inter-dependent. Thanks.