1. Joined
    07 Sep '05
    Moves
    35068
    23 Oct '07 16:48
    Originally posted by rubberjaw30
    or, you can just say that if the sum of digits is divisible by three, then the number is divisible by three...
    Swap 'three' for 'nine' and it's still true.
  2. Joined
    02 Oct '07
    Moves
    5330
    23 Oct '07 21:01
    Originally posted by TheMaster37
    [...] There is even one for multiples of 7, but that's a bit trickier.
    The algorithms for testing divisibility by 7 I've come across are all horribly complicated, do you know one that's relatively simple? From the top of my head, these are the divisibility tests I know up to 25:

    1: trivial
    2: even number
    3: sum of digits is divisible by 3
    4: last two digits divisible by 4
    5: ends in 0 or 5
    6: divisible by 2 and 3
    7: ???
    8: last three digits divisible by 8
    9: sum of digits equals 9
    10: ends in 0
    11: alternating sum of digits divisible by 11
    12: divisible by 3 and 4
    13: ???
    14: divisible by 2 and 7
    15: divisible by 3 and 5
    16: last four digits divisible by 16
    17: ???
    18: divisible by 2 and 9
    19: ???
    20: divisible by 4 and 5 (more simply put: ends in 00, 20, 40, 60 or 80)
    21: divisible by 3 and 7
    22: divisible by 2 and 11
    23: ???
    24: divisible by 3 and 8
    25: ends in 00, 25, 50 or 75.

    Does anyone know a clever way to fill some of the blanks?
  3. not quite sure.help!
    Joined
    23 Nov '06
    Moves
    2032
    24 Oct '07 13:59
    7 is a prime number so it would probably be just a difficult as any other. or i just might be saying this cuz its all i know. or maybe youve all gone through university and know more cuz im only gr.12. or maybe im writing just cuz!
  4. Joined
    21 Feb '06
    Moves
    6830
    24 Oct '07 16:15
    The well known rule for divisibility by 7 is easier than it sounds:

    1) Take the last digit of the number and double it.
    2) Subtract the number obtained from 1) from the remaining number.
    3) If this number is divisible by 7, so was the original number, otherwise it wasn't (zero is considered to be divisible by 7).

    Here's an example:

    Original number: 42357
    Last digit is 7, doubling this makes 14, so we subtract 14 from 4235 (the original number without the last digit) making 4221.

    To determine if 4221 if divisible by 7 we do the same thing - giving us the sum 422 - 2 = 420.

    And again with 420: 42 - 0 = 42.

    Just for fun we'll do the algorithm on this last number, 42: 4 - 4 = 0

    So 42357 is divisible by 7.

    The problem, of course, is that we have to do so many calculations to determine whether the original number was divisible by 7, probably more than if we had done a simple long division.
  5. not quite sure.help!
    Joined
    23 Nov '06
    Moves
    2032
    25 Oct '07 15:52
    to find it easier than that if you look at 4221 if you split it into two parts 42 and 21 are both divisible by 7
  6. R
    Standard memberRemoved
    Joined
    10 Dec '06
    Moves
    8528
    25 Oct '07 18:36
    Originally posted by tournymangr
    to find it easier than that if you look at 4221 if you split it into two parts 42 and 21 are both divisible by 7
    how does that work for three digits?
  7. not quite sure.help!
    Joined
    23 Nov '06
    Moves
    2032
    25 Oct '07 23:47
    Originally posted by joe shmo
    how does that work for three digits?
    ........i hate being proved wrong......
  8. Standard memberwolfgang59
    Quiz Master
    RHP Arms
    Joined
    09 Jun '07
    Moves
    48793
    26 Oct '07 08:43
    ... or 4305 ?
  9. not quite sure.help!
    Joined
    23 Nov '06
    Moves
    2032
    01 Nov '07 15:17
    new thing!! what fish weighs halve its weight plus 10 pounds??
  10. Standard memberHurricaneConway125
    SUPREMO OF SOMERSET
    SOMERSET
    Joined
    26 Oct '07
    Moves
    47416
    01 Nov '07 16:35
    doesn't 24 work?
  11. Standard memberwolfgang59
    Quiz Master
    RHP Arms
    Joined
    09 Jun '07
    Moves
    48793
    01 Nov '07 18:36
    Originally posted by tournymangr
    new thing!! what fish weighs halve its weight plus 10 pounds??
    a 20 pounder ... but I guess this is a trick question?????????
  12. not quite sure.help!
    Joined
    23 Nov '06
    Moves
    2032
    04 Nov '07 22:14
    Originally posted by wolfgang59
    a 20 pounder ... but I guess this is a trick question?????????
    yeah its 20 but there was no trick. actually im just showing people the really easy puzzles my math class does b4 we start working very easy no??
  13. Earth Prime
    Joined
    16 Mar '05
    Moves
    35265
    04 Nov '07 23:11
    Originally posted by TheMaster37
    Same here! It's funny how numbers can behave so nicely 🙂
    They may be the only logical thing left in this world
  14. R
    Standard memberRemoved
    Joined
    10 Dec '06
    Moves
    8528
    04 Nov '07 23:562 edits
    Originally posted by tournymangr
    yeah its 20 but there was no trick. actually im just showing people the really easy puzzles my math class does b4 we start working very easy no??
    your asking for a fish, not the wieght of a fish?
  15. B is for bye bye
    Joined
    09 Apr '06
    Moves
    27526
    05 Nov '07 02:29
    Originally posted by joe shmo
    your asking for a fish, not the wieght of a fish?
    I don't think he could possibly know what is the wieght of a fish.

    Maybe this could help

    http://www.softpile.com/Education/Science/Review_60001_index.html
Back to Top

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.I Agree