SOLUTION: A 3 mile boat race takes place in Detroit every year. The current in the river is 4 mph. What is the speed od the boat in still water if the total time of upstream and downstream i

Algebra ->  Customizable Word Problem Solvers  -> Travel -> SOLUTION: A 3 mile boat race takes place in Detroit every year. The current in the river is 4 mph. What is the speed od the boat in still water if the total time of upstream and downstream i      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1050063: A 3 mile boat race takes place in Detroit every year. The current in the river is 4 mph. What is the speed od the boat in still water if the total time of upstream and downstream is 1 hour
Found 3 solutions by josmiceli, josgarithmetic, ikleyn:
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
Let +t+ = time spent going downstream
+1+-+t+ = time spent going upstream
Let +s+ = the speed of the boat in still water
------------------------------------------
Equation for going downstream:
(1) +1.5+=+%28+s+%2B+4+%29%2At+
Equation for going upstream:
(2) +1.5+=+%28+s+-+4+%29%2A%28+1+-+t+%29+
------------------------------
(2) +1.5+=+s+-+4+-+s%2At+%2B+4t+
(2) +1.5+=+s+-+4+%2B+t%2A%28+4+-+s+%29+
and
(1) +t+=+1.5+%2F+%28+s+%2B+4+%29+
Substitute (1) into (2)
(2) +1.5+=+s+-+4+%2B+%28+1.5+%2F+%28+s%2B4+%29+%29%2A%28+4+-+s+%29+
(2) +5.5+=+s+%2B+%28+1.5+%2F+%28+s%2B4+%29+%29%2A%28+4+-+s+%29+
Multiply both sides by +s%2B4+
(2) +5.5%2A%28+s%2B4+%29+=+s%2A%28+s%2B4+%29+%2B+1.5%2A%28+4+-+s+%29+
(2) +5.5s+%2B+22+=+s%5E2+%2B+4s+%2B+6+-+1.5s+
(2) +s%5E2+%2B+2.5s+%2B+6+=+5.5s+%2B+22+
(2) +s%5E2+-+3s+=+16+
I'll try completing the square:
(2) +s%5E2+-+3s+%2B+%28+-3%2F2%29%5E2+=+16+%2B+%28-3%2F2%29%5E2+
(2) +s%5E2+-+3s+%2B+9%2F4+=+16+%2B+9%2F4+
(2) +s%5E2+-+3s+%2B+9%2F4+=+64%2F4+%2B+9%2F4+
(2) +s%5E2+-+3s+%2B+9%2F4+=+73%2F4+
(2) +%28+s+-+3%2F2+%29%5E2+=+73%2F4+
(2) +s+-+3%2F2+=+%281%2F2%29%2Asqrt%2873%29+
(2) +s+=+%281%2F2%29%2A8.544+%2B+3%2F2+
(2) +s+=+4.272+%2B+1.5+
(2) +s+=+5.772+ mi/hr
----------------------------
check answer:
(1) +t+=+1.5+%2F+%28+s+%2B+4+%29+
(1) +t+=+1.5+%2F+%28+5.772+%2B+4+%29+
(1) +t+=+1.5%2F9.772+
(1) +t+=+.1535+ hrs
and
(2) +1.5+=+%28+5.772+-+4+%29%2A%28+1+-+t+%29+
(2) +1.5+=+1.772%2A%28+1+-+t+%29+
(2) +1.5+=+1.772+-+1.772t+
(2) +1.772t+=+.272+
(2) +t+=+.1535+ hrs
It's about a 9 minute race! ( if I'm right )


Answer by josgarithmetic(39620) About Me  (Show Source):
You can put this solution on YOUR website!
                  SPEED            TIME           DISTANCE
UPSTREAM          r-4
DOWNSTREAM        r+4
TOTAL                               1              3


If you assign time up and time down each their own variable, then you would have THREE variables but still only TWO equations for the "totals". The two totals, one of time and one of distance, allows just picking one of these totals for assigning just one variable to either up or down stream.


                  SPEED            TIME           DISTANCE
UPSTREAM          r-4               t
DOWNSTREAM        r+4              1-t
TOTAL                               1              3



Now, fill-in the distance expressions.
                  SPEED            TIME           DISTANCE
UPSTREAM          r-4               t             (r-4)*t
DOWNSTREAM        r+4              1-t           (r+4)(1-t)
TOTAL                               1              3

Still not adequate.

Check the description carefully! "3 mile boat race", and "upstream and downstream". Maybe the round trip was 3 miles, and then up and downstreams are each one-and-a-half miles.



Let's try that understanding, and use variables assigned a little differently:
                  SPEED            TIME           DISTANCE
UPSTREAM          r-4               x              1.5
DOWNSTREAM        r+4               y              1.5
TOTAL                               1              3

Resulting system of equations: system%28%28r-4%29x=1.5%2C%28r%2B4%29y=1.5%2Cx%2By=1%29
Three equations in three unknown variables. Not linear system; but various ways possible to solve the system.

POSSIBLE STEPS
-
r-4=1.5%2Fx
r=4%2B1.5%2Fx
-
r%2B4=1.5%2Fy
r=1.5%2Fy-4
-
1.5%2Fx%2B4=1.5%2Fy-4
aFewFurtherSteps
8xy=1.5x-1.5y
-
REVISED SYSTEM OF EQUATIONS: system%288xy=1.5x-1.5y%2Cx%2By=1%29
-
using y=1-x and substituting,
8x%281-x%29=1.5x-1.5%281-x%29
andThenAFewSteps
highlight_green%2816x%5E2-16x-3=0%29
-
x=%284%2B-sqrt%2813%29%29%2F8
Unfinished here...


STEPS(DESCRIPTIVE)-ANOTHER APPROACH
Another approach can use y=1-x and substitute this into each of the equations containing r. Doing so and carrying through the algebra will give system%28rx%2B4x-r=2.5%2Crx-4x=1.5%29%29
from which you can obtain
highlight_green%28r%281.5%2F%28r-4%29%29%2B4%281.5%2F%28r-4%29%29-r=2.5%29
again, skipping some of the next steps here, but...
highlight%28r%5E2-3r-16=0%29
and you can continue some algebraic steps with general solution formula for quadratic equation to solve for r, which is what the question asked for.
-
-
If all this work is reliable, then highlight%28r=%283%2B-+sqrt%2873%29%29%2F2%29 but you need to use the PLUS form!

Answer by ikleyn(52803) About Me  (Show Source):
You can put this solution on YOUR website!
.
It is not clear from the condition if 3 miles is the way in one direction or it is the sum of the ways to there and back.

Therefore, the text does not deserve the status of math problem.