a beautiful prime number equation

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 47

  • @ritwinnarra
    @ritwinnarra Рік тому +16

    At 9:51, we rule out the cases p = 19 or q = 19, which do *not* correspond to pq | 19.
    However, if p ≠ 19 and q ≠ 19, then pq | p-q+19, as he writes later on.
    tldr: Logic is sound; just ignore the pq | 19

  • @prag9582
    @prag9582 6 місяців тому +1

    Case p >= 3, q >= 3:
    p^q-q^p = p*q^2 - 19 mod q => p = m*q-19 (FLT), for some integer m (I)
    p^q-q^p = p*q^2 - 19 mod q => q = n*p+19 (FLT), for some integer n (II)
    Now multiply (I) by n and (II) by m and replace the values of n*p and m*q to obtain the following equations:
    q = 19*(1-n)/(1-m*n) (III)
    p = 19*(m-1)*(1-m*n) (IV)
    Bounds for m and n can be obtained by observing that p = 19*(m-1)*(1-m*n) >= 3, producing:
    m*(19+3n)>= 22 => m>=1 (since m is not negative because p = m*q-19 >= 3 and q>=3) and also n>=-6 (since 19+3n >= 0 => 3n >= -19 > -21 => n > -7)
    By replacing the possible values in (III) and (IV) it is easy to check that no solution is possible:
    For n>=2, q=19*(1-n)/(1-mn) = 19*(1-2)/(1-2*m), which forces m = 1. But m cannot be 1, otherwise p = 0 (contradiction)
    For n=1, q = 0 (contradiction)
    The other cases can be checked as homework by the reader.

  • @krisbrandenberger544
    @krisbrandenberger544 Рік тому +2

    @ 8:51 Should be p is congruent to -19 mod q.

  • @quite_unknown_1
    @quite_unknown_1 Рік тому +8

    I mean this problem is way easier than you made it seem. Once p=2 and q=2 are dealt with, just use a size argument; clearly we need p=p+2, left hand side will be bigger than RHS by expansion of binomials for instance.

    • @fergalmdaly
      @fergalmdaly Рік тому +1

      Came here to say this. That said, it's nice to see a completely different argument.

  • @garyw.9628
    @garyw.9628 Рік тому +3

    Thank you Michael. The difficult non-standard problems that you tackle on this channel are very stimulating ! ( But I missed the back flip this time ).

  • @kenahoo
    @kenahoo Рік тому +8

    At 10:00 you don't have to check cases, you already have pq|19 which can't happen because 19 is prime.

    • @martinnimczick839
      @martinnimczick839 Рік тому

      He had pq|19*a and then checked, if p or q can be 19 ("pq|19" should be 19|pq). Both is not possible and therefore, pq|a.

  • @ВасилийЗайцев-н9ю

    8:55 missed minus sign
    And that should be the place to stop

  • @Macieks300
    @Macieks300 Рік тому +5

    8:55 It should be q | p-19. That changes |p-q+19| at 11:55 to |-p-q+19| which luckily doesn't change the logic that follows.

  • @goodplacetostop2973
    @goodplacetostop2973 Рік тому +7

    15:54

  • @Blabla0124
    @Blabla0124 Рік тому +5

    Hold on, something goes wrong at 8:54

  • @zachteitler9622
    @zachteitler9622 Рік тому

    Since p divides q-19, then p < q. Since q divides p-19, then q

  • @brboLikus
    @brboLikus Рік тому +4

    I don't understand how there's anything left to check after 10:53. If pq | 19 (p-q+19), this implies either p or q must have 19 as a factor, and since they are prime, one has to be equal to 19. And since at that point we've already shown that having either one of them equal to 19 leads to a contradiction, why do we need to check the case where pq | p-q+19?

    • @garyw.9628
      @garyw.9628 Рік тому +4

      I believe that your logic here is incorrect. If pq | 19 (p-q+19), it is possible that pq simply divides into (p-q+19) and the 19 factor in front is irrelevant. For example, consider the similar case of : pq | 19 (p-q+17). p=3 and q=5 is a solution of this equation, and neither one has 19 as a factor.

    • @brboLikus
      @brboLikus Рік тому +1

      You are completelly correct.

    • @emanuellandeholm5657
      @emanuellandeholm5657 Рік тому +1

      We still know that p|(q - 19) and q|(p + 19). I believe Penn could have used this to rule out the small cases faster, but his work was solid enough.

  • @thomashoffmann8857
    @thomashoffmann8857 Рік тому

    14:30 what about p=5 and q=5? 4x4 is also less than 20.

    • @TheEternalVortex42
      @TheEternalVortex42 Рік тому +3

      He already discussed that p cannot equal q

    • @GrimAxel
      @GrimAxel Рік тому +2

      Yeah, but 5^5-5^5 is still zero, which is definitely *not* equal to 5^3-19.

    • @theartisticactuary
      @theartisticactuary Рік тому

      11:20 pq divides 19 times a bracket. You show pq can't divide 19 and say that means pq must divide the bracket. Can't one of p and q divide 19 and the other divide the bracket?

    • @davode76166
      @davode76166 Рік тому

      ​@@theartisticactuaryif any one of them divides 19, the other must be 19. And he checked this case (both become 19)

    • @thomashoffmann8857
      @thomashoffmann8857 Рік тому

      @@TheEternalVortex42 right... I missed that 👍

  • @alizokaee3480
    @alizokaee3480 Рік тому

    It was something wrong in 8:54

  • @PhilippeLacoude
    @PhilippeLacoude Рік тому +3

    They should have used this problem at the Balkan M.O. 2019 instead of 2004 🙂

    • @khoitruongbao5118
      @khoitruongbao5118 Рік тому

      Why?

    • @PhilippeLacoude
      @PhilippeLacoude Рік тому +4

      @@khoitruongbao5118 Tradition. A lot of the M.O. number theory problems contain the year's digits in the pb statement.

    • @TomFarrell-p9z
      @TomFarrell-p9z Рік тому +1

      So how do M.O.'s work? Is it team or individual? Is there a time limit? Is there partial credit? Do contestents work at desks or on the board? How many contestants?
      I would be totally flumaxed at one of these. I think I'm fairly good at applied math (when I need the answer as a physicist/engineer) but I'm not fast at it, and never do it the first time in public!

    • @blableu4519
      @blableu4519 Рік тому

      ​@@TomFarrell-p9zIn my country Belgium, the MO is individual with a 90min time limit for 30 questions, working on a desk. Since there are 3 stages in the BMO (qualifiers, semi-finals and finals), the starting number of contestants can be as many as possible, since only a fixed number of them can pass through to the higher stage. The questions are either MC or any number between 0 and 999 included. At the end, you simply submit your paper to be reviewed on the spot, so you can immediately have your score, and then get the results sent to the organisator. You get 5 points per good answer, 2 points per abstention, and 0 per wrong answer.

    • @mehdimarashi1736
      @mehdimarashi1736 Рік тому

      @@TomFarrell-p9zIn the International M.O. there are always 6 questions. The first three questions are asked in the first day in a 4-hour exam, the second three on the second day in a second 4-hour exam. The answers are written on paper using pen or pencil. No notes or electronics allowed. The answers are graded for correctness, completeness, and creativity, and there are partial credits. The format (2 sessions of 3 questions in two consecutive days, 4 hours each) is fixed. By tradition, the first three questions are easier than the second, and normally as you go forward, the questions become more difficult. I believe that questions 2 and 4 are always about geometry, but I have not looked at many IMOs, so, it's just a guess. You have to be fast, but there is no social anxiety of presenting your solutions.

  • @PRIYANSH_SUTHAR
    @PRIYANSH_SUTHAR Рік тому +2

    And that's a good place to STOMP 🦶😜

  • @Double_U_tau_Phi
    @Double_U_tau_Phi Рік тому +13

    Is this my lunch?

    • @titan1235813
      @titan1235813 Рік тому +2

      Yes, Double U, it is your lunch

    • @Double_U_tau_Phi
      @Double_U_tau_Phi Рік тому +3

      @@titan1235813 I almost cracked my teeth trying to eat this video.

    • @titan1235813
      @titan1235813 Рік тому +2

      @Double_U_tau_Phi then try going to the math dentist to get those teeth fixed

    • @PRIYANSH_SUTHAR
      @PRIYANSH_SUTHAR Рік тому

      @@titan1235813 Go to Michael for this

  • @gp-ht7ug
    @gp-ht7ug Рік тому

    Nice

  • @hazalouldi7130
    @hazalouldi7130 Рік тому

    pas de raison de dire pq÷19 car impossible

  • @OlympiadProblemsolving
    @OlympiadProblemsolving Рік тому

    ua-cam.com/video/EGHnkT8WoSA/v-deo.html

  • @ciaopeople9664
    @ciaopeople9664 Рік тому

    Endless ...............................................................................
    😴😴😴

  • @s4623
    @s4623 Рік тому

    15:22 you saw it here first! 15 x 15 = 75! 🤣

    • @mehdimarashi1736
      @mehdimarashi1736 Рік тому

      huh? that's 3x5^2 = 15 x 5 = 75. He made two mistakes, this is not among them. One when he checked pq | 19 (not necessary, already impossible, 19 is prime), and the second when he mixed a +- sign. None of them breaks the solution.

  • @ciaopeople9664
    @ciaopeople9664 Рік тому

    Booooooooring .....
    😪😪😪