Answer: The cube root of 10 is 2.1544 using an Xo value of -0.003723
Step-by-step explanation: The Newton-Raphson is a root finding method and its formula is NR: X=Xo-(f(x)/f'(x). Once you have the equation you also need to find the derivative of that equation before applying the formula. Since the problem stated that X =10, the method was applied to find the best root in order to find the cube root of 10 up to 5 significant figures. The best method is to use a software like Excel that helps you calculate those iterations faster. The root finding for this example was -0.003723.