Question 819277
s = d / t
t = d / s
---
level time:
t = 4/s
---
downhill time:
t = 6/(s + 4)
---
total time:
4/s + 6/(s + 4) = 1
4(s + 4)/s(s + 4) + 6s/s(s + 4) = 1
4(s + 4) + 6s = s(s + 4)
4s + 16 + 6s = ss + 4s
ss - 6s - 16 = 0
s^2 - 6s - 16 = 0
---
the above quadratic equation is in standard form, with a=1, b=-6, and c=-16
---
to solve the quadratic equation, plug this:
1 -6 -16
into this: https://sooeet.com/math/quadratic-equation-solver.php
---
the quadratic roots are:
---
s = 8
s = -2
---
the negative root doesn't make sense for speed in this problem, so use the positive root
---
speed on flat ground = 8 mph
speed downhill = 12 mph
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Calculate and graph the linear regression of any data set:
https://sooeet.com/math/linear-regression.php