Solve x sin x = 1 using the following:
(a) MOSS (root = 0.5)
(b) Newton Raphson (root = 0.5)
(c) Bisection Method (use roots = 0.5 and 2)
(d) Secant Method (use roots = 2 and 1.5)
(e) Regula Falsi (use roots = 0.5 and 2)
Assume: error ≤ 0.0005