You are asked to solve a nonlinear equation f(x) = 0 on the interval [4, 9] using bisection. Tick ALL of the following that are true: This iterative method requires one starting point. This iterative method requires two starting points. This iterative method requires evaluation of derivatives of f. This iterative method does not require evaluation of derivatives of f. This iterative method requires the starting point(s) to be close to a simple root. This iterative method does not require the starting point(s) to be close to a simple root. If f = C([4,9]) and ƒ(4)ƒ(9) <0, then, with the starting point x₁ = 6.5, this iterative method converges linearly with asymptotic constant 3 = 0.5. If f(x) = 0 can be expressed as x = g(x), where g = C¹([4,9]) and there exists K € (0, 1) such that g'(x)| ≤ K for all x € (4,9), then this iterative method converges linearly with asymptotic constant ≤ K for any starting point *₁ € [4,9]. If f = C² ([4, 9]) and the starting point is sufficiently close to a simple root in (4, 9), then this iterative method converges quadratically. If f = C²([4, 9]) and the starting points ₁ and 2 are sufficiently close to a simple root in (4,9), then this iterative method converges superlinearly with order ≈ 1.6.