SOLUTION: Prove that n2 − 2 is not divisible by 5

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: Prove that n2 − 2 is not divisible by 5       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 992626: Prove that n2 − 2 is not divisible by 5

Answer by ikleyn(52756) About Me  (Show Source):
You can put this solution on YOUR website!
.
Prove that n%5E2+-+2 is not divisible by 5
--------------------------------------------------

For the proof let us represent the integer number  n  in the form

n = 5k + m,   where 0 <= m < 5.

(m  is the remainder after dividing  n  by  5.  So  m  can take the values  m = 0, 1, 2, 3  and  4  only).

Then

n%5E2-2 = %285k%2Bm%29%5E2+-2 = 25k%5E2+%2B+10km+%2B+m%5E2+-+2 = %2825k%5E2+%2B+10km%29) + %28m%5E2+-+2%29 .

First two addends are divisible by  5,  so their sum is divisible by  5,  too.

Hence,  we need to check whether  m%5E2+-+2  is divisible by  5  for  5  values of  m = 0, 1, 2, 3  and  4.

With  m = 0   0%5E2-2 = -2  is not divisible by  5.

With  m = 1   1%5E2-2 = -1  is not divisible by  5.

With  m = 2   2%5E2-2 = 2  is not divisible by  5.

With  m = 3   3%5E2-2 = 7  is not divisible by  5.

With  m = 4   4%5E2-2 = 14  is not divisible by  5.

Hence,  for any integer  n,   n%5E2+-+2  is not divisible by  5.

The proof is completed.