Is there a way to hide the coordinates of the intersection of the two lines? Currently it gives the ordered pair (-2, -1) when clicked, but I want students to find that.
Is there a way to hide the coordinates of the intersection of the two lines? Currently it gives the ordered pair (-2, -1) when clicked, but I want students to find that.
Try this code in the graph component.
trace: false
Yes! @cwinske Thank you, so much.