Answer:
Step-by-step explanation:
You don't specify what you're supposed to do, so I'll make an educated guess.
Given the sequence f(1) = 4, f(n) = f(n − 1) + 11, find the first 5 terms:
f(1) = 4
f(2) = f(2 - 1) + 11 = f(1) + 11 = 4 + 11 = 15
f(3) = f(2) + 11 = 15 + 11 = 26
f(4) = f(3) + 11 = 26 + 11 = 37
f(5) = 37 + 11 = 48
Answer:
for all x in the domain of f(x), or odd if, f(−x) = −x, for all x in the domain of f(x), or neither even nor odd if neither of the above are true statements. A kth degree polynomial, p(x), is said to have even degree if k is an even number and odd degree if k is an odd number
Step-by-step explanation:
Answer:
<em>Width</em>: 3y²
<em>Length</em>: 4 + 7y³
Step-by-step explanation:
The area of the rectangle is the length multiplied by the width. For the area given: 12y² + 21y⁵
12y² = 3y²*4
21y⁵ = 3y²*7y³
So, the greatest common monomial factor is 3y², which is the width.
The area is 3y²*(4 + 7y³), the first term is the width, the other must be the length: 4 + 7y³.
Answer:
0,1
Step-by-step explanation:
x^2 − x = 0
Factor out an x
x(x-1) =0
Using the zero product property
x=0 x-1=0
Solving each equation
x=0 x-1+1 =0+1
x=0 x=1
The solutions are
x=0,1