Question 515160
Let s represent the speed of the canoeist during the first part of the trip (in miles per hour).  Since the speed is constant over the first part of the trip, we can use the relationship

Distance = Speed * Time

to solve for the time it took for the canoeist to travel the first leg in terms of s.  In this case, the distance was 37 miles, so we have the equation

37 = s * Time
{{{37/s}}} = Time (dividing both sides by s, presuming that s is not 0, which is reasonable since the canoeist traveled 37 miles at that speed)

So now we have an expression for the amount of time it took to travel the first leg: {{{ 37/s }}}.  Now we move on to the second leg.  According to the question, the canoeist traveled at a speed 5 mph slower than during the first leg of the trip.  We can therefore represent the speed during the second leg as {{{s - 5}}}.  Now we'll solve for the time it took to travel the second leg.  The same relationship between distance, speed, and time applies, but now the distance traveled is 17 miles and the speed is {{{s - 5}}} mph.  Solving for time, we get:

17 = {{{(s - 5)}}} * Time
{{{17 / (s - 5)}}} = Time (dividing both sides by {{{s - 5}}}, which we can also assume is non-zero since it is the speed of the canoeist)

The final bit of information we are given is that the total time of the trip is 2 hours.  We now have the times it took to travel the first and second legs of the trip in term of s, and we can set up an algebraic equation:

{{{ 37/s + 17/(s - 5) = 2 }}}

Now we solve for s:

{{{ 37 + 17s/(s - 5) = 2s }}} (multiply both sides by s)
{{{ 37(s - 5) + 17s = 2s(s - 5) }}} (multiply both sides by {{{s - 5}}})
{{{ 37s - 185 + 17s = 2s^2 - 10s }}} (distribute the 37 on the left hand side and the {{{2s}}} on the right)
{{{ 54s - 185 = 2s^2 - 10s }}} (combine like terms)
{{{ 0 = 2s^2 - 64s + 185 }}} (subtract 54s from and add 185 to both sides)
{{{ s = (64 +- sqrt(64^2 - 4*2*185))/(2*2)}}} (applying the quadratic formula)
{{{ s = (64 +- sqrt(2616))/4}}} (simplifying)

So we have two possible solutions for the speed.  Numerically, these two solutions are (to the nearest hundredth):

{{{s = (64 + sqrt(2616))/4 = 28.79}}} mph and {{{s = (64 - sqrt(2616))/4 = 3.21}}} mph

Both are positive, so both might be speeds for the first leg of the trip.  We know, however, that the speed during the second leg of the trip was {{{ s - 5 }}}, so:

if {{{s = 28.79}}} mph, then {{{s - 5 = 23.79}}} mph; and

if {{{s = 3.21}}} mph, then {{{s - 5 = -1.79}}} mph.

Speed must be a non-negative number, so -1.79 mph cannot be a speed for the second leg of the trip.  Therefore we reject the second solution, giving us that the canoeist traveled at approximately 28.79 mph during the first part of trip, and approximately 23.79 mph during the second part of the trip.  To check, note that the time it took to travel the first leg would therefore be (to the nearest hundredth):

{{{37/28.79 = 1.29}}} hours

and the time it took to travel the second leg would be (again, to the nearest hundredth):

{{{17/23.79 = 0.71}}} hours

making the total time traveled 1.29 + 0.71 = 2.00 hours, which is what we wanted.