rbetan
- 14
- 0
Homework Statement
prove that 11^2 does not divide n^2+3n+5; for any n.
In order for this to make sense n must be an integer.
Homework Equations
The Attempt at a Solution
want to show that n^2+3n+5 is not congruent to 0(mod 121)
Assume towards a contradiction that 11^2 divides n^2+3n+5
we can rewrite n^2+3n+5=(n+7)(n-4)+33.
since i assumed that 11^2|n^2+3n+5 then 11^2|(n+7)(n-4)+33
(now is the part that i am not sure about)
but 11^2 does not divide 33. Therefore 11^2 does not divide n^2+3n+5.
I am not sure about this last step in the argument.
thanks for any help.