Understand the lines in the format A: y = -3x - 3 and B: y = x + 1 (y = ax + c) is the best format for your understanding this project. You can easily spot the format y = ax + c in the code The variable X is local to each line. Work out and set a minimum value in the slider domain for X for each line Press SPACE and watch the lines draw simultaneously as the value of Y changes while the X domain value increases for each line
Note: Q1: What is the point of intersection of the lines? Is it (a) 1,2 (b) 2,3 (c) -1,0 (d)4, 5 Q2: Which line intersects the Y axis at 0, 1? Q3.Where does the other line intersect the Y axis? Q4: Why does one line stop drawing before the other? (Hint: Check the code)