1) Consider the LP below:
max $z = x_1 + 2x_2 + x_3$
s.t
$x_3 \leq 50$
$x_1 \leq x_2 + 20$
$x_1 + 3x_2 + x_3 \leq 80$
$x_1, x_2, x_3 \geq 0$
a. Solve this LP in Excel and then save the file under the name Surname_Name_Question1a.xls. (20
points)
b. Solve this LP in Python and then save the file under the name Surname_Name_Question1b.py) (20