today I found myself stumped on this problem:
A polynomial with integer coefficients is of the form $$9x^4 + a_3 x^3 + a_2 x^2 + a_1 x + 15 = 0.$$Find the number of different possible rational roots of this polynomial.
What I have: The possible roots are the positive or negative factors of $15$ divided by those of $9$. Thus, we have $\pm\{1,3,5,15\}$, since this polynomial has integer coefficients. Then, it makes sense that the answer will be $8$. Is this correct, or did I make a mistake? This somehow doesn't seem right to me, I'm not sure though.
By the way, on my first go at this problem, I included fractions to get $48$, but that would include non-integer coefficients, I believe.