System Of Equations Coloring Activity <100% HIGH-QUALITY>

// Function to generate a random system of equations function generateSystem() const eq1 = slope: Math.random() * 10, intercept: Math.random() * 10 ; const eq2 = slope: Math.random() * 10, intercept: Math.random() * 10 ; return [ equation: `y = $eq1.slopex + $eq1.intercept`, color: "red" , equation: `y = $eq2.slopex + $eq2.intercept`, color: "blue" ];

Find your solution $(x, y)$ below to get the color. system of equations coloring activity