There are quite a few ways to tack this type of problem.
The quickest is to grab a graphing tool (calculator or website):
http://www.mathportal.org/calculators/polynomials-solvers/polynomial-graphing-calculator.php
This gives us the answer instantly!
A few other approaches involve evaluating the polynomial P(x)=y you have above for some values of x...0 and 1 make great choices!
Doing so yields P(0)=35 and P(1)=3-7-103+35 <0...so P has gone from a positive number to a negative one between 0 and 1!...This means there is at least one real root between x=0 and x=1...awesome!
Lets so we know there exists some a, 0<a<1 s.t. P(a)=0....looking at the polynomial, we see that it is of degree 3, because the highest power of x we note is x^3...so this polynomial must have a factor (x-a) and the remainder when we divide out by that factor must be a quadratic because the degrees must add.
So, P(x)=(x-a)(Ax^2+Bx+C), for some 0<a<1.
We see immediately that A=3...but lets formally show this by multiplying out and setting the coefficients of each of the four (x^k) terms when k=0,1,2,3 of P(x)...
Ax^3+Bx^2-aAx^2+Cx-aBx-aC = Ax^3+(B-aA)x^2+(C-aB)x-aC.
So A=3...we could now choose to factor the constant A into the other term, and rewrite
P(x)=(3x-3a)(x^2+bx+c)...where b=B/3 c=C/3.
Since the polynomial P(x) was nice (in the sense it has integer coefficients) to begin with, lets see if x=a=1/3 actually works...that is numerically the simplest choice for an a between 0 and 1 that satisfies 3x-3a=0...
P(1/3)=3/3^3-7/9-103/3+35=1/9-7/9-103/3+105/3=-6/9+2/3=0...yay! x=1/3 is a root!
so (3x-1) divides P(x), and the remainder is x^2+bx+c for some b,c...can we find them and apply the quadratic formula?
Lets multiply out (3x-1)(x^2+bx+c) and equate the coefficients:
3x^3+(3b-1)x^2+(3c-b)x-c=P(x)
so -c=35, 3c-b=-103, and 3b-1=-7, so c=-35 and b=-2 check: 3*(-35)-(-2)=? did this work?
Good...so P(x)=(3x-1)(x^2-2x-35)
Applying the quadratic formula, or simply factoring: x^2-2x-35=(x-7)(x+5) as -7 and 5 multiply to -35 and add to -2...
factors P(x) completely over the field of polynomials with rational coefficients...
P(x)=(3x-1)(x-7)(x+5)
And we can clearly see all 3 roots are real, and have values 1/3, 7, and -5.
Hope that helped!
Casey W.
05/11/15