SOLUTION: A typical car's stopping distance on dry pavement "d" in feet can be approximated by the function
d= 0.034s2(squared) + 0.56s - 17.11. Where "s" is the sp
You can put this solution on YOUR website! A typical car's stopping distance on dry pavement "d" in feet can be approximated by the function
d= 0.034s2(squared) + 0.56s - 17.11. Where "s" is the speed in miles per hour, of the car before braking.
A. How fast is the car going if it requires 100 feet for the car to stop after the brakes are applied?
.
Replace d with 100 and solve for s:
d= 0.034s^2 + 0.56s - 17.11
100= 0.034s^2 + 0.56s - 17.11
0= 0.034s^2 + 0.56s - 117.11
Solve using the quadratic formula. Doing so yields:
s = {51.0, -67.5}
Toss out the negative solution -- doesn't make sense.
so, the car was moving at 51 mph.
.
Details of quadratic formula:
.