Prove that $\forall x \in \mathbb{N}, x^2 + 5x + 4$ is composite.
Asked
Active
Viewed 199 times
-1
-
1Note that your answer needs to exclude the possibility that one of the factors may be $1$ - or to deal with this case separately (e.g. $1\times 4=4$ is composite because $4=2\times 2$) – Mark Bennet Feb 15 '17 at 08:54
3 Answers
2
The polynomial can be rewritten as $$(x+1)(x+4)$$ which is in $\mathbb{N}$ for any $x \in \mathbb{N}$. Now observe, that both factors are larger than $1$ for any natural number $x \in \mathbb{N}$. Hence $$x^2 + 5x + 4$$ has other divisors than $1$ and itself, hence it is composite. This is taken from the second line here.
TheGeekGreek
- 7,869
2
Hint: $$x^2 + 5x + 4 = (x+1)(x+4).$$
rookie
- 1,738
-
1I know but how do we proceed from there? Essentially proving it to be true using the definition of a composite number. – HKT Feb 15 '17 at 08:51
-
1$x^2 + 5x + 4 = (x+1)(x+4).$ is composite since it has factors $(x+4)$ and $(x+1)$, and $x+4>4$ with a natural numbered value. – rookie Feb 15 '17 at 08:54
-
1@HKT: What IS your definition of "composite" if $(x+1)(x+4)$ does not immediately fit it? – hmakholm left over Monica Feb 15 '17 at 08:59
2
Factorise $x^2 + 5x + 4$ into $(x+1)(x+4)$. For $x$ even note that one factor is odd and other even. For $x$ odd one factor is even and other odd. Thus always is even and composite.
kub0x
- 2,117
- 1
- 15
- 25