To write the system of equations based on the given points, first, we need to find the equations of the two lines described.
-
Dotted Line: The points given on the dotted line are (0, 3) and (-0.75, 0).
- Using the points, we can determine the slope (m) of the line: \[ m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{0 - 3}{-0.75 - 0} = \frac{-3}{-0.75} = 4 \]
- Using the point-slope form (y - y1 = m(x - x1)) with the point (0, 3): \[ y - 3 = 4(x - 0) \implies y = 4x + 3 \]
-
Solid Line: The points on the solid line are (-2, -5) and (0, -1).
- Again, calculate the slope: \[ m = \frac{-1 - (-5)}{0 - (-2)} = \frac{4}{2} = 2 \]
- Using the point-slope form with the point (0, -1): \[ y + 1 = 2(x - 0) \implies y = 2x - 1 \]
Thus, the system of equations based on the lines is: \[ \begin{cases} y = 2x - 1 \ y = 4x + 3 \end{cases} \]
Accordingly, the correct response is: \[ {y = 2x - 1 \ y = 4x + 3} \]