Answer: It would take approximately 27 steps to obtain an approximation of the root.
Step-by-step explanation: The bisection method is a numerical procedure to find a root to a equation continuous in an interval [a.b]. It consists in repeatedly halve the interval [a,b], keeping the half for which f(x) changes sign. The repetition will continue until a stopping criteria is reached. To find how many interactions is necessary, we can satisfy the equation:
· (b - a) ≤ ε, where a and b are the original interval and ε is the stopping criteria.
Substituting the parameters and using log 2 = 0,301, the number of iterations needed is approximately 27.