A = 6
tn = a + (n - 1)d
t4 = 6 + 3d = 12
3d = 12 - 6 = 6
d = 6/3 = 2
f(n + 1) = f(n) + 2
Answer: x^2-9x+1
Step-by-step explanation:
x^2-7x-7 d(x-1)
(you would just replace x to (x-1)
(x-1)^2-7(x-1)-7
(solve by square rooting (x-1)(x-1) then foil)
x^2-9x+1
Answer:

Step-by-step explanation:



Answer:
x = 2
Step-by-step explanation:
To solve the equation, you need to set both functions equal to each other and simplify to find the value of "x".
f(x) = 2x + 1
g(x) = -x + 7
f(x) = g(x) <----- Given equation
2x + 1 = -x + 7 <----- Insert functions
3x + 1 = 7 <----- Add "x" to both sides
3x = 6 <----- Subtract 1 from both sides
x = 2 <----- Divide both sides by 3