Which numerical technique is best suited to determine the root of the function e0.5x = 5 - 5x , and why?

A) Bisection Method - Because the function is continuous and changes sign over the interval.

B) Newton-Raphson Method - Because it requires fewer iterations to converge compared to other methods.

C) Secant Method - Because it is more stable and converges faster for this type of function.

D) False Position Method - Because it can handle both linear and non-linear equations effectively.