Problem 1: In machine learning and physics, you often need to find the lowest possible point of a mathematical function. Let’s say you have the equation $f(x) = x^2 + x + 2$. Use SciPy to find the exact value of $x$ that results in the minimum value for this function.

Problem 2: You are analyzing a test where the scores follow a perfectly normal distribution (a bell curve). The average (mean) score is 50, and the standard deviation is 10. What is the exact probability of a student scoring exactly 60 or lower?

Problem 3: Calculate the definite integral of the function $f(x) = 3x^2$ from $x = 0$ to $x = 2$. In visual terms, you are finding the exact area under this curve between those two boundaries.(Note: If you do the calculus by hand, the exact answer is 8).