Answer:
34
Step-by-step explanation:
See Image Below:)
Answer:
Using the Pythagorean Theorem:
distance^2 = 72^2 + 65^2
distance^2 = 5,184 + 4,225
distance^2 = 9,409
distance = 97 yards
"round-trip" distance = 97 * 2 = 194 yards
Step-by-step explanation:
Answer:
18
Step-by-step explanation:
v is 18 because 18+8 is 26 ♀️
y=kx+b
for (7,-8): -8=7k+b. (function 1)
for (-4,6): 6=-4k+b (function 2)
Use function 2 - function 1
we get: 14=-11k
k=-14/11------>slope is -14/11
Now we know that first two options are wrong since they have the wrong slope for the function.
Plus -14/11 back to function 1/ or 2. Both are correct and can give you the answer. In this case I would plug it back to function 2.
6=14*4/11+b
b=66/11-56/11
b=10/11
We get y=-14/11x+10/11
subtract both side by 6.
y-6=-14/11x+10/11-66/11
y-6=-14/11x-56/11
y-6=-14/11(x+4)
So C is correct
This is quite a complex problem. I wrote out a really nice solution but I can't work out how to put it on the website as the app is very poorly made. Still, I'll just have to type it all in...
Okay so you need to use a technique called logarithmic differentiation. It seems quite unnatural to start with but the result is very impressive.
Let y = (x+8)^(3x)
Take the natural log of both sides:
ln(y) = ln((x+8)^(3x))
By laws of logarithms, this can be rearranged:
ln(y) = 3xln(x+8)
Next, differentiate both sides. By implicit differentiation:
d/dx(ln(y)) = 1/y dy/dx
The right hand side is harder to differentiate. Using the substitution u = 3x and v = ln(x+8):
d/dx(3xln(x+8)) = d/dx(uv)
du/dx = 3
Finding dv/dx is harder, and involves the chain rule. Let a = x+ 8:
v = ln(a)
da/dx = 1
dv/da = 1/a
By chain rule:
dv/dx = dv/da * da/dx = 1/a = 1/(x+8)
Finally, use the product rule:
d/dx(uv) = u * dv/dx + v * du/dx = 3x/(x+8) + 3ln(x+8)
This overall produces the equation:
1/y * dy/dx = 3x/(x+8) + 3ln(x+8)
We want to solve for dy/dx, achievable by multiplying both sides by y:
dy/dx = y(3x/(x+8) + 3ln(x+8))
Since we know y = (x+8)^(3x):
dy/dx = ((x+8)^(3x))(3x/(x+8) + 3ln(x+8))
Neatening this up a bit, we factorise out 3/(x+8):
dy/dx = (3(x+8)^(3x-1))(x + (x+8)ln(x+8))
Well wasn't that a marathon? It's a nightmare typing that in, I hope you can follow all the steps.
I hope this helped you :)