Answer:
4
Step-by-step explanation:
The highest/exponent of the variable is the degree of the polynomial.

Here, the highest degree of the variable m is 4
So, degree of the polynomial = 4
Answer:
B) B only
Step-by-step explanation:
An equilateral triangle is a triangle that has all equal sides. Triangle B is the only one that has equal sides.
It would be called an ecological model.
Answer:
120
Step-by-step explanation:
alls you do is plug in the numbers its not hard sweetie
Answer:
g(1) = -65; g(n) = g(n-1) -15
Step-by-step explanation:
Using n = 1, 2, 3, we can find the first three terms of the sequence:
g(1) = -50 -15 = -65
g(2) = -50 -15(2) = -80
g(3) = -50 -15(3) = -95
The first term of the arithmetic sequence is -65, so that is g(1). Each next term is 15 less than the one before, so the recursive formula is ...
g(n) = g(n-1) -15
The complete recursive function definition requires both parts:
g(1) = -65
g(n) = g(n-1) -15