Math question, please help.

First, let's use the Intermediate Value Theorem (IVT) to show that a zero exists within the region of [0, 1]. To do this, we are going to evaluate the function at x = 0 and x = 1. If one of the evaluations is negative and the other is positive, we know that some [tex]c[/tex] exists where [tex]f(c) = 0[/tex].
[tex]f(0) = 7\cos(0) - 12(0) = 7[/tex]
[tex]f(1) = 7\cos(1) - 12(1) = 7\cos(1) - 12 \approx -8.217[/tex]
We have successfully proved that there is a 0 within the interval of [0, 1]. Now, let's use the bisection method to find it. The problem is asking us for an interval with length 1/32, which means we are going to have to do the bisection method five times.
The reasoning for doing it five times is as such:
We are going to do the bisection method [tex]n[/tex] times, which gives us an interval of length [tex]\frac{b - a}{2^n}[/tex] we are splitting the interval [a, b] in half with each iteration). In the case of this problem, where [tex]\frac{1}{32} = \frac{1}{2^5}[/tex], which means we are going to do the bisection method five times.)
Now, let's start doing the bisection method. To do the bisection method, here are the steps:
The first interval is [0, 1], meaning our mid-point is [tex]\frac{1}{2}[/tex]. Testing our mid-point, we get:
[tex]f(\frac{1}{2}) = 7\cos(\frac{1}{2}) - 12(\frac{1}{2}) = 7\cos(\frac{1}{2}) - 6 \approx 0.143[/tex]
Since our evaluation was positive, our new interval will be [[tex]\frac{1}{2}[/tex], 1].
Our mid-point for this interval is [tex]\frac{3}{4}[/tex]. Testing, we get:
[tex]f(\frac{3}{4}) = 7\cos(\frac{3}{4}) - 12(\frac{3}{4}) \approx -3.878[/tex]
Our next interval will be [[tex]\frac{1}{2}[/tex], [tex]\frac{3}{4}[/tex]]
Mid-point of [[tex]\frac{1}{2}[/tex], [tex]\frac{3}{4}[/tex]]: [tex]\frac{5}{8}[/tex]
[tex]f(\frac{5}{8}) \approx -1.823[/tex]
Next interval: [[tex]\frac{1}{2}[/tex], [tex]\frac{5}{8}[/tex]]
Mid-point of [[tex]\frac{1}{2}[/tex], [tex]\frac{5}{8}[/tex]]: [tex]\frac{9}{16}[/tex]
[tex]f(\frac{9}{16}) \approx -0.823[/tex]
Next interval: [[tex]\frac{1}{2}[/tex], [tex]\frac{9}{16}[/tex]]
The interval of [[tex]\frac{1}{2}[/tex], [tex]\frac{9}{16}[/tex]] is the smallest interval we can find that is an answer choice, which is the first answer choice. To prove that this is the answer, solving by graphing shows that the zero is within this interval, [tex]x \approx 0.51[/tex].