Answer:
c
Step-by-step explanation:
according to PEMDAS you should always do whats inside the parentheses first, then you'll multiply the parentheses by 5
Anyway
so the recursive rule tells the relationship between the previous term and the term we want to find
given
an=2n+11
it is clear that the first term is 13
2nd term is 15
3rd term is 17
each term increases by 2
so
a term is equal to the previous term plus 2
an=a(n-1)+2
the first one is the answer
Answer:
m = -1/3
Step-by-step explanation:
Find two points in order to calculate slope:
Slope (m) =
ΔY /ΔX= -1/ 3= -0.33333333333333
- ( ΔX = 3 – 0 = 3
- ΔY = 1 – 2 = -1 )
Slope intercept:
y = -0.33333333333333x + 2
Answer:
(fg)(x) = 6x³ - 2x² + 12x - 4
Step-by-step explanation:
( f g ) ( x ) = f ( x ) * g ( x )
f(x) = 2x² + 4
g(x) = 3x – 1
( f g ) ( x ) = (2x² + 4) (3x – 1)
= 6x³ - 2x² + 12x - 4