38.3k views
0 votes
Solve the system of equations.
14x + y = −4
y = 3x^2 − 11x − 4

User Anatoli
by
7.6k points

1 Answer

5 votes
x = 0 or x = -1

You can solve this by using the second equation, which is already solved for y and subbing that in for y in the first equation.

14x + (3x^2 - 11x - 4) = -4
14x + 3x^2 - 11x = 0
3x^2 + 3x = 0

Then you can solve by pulling out the greatest common factor

3x(x + 1) = 0

Then set each part equal to 0

3x = 0
x = 0

x + 1 = 0
x = -1
User Daniil Palii
by
7.6k points