Write the formula for Newton's method and use the given initial approximation to compute the approximations x1 and x2. f(x) = x⁵ - 7, x0 = -7.
A) x1 = -5.56, x2 = -4.67
B) x1 = -6.56, x2 = -5.67
C) x1 = -4.56, x2 = -3.67
D) x1 = -5.67, x2 = -4.78