Answer:
A. 7/9
Step-by-step explanation:
True, all of them represent a negative number, for example:
You have $60 and you spent $10, the remaining money is:

Your savings are $1000 and you make a Withdrawal of $500:

In other words for calculation purposes, they all have negative values
Answer:
Inequalities are different from equations. If you multiply or divide both sides of an equation by the same negative number, the equation remains the same, but If you multiply or divide both sides of an inequality by the same negative number, the inequality reverses.
Answer:

Option D is the right option.
Explanation:
Observe from the graph that the value of X starts at X=0 and the graph is going to the right infinitely.
So the domain of the function should be:

Hope this helps...
Good luck on your assignment..
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)