2. Solve the following LPP using Simplex method. (10 marks)

Max P = 12X + 16Y
Subject to:
10x + 20y <= 120
8x + 8y <= 80
Where X >=0 and Y >= 0

surely you can graph the lines for the constraints.

Then just evaluate P at each vertex to pick the max.