<span>It's 1/5(m-100). What you do is 1/5 and connect it with what is in the parenthesis and your answer will be -20 just like when you do 1/5m-20</span>
Answer:
addition
Step-by-step explanation:
The given expression is 
We want to determine the last operation performed when evaluating this expression for x=3.
We substitute to get:

Multiply within the parenthesis to get:

Subtract to get:

Evaluate the exponent to get:
4+4
Add to obtain:
8
Hence the final operation is addition
Answer:
0.077
Step-by-step explanation:
Marco can divide 77 by 1000 to convert it to dekagrams
There are 0.077 decagrams per 77 centagrams
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)