[Math] the first multiple of $(x+5)$ greater than $f(x)$, if $f(x) = (x+5)q(x) + (x+3)$

polynomials

This question arose while I was tutoring a grade 11 student on the subjects of polynomial division and the Remainder Theorem, and I could not provide a satisfactory answer to it. Presumably, $f(x)$ is a polynomial. I am aware we can write $f(x)$ in the form
$$
f(x) = d(x)q(x) + r(x)
$$
representing its division by $d(x)$, where $q(x)$ is the quotient of the division and $r(x)$ is the remainder, with deg $r(x) < $ deg $d(x)$. But for
$$
f(x) = (x+5)q(x) + (x+3),
$$ assuming $r(x) = (x+3)$, the strict inequality does not hold. I tried analogously shifting the question to integers, where, for example, we can write 27 upon the division of 6 as
$$
27 = (6)(4) + 3
$$
and we would then have the smallest multiple of 6 greater than 27 is one more than the quotient, so 5. But I am not sure how to extend this to the question posed.

Best Answer

Observe that \begin{align} (x+5)(q(x) + 1) &= (x+5)q(x) + (x+5) \\ &= (x+5)q(x) + (x+3) + 2 \\ &= f(x) + 2 \\ &> f(x). \end{align} So $(x+5)(q(x) + 1)$ is a multiple of $x+5$ that is greater than $f(x)$.

Whether this is the "first" such multiple of $x+5$ is a matter of interpretation, because for $x=-4$, we have $f(x) < (x+5)q(x) < (x+5)(q(x) + 1)$. I suppose the idea of the exercise was that $q(x)$ is not the quotient in the polynomial division of $f(x)$ by $x+5$; $$ f(x) = (x+5)(q(x) + 1) - 2, $$ and therefore the remainder is $-2$, and the quotient is $q(x) + 1$ which is the other factor in the "multiple" of $q+5$ that you were asked to find.

Coincidence? I think not. Admittedly, it does seem like a rather awkward way to think about polynomial division.