Here you go -12.4 - 5.75 x is your Answer
1.291
1.251
1.341
1.331
1.321
1.311
1.281
1.271
1.261
Step-by-step explanation:
This is a probability related problem.
Probability is the likelihood of an event to occur;
Pr = 
The sample space here is from 1 to 25 which is 25
A.
Pr of a card marked 8; we have just 1 possible outcome;
Pr(8) =
B.
Pr of drawing a card that is a multiple of 5;
Multiples of 5 = 5, 10, 15 and 25
Pr (multiples of 5) =
C.
Pr of drawing a card with odd numbers:
Number of odd numbers between 1 and 25 = 13
Pr(odd numbers) =
D.
Pr of drawing a number with square number on it;
Square numbers between 1 and 25 = 1, 4, 9, 16 and 25
Pr(square numbers) =
= 
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)