Answer:
Pattern B gets larger fast since 4 is greater than 3.
explanation:
Pattern A is ; 1, 4, 7, 10, 13
Pattern B: 1, 5, 9, 13, 17
as u can see pattern b goes up faster
4 is the answer to the problem
Answer:
Original function:
f(x) = log2(x)
Transformed function:
f(x) = -log2(x - 1) + 2
The transformation process is to take f(x)=log2(x) and shift it to the right 1 unit and shift 2 units up. Then flip it down.
A log cannot have a negative value for an argument. Set the argument greater than zero.
x - 1 > 0
x > 1
The domain is all values greater than 1.
To find the range, use the domain.
Evaluate f(1.00001), f(2) , f(200), and f(2000)
Then use those values to determine the range.
Answer:
f(x) = x^3 - x^2 -2x
Step-by-step explanation:
If x = a is a zero of a polynomial, then x-a is a factor of the polynomial. Given the factors of a polynomial, the polynomial can be obtained by multiplying the factors.
The factors of the given polynomial are;
x - 2
x + 1
x
Multiplying the first two factors;
(x-2)(x+1) = x^2 + x -2x -2
= x^2 -x -2
We finally multiply this result by x to obtain our polynomial;
f(x) = x ( x^2 -x -2)
= x^3 - x^2 -2x
which is a cubic polynomial since it has 3 roots.