Amit’s mathematics teacher has given him three long lists of problems with the instruction to submit not more than 100 of them (correctly solved) for credit. The problem in the first set are worth 5 points each, those in the second set are worth 4 points each, and those in the third set are worth 6 points each. Amit knows from experience that he requires on the average 3 minutes to solve a 5 point problem, 2 minutes to solve a 4 point problem, and 4 minutes to solve a 6 point problem. Because he has other subjects to worry about, he cannot afford to devote more than hours altogether to his mathematics assignment. Moreover, the first two sets of problems involve numerical calculations and he knows that he cannot stand more than hours work on this type of problem. Under these circumstances, how many problems in each of these categories shall he do in order to get maximum possible credit for his efforts? Formulate this as a LPP.


Let he should solve x, y, z questions from set I, II and III respectively.


Given, each question from set I, II, III earn 5, 4, 6 points respectively, so x questions of set I, y questions of set II and z questions of set III earn 5x, 4y and 6z points, let total point credit be U


So, U = 5x + 4y + 6z


Given, each question of set I, II and III require 3, 2 and 4 minutes respectively, so, x questions of set I, y questions of set II and z questions of set III require 3x, 2y and 4z minutes respectively but given that total time to devote in all three sets is


hours = 210 minutes and first two sets is hours = 150 minutes


So,


3x + 2y + 4z 210 (First constraint)


3x + 2y 150 (Second constraint)


Given, total number of questions cannot exceed 100


So, x + y + z 100 (Third constraint)


Hence, mathematical formulation of LPP is


Find x and y which


maximize U = 5x + 4y + 6z


Subject to constraint,


3x + 2y + 4z 210


3x + 2y 150


x + y + z 100


x, y, z 0 [Since number of questions to solve from each set


cannot be less than zero.]


13