Results 1 to 10 of 10

Thread: Mod Questions

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236

    Mod Questions

    Does anybody know any good math problems with mod. I don't know much about it and i'd like to practice a bit:S
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  2. #2
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Try to find primes...

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236

    waa?

    Huh? Try to find primes? I asked for mod problems? What do you mean?
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  4. #4
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    If you are thinking of MODULUS, finding primes is a perfect way to practice that....

  5. #5
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    if a^3+b^3=0 (mod 11)
    prove a+b=0 (mod 11)


    prove a^p=a (mod p) for some prime p

    find the smallest positive k such that
    k is divisible by 5
    k+1 is divisible by 7
    k+2 is divisible 9
    k+3 is divisible by 11



    here is interesting one:

    x^2+y^2=13

    and use the fact that i=5 (mod 13)


    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  6. #6
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    prove (a+b)^p=a^p+b^p (mod p) for some prime p.
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  7. #7
    Fanatic Member sql_lall's Avatar
    Join Date
    Jul 2002
    Location
    Up Above (i.e. AUS)
    Posts
    571

    Talking hehe :p

    (a+b)^p
    = ap + pC1*ap-1b+pC2*ap-2*b2...+ pC(p-2)*a2*bp+2+ pC(p-1)*a*bp-1 + bp

    Now, all of the pCx have a factor of p (cos p is prime, and so p!/(something-less-than-p)! will always have one factor of p.)
    =>all of these terms == 0 (mod p)
    => (a+b)^p == a^p + 0 + 0 +...+ 0 + 0 + b^p
    == a^p + b^p

    a cool MOD q coming straight from the origional IMO:
    "Proove that 2x + 1 is never a multiple of seven."
    That's right, it was an IMO question.
    sql_lall

  8. #8
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    I still think that finding primes is the easiest way of learning...everyone knows how to find a prime, and if you don't it will take you 1 sec to learn it...

  9. #9
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    sql_lall why go through all the trouble? fermats little theorem would do in one line
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  10. #10
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    now now, it isnt good to use "IMO" to scare people away...

    thats pretty easy for an imo question. what year?

    anywayz? assume 2^3-1 (thats right, thats 7) divides into 2^x+1

    then use long division (easiest way to explain it, but on a contest i would use a=pq+r), then we would get a remainder of 0 right? if you try it out with a few terms you see the remainder would always be in the form of 2^p+1

    so 2^p+1=2^3-1

    but no integer p works. therefore 2^x+1 is never divisible by 2^3-1
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width