Patrick B. answered 09/10/20
Math and computer tutor/teacher
(a)
adds them together: 7x = 14 -->x=2
when x=2, y = -3
(b)
per second equation y = 10-2x
x^2 + (10-2x)^2 = 25
x^2 + 100 - 40x + 4x^2 = 25
5x^2 - 40x + 75 = 0
x^2 - 8x + 15 = 0
(x - 3 )(x - 5) = 0
x=3 --> y=4 so (3,4)
x=5 ---> y=0 so (5,0)
(c) -x = x^3 - 4x
3x = x^3
0 = x^3 - 3x
0 = x(x^2-3)
x = 0, x = +or- sqrt(3)
(0,0) ( sqrt(3), -sqrt(3)) (-sqrt(3), sqrt(3))
(d) y = (x^2 - 1)^2 and y = 1 - x^2
(x^2 - 1)^2 = 1 - x^2
(x^2 - 1)^2 + (x^2-1) = 0
(x^2-1) [ (x^2 - 1) + 1] = 0
(x^2 - 1) x^2 = 0
x=1,-1,0,0
(1,0) (-1,0) (0,1)