New Reply

proving this modular problem?

 
Share Thread Thread Tools
Sep26-12, 05:17 PM   #18
 
Blog Entries: 2

proving this modular problem?


Quote by bonfire09 View Post
Dang! Oh i forgot to represent the integer n as an arbitrary value meaning that n=7m, 7m+1,7m+2,etc
Where m is an integer.
But the 4 cases you gave even if taken mod 7 do not address the case mentioned by SteveL27 since that is the case where n = 7m + 5, which is not one of the four cases you did.

Actually you could had broken it down into one of the following 4 cases:

n = 7m
n = 7m +/- 1
n = 7m +/- 2
n = 7m +/- 3
 
New Reply
Thread Tools


Similar Threads for: proving this modular problem?
Thread Forum Replies
modular arithmetic problem Calculus & Beyond Homework 0
Modular Arithmetic Problem! General Math 4
Modular multiplication problem in C Programming & Comp Sci 14
modular math problem Linear & Abstract Algebra 7
modular math problem Linear & Abstract Algebra 7