SOLUTION: Can you help find the exact solution of these system of equations?
{{{ y = x^2 - 6x + 1 }}}
{{{ y + 2x = 6 }}}
Algebra ->
Systems-of-equations
-> SOLUTION: Can you help find the exact solution of these system of equations?
{{{ y = x^2 - 6x + 1 }}}
{{{ y + 2x = 6 }}}
Log On
You can put this solution on YOUR website! .
.
.
For x=5:
y+2x=6
y+2(5)=6
y+10=6
y=-4
.
CHECK:
.
For x=-1:
y+2x=6
y+2(-1)=6
y-2=6
y=8
.
CHECK:
.
ANSWERS: (5,-4) and (-1,8)
.