Say I'm trying to find the factors of
$r^3 - 3r^2 + 3r - 4 = 0$
I thought I could do the rational zero test by finding the factors of p and q and then doing $\frac{p}{q}$
So, in this case, $p = \pm 4, \pm 2, \pm 1$ and q = $\pm 1$ so the possible factors are $\pm 4, \pm 2, \pm 1$ However, in this example, none of these are factors and the only factor is 2.442.
How would I know this is the case? I thought the rational zero test always works. Is there some condition that must be met that is not met in the example I gave?
Thank you.
The test you are referencing is a way of deciding whether or not there are rational zeros of a polynomial.
You are correct in stating that the only real solution of this equation is $1+3^{1/3}$ (which is approximately 2.442); if there were rational solutions, they would be of the form $\frac{p}{q}$ where $p,q$ are as you described.
Checking all possibilities of $\frac{p}{q}$, namely $4,-4,2,-2,1,-1$, we find none are zeros of the polynomial; thus there are no rational solutions.
I hope this helps.