Seth M. answered 04/11/15
Tutor
5.0
(1,891)
Help with ChatGPT, Grok, Gemini, and other Machine Learning / AI
Richard's approach is valid and efficient, but doesn't employ the quadratic equation.
We can do so, however, building upon the good foundation he has laid. Take the formulas he showed:
1) v = 280/t
2) v+5 = 280/(t-1)
We are solving for v, so let's work t out of the picture:
1) t = 280/v [sub this into (2)]
2) v + 5 = 280 ((280/v) -1) [multiply both sides by ((280/v) -1)]
(v+5) x ((280/v) - 1) = 280
- v - 5 + 280 + (1400/v) = 280
- v + 1400/v = 5
-v2 +1400 = 5v
v2 + 5v - 1400 = 0
(We have kind of a hint at the answer here, because we can factor this down to (v + 40) x (v - 35) = 0. From this we know already that the solution is when v = -40 or v = 35, but we haven't used the dreaded QUADRATIC EQUATION!)
NOW we can bring the quadratic equation into play:
v = (-b +/- sqrt(b2 - 4ac)) / 2a
v = (-5 +/- sqrt(25 - 4 x 1 x -1400)) / 2
v = (-5 +/- sqrt(5625))/2
v = (-5 +/- 75) / 2
v = -40, 35
I guess you'll need to figure out whether -40 or 35 is the right speed. :)

Richard W.
04/11/15