y = x2 + 2x − 1
y − 3x = 5

The pair of points representing the solution set of this system is _and _.

1st blank: (-2, 1)(-2, -1)(-3, -4)(-1.5, -2.25) 

2nd blank: (4, 17)(3, 14)(2, 11)(2.5, 6).

Respuesta :

Answer: The pair of points representing the solution set of this system are (-2,-1) and (3,14).

Step-by-step explanation:

The first equation = Y = x2 + 2x -1.

The second equation =  y=3x+5

Considering, Y=y:

x2 + 2x -1 = 3x + 5

x2 +2x-3x -1-5= 0

x2 -x -6 = 0

(x -3) (x+2) = 0

x - 3=0   -> x=3

x+2 =0   -> x=-2

If x = 3, we have y = 3x+5 , y =(3*3) +5, y =14

(3, 14)

If x = -2, we have y= 3(-2) +5 , y=- -6+5, y= -1

(-2 , -1)

Therefore, the solution set of this system of equations is (-2,-1) and (3,14) respectively.

#SPJ2