• 127. - SIMPLE DIVISION

    From David Entwistle@qnivq.ragjvfgyr@ogvagrearg.pbz to rec.puzzles on Sat Sep 6 09:06:17 2025
    From Newsgroup: rec.puzzles

    The following is taken from 'Amusements in Mathematics' by Henry Ernest Dudeney.

    Sometimes a very simple question in elementary arithmetic will cause a
    good deal of perplexity. For example, if I want to divide the four
    numbers, 701, 1,059, 1,417 and 2,312, by the largest number possible
    that will leave the same remainder in every case. How am I to set to
    work? Of course, by a laborious system of trial one can in time discover
    the answer, but there is quite a simple method of doing it if you can
    only find it.
    --
    David Entwistle

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Charlie Roberts@croberts@gmail.com to rec.puzzles on Sun Sep 7 15:33:01 2025
    From Newsgroup: rec.puzzles

    On Sat, 6 Sep 2025 09:06:17 +0100, David Entwistle <qnivq.ragjvfgyr@ogvagrearg.pbz> wrote:

    The following is taken from 'Amusements in Mathematics' by Henry Ernest >Dudeney.

    Sometimes a very simple question in elementary arithmetic will cause a
    good deal of perplexity. For example, if I want to divide the four
    numbers, 701, 1,059, 1,417 and 2,312, by the largest number possible
    that will leave the same remainder in every case. How am I to set to
    work? Of course, by a laborious system of trial one can in time discover
    the answer, but there is quite a simple method of doing it if you can
    only find it.

    .
    .
    .
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER

    I think that it is sufficient to consider just the two smallest
    numbers as we are looking for the larget divisor that leaves
    the same remained.

    What we have is a (mod n) = b (mod n) = ........

    where a, b, .... are known and we need to find the largest
    n that will satisfy the above equation.

    Focusing on the first pair we have (note b > a)

    (b - a) (mod n) = 0

    With b = 1059 and a = 701 we get

    358 (mod n) = 0

    The largest n we can choose in 358 to satisfy
    this equation is 358.



    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mike Terry@news.dead.person.stones@darjeeling.plus.com to rec.puzzles on Mon Sep 8 00:15:38 2025
    From Newsgroup: rec.puzzles

    On 07/09/2025 20:33, Charlie Roberts wrote:
    On Sat, 6 Sep 2025 09:06:17 +0100, David Entwistle <qnivq.ragjvfgyr@ogvagrearg.pbz> wrote:

    The following is taken from 'Amusements in Mathematics' by Henry Ernest
    Dudeney.

    Sometimes a very simple question in elementary arithmetic will cause a
    good deal of perplexity. For example, if I want to divide the four
    numbers, 701, 1,059, 1,417 and 2,312, by the largest number possible
    that will leave the same remainder in every case. How am I to set to
    work? Of course, by a laborious system of trial one can in time discover
    the answer, but there is quite a simple method of doing it if you can
    only find it.

    .
    .
    .
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER

    I think that it is sufficient to consider just the two smallest
    numbers as we are looking for the larget divisor that leaves
    the same remained.

    What we have is a (mod n) = b (mod n) = ........

    where a, b, .... are known and we need to find the largest
    n that will satisfy the above equation.

    Focusing on the first pair we have (note b > a)

    (b - a) (mod n) = 0

    With b = 1059 and a = 701 we get

    358 (mod n) = 0

    The largest n we can choose in 358 to satisfy
    this equation is 358.


    701 = 358*1 + 343
    1,059 = 358*2 + 343
    1,417 = 358*3 + 343
    2,312 = 358*6 + 164
    ^^^

    (but you're on the right track...)
    Mike.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From David Entwistle@qnivq.ragjvfgyr@ogvagrearg.pbz to rec.puzzles on Mon Sep 8 12:23:21 2025
    From Newsgroup: rec.puzzles

    On 07/09/2025 20:33, Charlie Roberts wrote:


    .
    .
    .
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER
    SPOILER

    I think that it is sufficient to consider just the two smallest
    numbers as we are looking for the larget divisor that leaves
    the same remained.

    What we have is a (mod n) = b (mod n) = ........

    where a, b, .... are known and we need to find the largest
    n that will satisfy the above equation.

    Focusing on the first pair we have (note b > a)

    (b - a) (mod n) = 0

    With b = 1059 and a = 701 we get

    358 (mod n) = 0

    The largest n we can choose in 358 to satisfy
    this equation is 358.




    That looks much nicer than the route I took. My route may not be rigorous.

    If we let g be the greatest common divisor of all of the numbers, then
    each number can be written as: n1 x g + c, n2 x g + c etc. where n1, n2
    etc. is a different integer multiplier for each number and c is a common constant. Subtracting pairs of numbers we get g(n2 - n1) etc. So g is
    the greatest common divider of the differences of the numbers...
    --
    David Entwistle
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Charlie Roberts@croberts@gmail.com to rec.puzzles on Mon Sep 8 10:17:26 2025
    From Newsgroup: rec.puzzles

    On Mon, 8 Sep 2025 12:23:21 +0100, David Entwistle <qnivq.ragjvfgyr@ogvagrearg.pbz> wrote:



    That looks much nicer than the route I took. My route may not be rigorous.

    If we let g be the greatest common divisor of all of the numbers, then >......
    ...... So g is
    the greatest common divider of the differences of the numbers...

    I think we both did the same thing. Your method is certainly
    "rigorous". The only difference is the notation that we used.

    A nice problem. Had to think about it for a minute, bit it was
    writing down the problem as I saw it that immediately led to
    the solution. If I had tried to do it in my head, it would have
    taken longer. Funny how seeing something in writing sometimes
    triggers thought processes .....

    Thanks for coming up with these posers.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mike Terry@news.dead.person.stones@darjeeling.plus.com to rec.puzzles on Mon Sep 8 18:13:06 2025
    From Newsgroup: rec.puzzles

    On 08/09/2025 15:17, Charlie Roberts wrote:
    On Mon, 8 Sep 2025 12:23:21 +0100, David Entwistle <qnivq.ragjvfgyr@ogvagrearg.pbz> wrote:



    That looks much nicer than the route I took. My route may not be rigorous. >>
    If we let g be the greatest common divisor of all of the numbers, then
    ......
    ...... So g is
    the greatest common divider of the differences of the numbers...

    I think we both did the same thing. Your method is certainly
    "rigorous". The only difference is the notation that we used.

    A nice problem. Had to think about it for a minute, bit it was
    writing down the problem as I saw it that immediately led to
    the solution. If I had tried to do it in my head, it would have
    taken longer. Funny how seeing something in writing sometimes
    triggers thought processes .....

    Thanks for coming up with these posers.


    So, for completeness, what's the solution?


    Mike.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Charlie Roberts@croberts@gmail.com to rec.puzzles on Mon Sep 8 13:15:36 2025
    From Newsgroup: rec.puzzles

    On Mon, 8 Sep 2025 18:13:06 +0100, Mike Terry <news.dead.person.stones@darjeeling.plus.com> wrote:




    So, for completeness, what's the solution?


    Mike.

    It has been posted twice -- once by me and
    once by David.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From David Entwistle@qnivq.ragjvfgyr@ogvagrearg.pbz to rec.puzzles on Mon Sep 8 19:44:29 2025
    From Newsgroup: rec.puzzles

    On 08/09/2025 18:13, Mike Terry wrote:

    So, for completeness, what's the solution?

    Good question. Although I've made some comments, it may not have been an explicit solution. Here is what is included in the solutions section of
    the book. I'd claim, without evidence, that I had arrived at that solution.

    The answer provided by Dudeney is given below.

    Solution provided by Dudeney.
    olution provided by Dudeney.
    lution provided by Dudeney.
    ution provided by Dudeney.
    tion provided by Dudeney.
    ion provided by Dudeney.
    on provided by Dudeney.
    n provided by Dudeney.
    provided by Dudeney.
    provided by Dudeney.
    rovided by Dudeney.
    ovided by Dudeney.
    vided by Dudeney.
    ided by Dudeney.
    ded by Dudeney.
    ed by Dudeney.
    ed by Dudeney.
    d by Dudeney.
    by Dudeney.
    by Dudeney.
    y Dudeney.
    Dudeney.
    Dudeney.
    udeney.
    deney.
    eney.
    ney.
    ey.
    y.
    .

    Subtract every number in turn from every other number, and we get 358
    (twice), 716, 1,611, 1,253, and 895. Now we see at a glance that, as 358 equals 2 x179, the only number that can divide in every case without a remainder will be 179. On trial we find that this is such a divisor. Therefore, 179 is the divisor we want, which always leaves a remainder
    164 in the case of the original numbers given.
    --
    David Entwistle
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Charlie Roberts@croberts@gmail.com to rec.puzzles on Mon Sep 8 16:46:02 2025
    From Newsgroup: rec.puzzles

    On Mon, 8 Sep 2025 19:44:29 +0100, David Entwistle <qnivq.ragjvfgyr@ogvagrearg.pbz> wrote:

    On 08/09/2025 18:13, Mike Terry wrote:

    So, for completeness, what's the solution?

    Good question. Although I've made some comments, it may not have been an >explicit solution. Here is what is included in the solutions section of
    the book. I'd claim, without evidence, that I had arrived at that solution.

    The answer provided by Dudeney is given below.

    Solution provided by Dudeney.
    olution provided by Dudeney.
    lution provided by Dudeney.
    ution provided by Dudeney.
    tion provided by Dudeney.
    ion provided by Dudeney.
    on provided by Dudeney.
    n provided by Dudeney.
    provided by Dudeney.
    provided by Dudeney.
    rovided by Dudeney.
    ovided by Dudeney.
    vided by Dudeney.
    ided by Dudeney.
    ded by Dudeney.
    ed by Dudeney.
    ed by Dudeney.
    d by Dudeney.
    by Dudeney.
    by Dudeney.
    y Dudeney.
    Dudeney.
    Dudeney.
    udeney.
    deney.
    eney.
    ney.
    ey.
    y.
    .

    Subtract every number in turn from every other number, and we get 358 >(twice), 716, 1,611, 1,253, and 895. Now we see at a glance that, as 358 >equals 2 x179, the only number that can divide in every case without a >remainder will be 179. On trial we find that this is such a divisor. >Therefore, 179 is the divisor we want, which always leaves a remainder
    164 in the case of the original numbers given.

    Shows that one should check out all the cases! My error was assuming
    that if it worked for the first pair, it should work for all the
    numbers .... which erroneously forgot that the "n" in my (mod n)
    can be factored. Even though I realised that 358 is 2 x 179, I
    failed to test the fourth number.

    Mea culpa.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mike Terry@news.dead.person.stones@darjeeling.plus.com to rec.puzzles on Mon Sep 8 23:28:45 2025
    From Newsgroup: rec.puzzles

    On 08/09/2025 21:46, Charlie Roberts wrote:
    On Mon, 8 Sep 2025 19:44:29 +0100, David Entwistle <qnivq.ragjvfgyr@ogvagrearg.pbz> wrote:

    On 08/09/2025 18:13, Mike Terry wrote:

    So, for completeness, what's the solution?

    Good question. Although I've made some comments, it may not have been an
    explicit solution. Here is what is included in the solutions section of
    the book. I'd claim, without evidence, that I had arrived at that solution. >>
    The answer provided by Dudeney is given below.

    Solution provided by Dudeney.
    olution provided by Dudeney.
    lution provided by Dudeney.
    ution provided by Dudeney.
    tion provided by Dudeney.
    ion provided by Dudeney.
    on provided by Dudeney.
    n provided by Dudeney.
    provided by Dudeney.
    provided by Dudeney.
    rovided by Dudeney.
    ovided by Dudeney.
    vided by Dudeney.
    ided by Dudeney.
    ded by Dudeney.
    ed by Dudeney.
    ed by Dudeney.
    d by Dudeney.
    by Dudeney.
    by Dudeney.
    y Dudeney.
    Dudeney.
    Dudeney.
    udeney.
    deney.
    eney.
    ney.
    ey.
    y.
    .

    Subtract every number in turn from every other number, and we get 358
    (twice), 716, 1,611, 1,253, and 895. Now we see at a glance that, as 358
    equals 2 x179, the only number that can divide in every case without a
    remainder will be 179. On trial we find that this is such a divisor.
    Therefore, 179 is the divisor we want, which always leaves a remainder
    164 in the case of the original numbers given.

    Shows that one should check out all the cases! My error was assuming
    that if it worked for the first pair, it should work for all the
    numbers .... which erroneously forgot that the "n" in my (mod n)
    can be factored. Even though I realised that 358 is 2 x 179, I
    failed to test the fourth number.

    Mea culpa.


    doh! :)

    --- Synchronet 3.21a-Linux NewsLink 1.2