Adding the two equations
3x + 6y + 3x - 6y = 36+0
6x = 36
x = 6
.
subtracting second equation from first
(3x + 6y ) - (3x-6y) =36 -0
12y = 36
y = 3
.
therefore
x = 6 and y = 3
(6,3)
f(g(-1)) = - 3
Evaluate g(-1) and substitute into f(x)
g(-1) = (-1)² -7(-1) - 9 = 1 + 7 - 9 = - 1
f(g(-1)) = (-1) - 2 = - 3
Slope intercept is y=mx+b
m=slope
slope if found by
m=(y1-y2)/(x1-x2)
(x,y)
(-1,-2) and
(1,2)
x1=-1
y1=-2
x2=1
y2=2
m=(-1-1)/(-2-2)
m=-2/-4
m=1/2
y=1/2x+b
solve fo by subsituting one x value
(1,2)
x=1
y=2
2=1/2(1)+b
2=1/2+b
subtract 1/2
3/2=b
equation is
y=1/2x+3/2