Answer:
1.196076, -1.685255, -4.158089
Explanation:
To find the solutions of the equation 6 cos(x) = x + 1 using Newton's method, we need to perform iterations to converge to the roots.

If 6 cos(x) = x + 1 then:


Putting this into the Newton-Raphson formula gives:

Starting with x₀ = 1, this gives:

Further iterations give:



Therefore, one solution is x = 1.196076 (6 d.p.).
Let x₀ = -2:

Further iterations give:



Therefore, another solution is x = -1.685255 (6 d.p.).
Let x₀ = -4:

Further iterations give:



Therefore, the third solution is x = -4.158089 (6 d.p.).
Therefore, the solutions to the equation 6 cos(x) = x + 1 correct to six decimal places are:
- x = 1.196076
- x = -1.685255
- x = -4.158089