SOLUTION: Darius went on a bike ride of 48 miles. He realized that if he had gone 6 mph faster, he would have arrived 18 hours sooner. How fast did he actually ride?
Algebra ->
Quadratic Equations and Parabolas
-> SOLUTION: Darius went on a bike ride of 48 miles. He realized that if he had gone 6 mph faster, he would have arrived 18 hours sooner. How fast did he actually ride?
Log On
Question 1030715: Darius went on a bike ride of 48 miles. He realized that if he had gone 6 mph faster, he would have arrived 18 hours sooner. How fast did he actually ride?
You can put this solution on YOUR website! Darius went on a bike ride of 48 miles. He realized that if he had gone 6 mph faster, he would have arrived 18 hours sooner. How fast did he actually ride?
-------
slower speed DATA:
dist = 48 miles ; rate = x mph ; time = d/r = 48/x hrs
-----
faster speed DATA:
dist = 48 miles ;; rate = x+6 mph ; time = d/r = 48/(x+6) hrs
----------------------------
slower time - faster time = 18 hr
48/x - 48/(x+6) = 18
48*(x+6) - 48x = 18x(x+6)
-------------------------------
48*6 = 18x^2 + 108x
18x^2 + 108x - 288 = 0
-----------------
9x^2 + 54x - 144 = 0
-----
(x-2)(9x +72) = 0
----
Ans: x = 2 mph (slower speed)
x+6 = 8 mph (faster speed)
--------------
Cheers,
Stan H.