HW3_5 Given:

h(x) = x^3 - 8x + 10
g(x) = 4cos(3x) + 6

Plot these two functions in the same figure such that all intersection points are shown.

Using the built-in function brentq, solve for the intersection point.

Which of the following options correctly represents the intersection point of the two functions?

A) (2.5, 5.6)
B) (-1.3, 7.2)
C) (0.8, 3.1)
D) (4.6, 9.8)