Proving

loser

New member
Joined
Jan 11, 2006
Messages
7
Prove that if 4 is subtracted from the square of an interger greater than 3, the result is a composite number.

I need to prove it deductively.

I know that an example could be written as:

(n+4)^2-4 = composite number

it is n+4 as the number has to be greater than 3 so if I can prove 4 first then i think i should be able to prove the rest.... let me know if i am on the right track.
 
Hello, loser!

Prove that if 4 is subtracted from the square of an interger greater than 3,
the result is a composite number.
Let n\displaystyle n be the integer greater than 3.
    \displaystyle \;\;Then we examine: n24\displaystyle \,n^2\,-\,4

If n\displaystyle n is even, it is of the form: n=2k\displaystyle \,n\:=\:2k for some integer k2\displaystyle k\,\geq\,2
    \displaystyle \;\;then we have: (2k)24=4k24=4(k21)\displaystyle \,(2k)^2\,-\,4\:=\:4k^2\,-\,4\:=\:4(k^2\,-\,1) . . . a composite.

If n\displaystyle n is odd, it is of the form: n=2k+1\displaystyle \,n\:=\:2k\,+\,1 for some integer k2\displaystyle k\,\geq\,2
    \displaystyle \;\;then we have: (2k+1)24=4k2+4k+14\displaystyle \,(2k\,+\,1)^2\,-\,4\:=\:4k^2\,+\,4k\,+\,1\,-\,4
\(\displaystyle \;\;\;\;=\:4k^2\,+\,4x\,-\,3\:=\:(2k\,-\,3)(2k\,+\,1)\) . . . a composite.
 
There's no need to consider two cases. Just write:

\(\displaystyle \L\qquad n^2-4=(n+2)(n-2),\)

which is clearly composite if n is larger than 3.
 
Top