Code Problem 2 in Python 2.

Problem 2

Suppose the profit in thousands of dollars of x items old is:

p(x) = 4x^2 - 100x - 1000

p(10) = -1600

Code the problem in Python 2 and add “comments” explaining what the code is doing.

Code Problem 2 in Python 2 Problem 2 Suppose the profit in thousands of dollars of x items old is px 4x2 100x 1000 p10 1600 Code the problem in Python 2 and add class=