- #1
Instinctlol
- 79
- 0
I have to prove this problem. For all n integers, if n mod 5 = 3, then n2 mod 5 = 4
Proof: Let n be an integer such that n mod 5 = 3.
n = 5k+3 for some integer k by definition of MOD or QRT?
Which one would be correct? Am I using the definition of MOD or QRT? I'm thinking its QRT because its in the form of QRT but it could be mod since we know that 3 is the remainder by the definition of MOD. Not sure which one is correct
Proof: Let n be an integer such that n mod 5 = 3.
n = 5k+3 for some integer k by definition of MOD or QRT?
Which one would be correct? Am I using the definition of MOD or QRT? I'm thinking its QRT because its in the form of QRT but it could be mod since we know that 3 is the remainder by the definition of MOD. Not sure which one is correct
Last edited: