Buy 5 for $12 and buy 4 for $15
Either a reflection across the origin. Or a 180° clockwise rotation.
Hey! :)
Some things to note: When you bring a exponent to the numerator, you make it negative.
When you put an exponent to another exponent, you multiply the exponents together.

so that is your answer, please let me know if you need more of an explanation. :)
Answer:
Height of the cylinder = 1.60yd
Step-by-step explanation:
Volume of a cylinder =
V = πr^2h
V - volume of cylinder
π - 3.142
r - radius of cylinder
h - height of cylinder
We are provided with
V - 80
r - 4
π - 3.142
h - ?
80 = 3.142 * 4^2 * h
80 = 50.272 * h
To find h, divide both sides by 50.272
80/50.272 = 50.272h/ 50.272
1.599 = h
h = 1.60yd
Answer:
y = x*sqrt(Cx - 1)
Step-by-step explanation:
Given:
dy / dx = (x^2 + 5y^2) / 2xy
Find:
Solve the given ODE by using appropriate substitution.
Solution:
- Rewrite the given ODE:
dy/dx = 0.5(x/y) + 2.5(y/x)
- use substitution y = x*v(x)
dy/dx = v + x*dv/dx
- Combine the two equations:
v + x*dv/dx = 0.5*(1/v) + 2.5*v
x*dv/dx = 0.5*(1/v) + 1.5*v
x*dv/dx = (v^2 + 1) / 2v
-Separate variables:
(2v.dv / (v^2 + 1) = dx / x
- Integrate both sides:
Ln (v^2 + 1) = Ln(x) + C
v^2 + 1 = Cx
v = sqrt(Cx - 1)
- Back substitution:
(y/x) = sqrt(Cx - 1)
y = x*sqrt(Cx - 1)