Find integer bounds for the roots of the following equation: 3x^5-11x^4-2x^3=38x^2-21x-15

We want bounds for the roots of

3x^5 - 11x^4 - 2x^3 - 38x^2 + 21x + 15 = 0

A little synthetic division reveals that the any real roots are between -1 and 5

To find the integer bounds for the roots of the equation, we need to determine the possible values of x that could be solutions. One way to do this is by considering the rational root theorem and analyzing the factors of the leading coefficient and constant term.

The rational root theorem states that any rational root of the equation (if it exists) must be of the form p/q, where p is a factor of the constant term (in this case, -15) and q is a factor of the leading coefficient (in this case, 3).

Let's list the factors of -15: ±1, ±3, ±5, ±15.
And the factors of 3: ±1, ±3.

This gives us the following possible rational roots:
±1/1, ±3/1, ±5/1, ±15/1, ±1/3, ±3/3.

To check if these values are roots of the equation, we can substitute each of them into the equation and see if it satisfies the equation. If it does, then it is a root.

For example, let's substitute x = 1 into the equation:
3(1)^5 - 11(1)^4 - 2(1)^3 = 38(1)^2 - 21(1) - 15
3 - 11 - 2 = 38 - 21 - 15
-10 = 2

Since -10 is not equal to 2, x = 1 is not a root.

We can repeat this process for all the possible rational roots we listed earlier. If none of them satisfy the equation, it means there are no integer solutions.

Note that there are also other methods, such as using graphical methods or numerical approximation techniques, to find the roots of the equation. However, in this case, we are specifically looking for integer bounds for the roots.