That funky circle in the middle is the composition of the function. It asks you to take a function as an input and to yield an output that's another function. It's one of the five function operations, along with adding, subtracting, multiplying, and dividing.
When you compose, you might find the notation w(u(x)) easier to understand. It's saying evaluate u then evaluate w.
For our functions, the compositions are:
u(w(x)) = u(2x²) = -(2x²) - 2 = -2x² - 2
w(u(x)) = w(-x - 2) = 2(-x - 2)² = 2(x² + 4x + 4) = =2x²+ 8x +8
Now we evaluate each composition at 4.
u(w(4)) = -2(4²) - 2 = -2(16) - 2 = -32 -2 = -34
w(u(4)) = -2(2²) +8(2) + 8 = -2(4) + 16 + 8 = -8 + 16 + 8 = 16.
Thus, u(w(4)) = -34 and w(u(4)) = 16.
Answer:
(x - 3) is a factor of P(x)
Step-by-step explanation:
if (x - 3) is a factor of P(x) then P(3) = 0
P(3) = 2(3)³ + 5(3)² - 28(3) - 15
= 2(27) + 5(9) - 84 - 15
= 54 + 45 - 99
= 99 - 99
= 0
since P(3) = 0 then (x - 3) is a factor of P(x)
Answer:-12 and -25
Step-by-step explanation:
A) x^2 + y^2 = 80
B) x * y = 12
What is x^2 -y^2?
B) x * y = 12
So y = 12 / x
A) x^2 + (12/x)^2 = 80
x^2 + (12/x)^2 = 80
x^2 + (144/x^2) = 80
Multiplying each side by x^2
x^4 + 144 = 80x^2
x^4 -80x^2 + 144 = 0
X = 1.355 (found by trial and error)
Y =
<span>
<span>
<span>
8.85608</span></span></span> (found by trial and error)