Answer:
The scale used on his map is <u>150 miles : 2 inches</u>.
Step-by-step explanation:
Given:
Ted knows the actual distance between two cities is 150 miles. His map shows a distance of 2 inches between these cities.
Now, to find the scale Ted used on his map.
The actual distance Ted know between two cities = 150 miles.
The distance on map between these cities = 2 inches.
So, to get the scale used on his map:



Therefore, the scale used on his map is 150 miles : 2 inches.
<span>In order to add and subtract fractions, we must be able to find a <u>common denominator</u>.
The LCD, or least common denominator, is the LCM of the denominators. Once we've added, subtracted or multiplied fractions, we often have to simplify the fraction.
In order to do this, we divide the numerator and denominator by their GCF. This means we must be able to find the LCM and GCF in order to work with fractions.</span>
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)