Final answer:
Bisection method requires one starting point, does not require evaluation of derivatives of f, and does not require the starting point to be close to a simple root.
Step-by-step explanation:
When solving a nonlinear equation using bisection, this iterative method requires one starting point. Bisection works by repeatedly dividing the interval into two halves and narrowing down the range where the root lies. It does not require evaluation of derivatives of f and also does not require the starting point(s) to be close to a simple root.