-18 = xy + z
- z -18 = xy
-z-18/y = x
-4,3,and 0
the domain is the x values
hope this helps
Alright, this one is a little interesting... Let's perform some tests to figure out what is happening:
f(-10) = -(1/(-10)^3) = -(1/-1000) = 1/1000 (positive)
f(-5) = -(1/(-5)^3) = -(1/-125) = 1/125 (positive, bigger than the last one)
f(-1) = -(1/(-1)^3) = -(1/-1) = 1 (positive, bigger than the last one)
f(-0.1) = -(1/(-0.1)^3) = -(1/-0.001) = 1/0.001 = 1000 (positive, bigger than the last one)
f(0) = -(1/0^3) = undefined!
f(0.1) = -(1/(0.1)^3) = -(1/0.001) = -1/0.001 = -1000 (negative)
f(1) = -(1/1^3) = -(1/1) = -1 (negative, but bigger than last one)
It's a little confusing with the undefined part at x = 0. What I can say is this, it is increasing from -10 up to 0, something weird happens at 0 and it resets, and starts increasing from 0 up to 0.1.
I guess A would be the best answer?
Answer:
780
Step-by-step explanation:
round up to the nearest ten
Y = 2x^2 - 13x + 5
dy/dx = 4x - 13
At x = 3, dy/dx = 4(3) - 13 = 12 - 13 = -1
and y = 2(3)^2 - 13(3) + 5 = 2(9) - 39 + 5 = 18 - 34 = -16
The tangent line at x = 3, passes through the point (3, -16) and has a slope of -1
y - (-16) = -1(x - 3)
y + 16 = -x + 3
y = -x - 13 is the required equation.