This is a base script that can draw functions at the coordinate plane. It only draws a linear function Y = 3 * X 1. What variable should be changed to draw the graph Y = 2 * X ? 2. How can you change the script so that the linear function would shift 100 steps to the right ? 3. Can you finish the script for the quadratic function Y = X^2 ? (that is X squared). The new block is already there, you just have to tell it how to calculate Y