Considering the equation x⁴ - x - 5 = 0,
(a) Find an approximate root on the interval [1, 2] using Bisection Method with εₛ = 10⁻².
(b) How many iteration would it take to find an approximate root for a specified error εₛ = 10⁻³ using Bisection Method?
(c) Find an approximate root on the interval [1, 2] using False Position Method with εₛ = 10⁻³.
(d) Comment on the results in (b) and (c)