<span>C = total calories burned
r = rate of burning calories = 420 calories burned/hour
t = time in hours
C = 420 * t
</span>
Plug x = 0 into the function
f(x) = x^3 + 2x - 1
f(0) = 0^3 + 2(0) - 1
f(0) = -1
Note how the result is negative. The actual number itself doesn't matter. All we care about is the sign of the result.
Repeat for x = 1
f(x) = x^3 + 2x - 1
f(1) = 1^3 + 2(1) - 1
f(1) = 2
This result is positive.
---------------------------
We found that f(0) = -1 and f(1) = 2. The first output -1 is negative while the second output 2 is positive. Going from negative to positive means that, at some point, we will hit y = 0. We might have multiple instances of this happening, or just one. We don't know for sure. The only thing we do know is that there is at least one root in this interval.
To actually find this root, you'll need to use a graphing calculator because the root is some complicated decimal value. Using a graphing calculator, you should find the root to be approximately 0.4533976515
Answer:
B
Step-by-step explanation:
The question has no division answer. That makes C and D incorrect.
A for some reason is backwards. It makes no sense to use that. You are left with B. The reason A or B is correct is that the burn of calories must get larger with an increase in hours.