The question says:
- Find natural numbers $n$ so that $\frac{3n^{3}-11n}{n + 3}$ is a natural number.
I will give this information(Actually, they weren't information given by the exercise, they were questions but I already solved them)
$$3n^{3} - 11n = (3n^{2}-9n+16)(n + 3) - 48$$
Natural numbers that divide $48$: $(1,2,3,4,6,8,12,16,24,48)$
$3n^{2}-9n+16$ is a natural number.
My solution:
$$\frac{3n^{3}-11n}{n + 3} = (3n^{2}-9n+16) - \frac{48}{n+3}$$
So that x is a natural number means that:
It's positive
It's not a non-integer fractional.
The second I proved it easily:
It means that $n + 3$ has to be one divisors of $48$ so
$$n + 3 \in \{1,2,3,4,6,8,12,16,24,48\}$$
then $$n \in \{3, 5, 9, 13, 21, 45\}$$
The problem is the first condition since I don't know if it's positive or not. I don't know how to prove it.
I don't want to put every $n$ in the equation and test if it's positive because that feels like I'm cheating or something.
EDIT: Oops, sorry I forgot that n must be equal or bigger than 2 but most solutions already knew this. Thank you!