Answer:
The correct answer is B(2)
Step-by-step explanation:
I did it and somehow got it right.
Let 'x' be the distance from THE far bank where 700 is the distance to the NEAR bank
boat one has travelled 700 (rate = 700/unit time) boat two has travelled x rate = x / unit time
boat one then travels x + 400 more and boat two travels 700 + (700+x -400) more when they meet
The time is the same rate x time = distance distance/rate = time equate the distances divided by the respective rates
(700 + x + 400)/700 = ( x + 700 + (700+x-400) )/x
1100x + x^2 = 1400x + 700000
x^2-300x -700000 = 0 quadratic formula yields x = 1000
One boat travels 700 the other 1000 whe they first meet.....width of river = 700+ 1000 = 1700 m
Let x = roller coaster ticket
let y = boat ride ticket
x + y = 10
4x + 3y = 37
x = 10 - y
4x + 3y = 37
4(10-y) + 3y = 37
40 - 4y + 3y = 37
-y = 37 - 40
-y = -3
y = -3/-1
y = 3
x = 10 - y
x = 10 - 3
x = 7
x = 7 ; y = 3
4x + 3y = 37
4(7) + 3(3) = 37
28 + 9 = 37
37 = 37
x*y' + y = 8x
y' + y/x = 8 .... divide everything by x
dy/dx + y/x = 8
dy/dx + (1/x)*y = 8
We have something in the form
y' + P(x)*y = Q(x)
which is a first order ODE
The integrating factor is 
Multiply both sides by the integrating factor (x) and we get the following:
dy/dx + (1/x)*y = 8
x*dy/dx + x*(1/x)*y = x*8
x*dy/dx + y = 8x
y + x*dy/dx = 8x
Note the left hand side is the result of using the product rule on xy. We technically didn't need the integrating factor since we already had the original equation in this format, but I wanted to use it anyway (since other ODE problems may not be as simple).
Since (xy)' turns into y + x*dy/dx, and vice versa, this means
y + x*dy/dx = 8x turns into (xy)' = 8x
Integrating both sides with respect to x leads to
xy = 4x^2 + C
y = (4x^2 + C)/x
y = (4x^2)/x + C/x
y = 4x + Cx^(-1)
where C is a constant. In this case, C = -5 leads to a solution
y = 4x - 5x^(-1)
you can check this answer by deriving both sides with respect to x
dy/dx = 4 + 5x^(-2)
Then plugging this along with y = 4x - 5x^(-1) into the ODE given, and you should find it satisfies that equation.