Answer:
Tip $6
Total Amount $36
Step-by-step explanation:
20% of $30 is 6
$30 + $6 = 36
Answer:
35
Step-by-step explanation:
I don't know how to explain sorry
Answer:
Step-by-step explanation:
Given the function y = 19800/x
Vertical asymptote occurs at when f(x) = 0 where;
f(x) is the denominator of the given function.
From the expression given: f(x) = x
Since f(x) => 0, hence x = 0
To get the horizontal asymptote, we will look at the degree of the numerator and denominator. If the degree of numerator is less than the denominator, the horizontal asymptote will be zero. From the function, we can see that the degree of the numerator is zero (being a constant) and that of the denominator is 1.
Since 0<1, hence the horizontal asymptote is 0
x = 0, y = 0
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)