A challenging mathematical puzzle

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 1.3K

  • @eri4108
    @eri4108 4 ปีที่แล้ว +178

    I’ve actually seen this question in my midterm when I was 12 being a Taiwanese student.
    I got the point actually, but it’s definitely too hard for a 9yo student.(even in an Asia country)

    • @aryamanjha9380
      @aryamanjha9380 3 ปีที่แล้ว +1

      IJMO 7th grade has a much easier version of this

    • @itismethatguy
      @itismethatguy 2 ปีที่แล้ว

      @@aryamanjha9380 yeah there are easier problems for the younger kids

    • @anmolpandey9670
      @anmolpandey9670 2 ปีที่แล้ว

      I want to touch the feet of the person, who has made such a wonderful question☺

  • @supersword8492
    @supersword8492 2 ปีที่แล้ว +35

    Thanks, in Taiwan a 45 minutes exam, we definitely have the time to draw a table and tying all the possibilities and find the answer for a single problem that cost 1 point in score. Very cool

  • @azizaxhour
    @azizaxhour 4 ปีที่แล้ว +1497

    Dolphins be like: 0:09

  • @regalternative
    @regalternative 4 ปีที่แล้ว +856

    It's become a template. Hard problem for [single digit number] year olds in [asian country].
    Hard problem for 1 year olds in Japan. College level calculus required.

    • @kevina5337
      @kevina5337 4 ปีที่แล้ว +131

      In the Asian countries if you fail to master calculus before your 10th birthday you bring eternal shame to your family

    • @d1st1nct
      @d1st1nct 4 ปีที่แล้ว +7

      @@kevina5337 🤣

    • @Rickety3263
      @Rickety3263 4 ปีที่แล้ว +25

      Next week’s problem was given to 6th Graders in Vietnam as a national math contest tie breaker.

    • @anawesomepet
      @anawesomepet 4 ปีที่แล้ว +23

      Shawn Gollatz After That will be
      Hard problem for 18 year olds in the USA.
      *Basic Addition Required*

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it...

  • @dannytalcott3683
    @dannytalcott3683 3 ปีที่แล้ว +39

    I solved it myself, but very differently. I saw that A x A had to be a square, and a square result more than 1 digit (since product has 1 extra digit) plus 'something' carried over that would result in matching digits. The carry over amount added would have to be less than the square root, otherwise it would be higher multiple. Try 16 (4x4): could be 16,17,18,19 (none with matching digits). Try 25 (5x5): could be 25, 26, 27, 28, 29 (no matching digits). Try 36 (6x6) could be: 36, 37, 38, 39, 40, 41 (still no matching digits). Try 49 (7x7) could be 49, 50, 51, 52, 53, 54, 55 (finally "55" has matching digits), so '7' (our trial square root) is a good number for 'A' and '5' is good for the matching 'E' digits. To test it divide the 6 matching digits of "5" by 7: 555555 ÷ 7 = 79365.

    • @xelspeth
      @xelspeth 3 ปีที่แล้ว +1

      I first took the same approach as MYD but because there were still too many options I decided to go with the same approach as you! Interesting how you can solve this puzzle in 3 ways all differently labor (manual big devisions) intensive

    • @FlyingFox86
      @FlyingFox86 ปีที่แล้ว

      I know this is an old comment, but could you perhaps tell me why the "something" carried over would have to be less than the square root? That's not quite clear to me.

    • @vinnytryclyst
      @vinnytryclyst 3 หลายเดือนก่อน

      @@FlyingFox86Let x1, x2, x3, x4 be the carry-overs when A is multiplied by E, D, C and B respectively. We then have A * B + x3 = x4*10 + E. If the carry-over x4 is greater than A, then x3 would have to be at least 10 for the above equation to hold. So x4 has to be lesser than A, which is what is stated in the solution you asked about.

  • @alexandre5088
    @alexandre5088 4 ปีที่แล้ว +544

    I did it! This is the first time I did a question from your videos and got the right answer!! Thanks for sharing these puzzles!

  • @Kairikey
    @Kairikey 4 ปีที่แล้ว +499

    This feels like a problem where you kinda brute force your way through lol.

    • @keith6706
      @keith6706 4 ปีที่แล้ว +44

      Sometimes brute forcing is the simplest and fastest way.

    • @a.16.g
      @a.16.g 4 ปีที่แล้ว +52

      Converting thousands of possibilities into a few cases and then trying to solve them is not brute force. Brute force is when you try every possibility... perhaps using a computer.

    • @1Redsaphir1
      @1Redsaphir1 4 ปีที่แล้ว +2

      yeah, I just wrote the algorithm into python, testing all possibilities and it took me like 3 minutes.

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it....

    • @d9zirable
      @d9zirable 4 ปีที่แล้ว +1

      Brute force *and* be smart about it as well

  • @ShannonBaseTwelve
    @ShannonBaseTwelve 4 ปีที่แล้ว +425

    I did it a different way - I knew EEE,EEE would be a multiple of 111,111 - thats is, EEE,EEE=E*3*7*11*13*37. A had to be 7, since A is a single digit and if A was 3, AB,CDE would be a multiple of 1,001 which would guarantee repeating digits. E had to be 5, as 5*odd number ends in 5. So AB,CDE = 555,555/7=79,365.
    P.S. 75,924*7=444,444 is also a correct answer, if you count in base 12.
    (In dozenal, 111,111 = 7*11*17*111, and 7*7=41, so E must be 4.)
    P.S.2 Not all bases work, e.g. in base 60, the only single-digit prime divisor of 111,111 is 7, which 7*7=[Digit-Effent], which is smaller than the base. (That makes a 5-digit number instead of 6.)

    • @PsychoMuffinSDM
      @PsychoMuffinSDM 4 ปีที่แล้ว +17

      I kept thinking something along the lines of 111,111 too... I just didn't know where to go from there like you did =-( Thanks for explaining that!

    • @crtwrght
      @crtwrght 4 ปีที่แล้ว +9

      I took the same approach and came to the same conclusion. Not entirely sure what 9 year olds were meant to do though, being taught prime factor decomposition at age 9 isn't unreasonable (although in UK it's definitely later than that, around 11-12) but having to apply it without any prompting in a pseudo-algebraic context to a 6-digit number? It feels like the examiners either set this as the last question to give bright students something to do/bang their heads against or had a different method in mind.

    • @alleyztak
      @alleyztak 4 ปีที่แล้ว +5

      Did the same thing but with my friend Brute Force, took 111,111 ; 222,222 and so on and divided those by all digits and pin pointed the right result.

    • @danmimis4576
      @danmimis4576 4 ปีที่แล้ว

      @@alleyztak da mey Andrei dar ei vor BRain Force, not BRute Force ..

    • @alleyztak
      @alleyztak 4 ปีที่แล้ว

      @@danmimis4576 Ce te aduce la rezultat mai repede contează.

  • @mrmimeisfunny
    @mrmimeisfunny 4 ปีที่แล้ว +565

    It's actually 6B60AC. Not EEEEEE
    It's hexadecimal.

    • @siddharthabhattacharya391
      @siddharthabhattacharya391 4 ปีที่แล้ว +24

      Lol, I also thought the first time the
      Same thing

    • @hasanemon4496
      @hasanemon4496 4 ปีที่แล้ว +3

      I didn't understand your thoughts.. Can you explain little bit more??

    • @chinnudanturi9730
      @chinnudanturi9730 4 ปีที่แล้ว +3

      @@hasanemon4496 me too

    • @Synthels
      @Synthels 4 ปีที่แล้ว +11

      @@chinnudanturi9730 He assumed EEEEEE is a hexadecimal number, not a decimal (0xEEEEEE)

    • @cigmorfil4101
      @cigmorfil4101 4 ปีที่แล้ว +2

      But 0xA × 0xE = 0xC + 0x80 so that doesn't work.

  • @tamirerez2547
    @tamirerez2547 4 ปีที่แล้ว +704

    I said it before and I say is now again:
    Show me one of the 9 years old students, in Taiwan, that solved this problem.
    Come on...

    • @Noname-67
      @Noname-67 4 ปีที่แล้ว +68

      I'm 14 and it took me 15 minutes to did it, how could a 9 years old solve this in 20 minutes

    • @tamirerez2547
      @tamirerez2547 4 ปีที่แล้ว +90

      @@Noname-67 Exactly!!!
      At age 9 you can solve "problems" like:
      Mom have 12 oranges, she gave 3 oranges to her son, and eat 1.
      How many oranges left?
      I asked mr. Presh (not for the first time) please show us one of these 9 years old who solved this problem... Give us his name... Show us the examination paper...

    • @balababalala8854
      @balababalala8854 4 ปีที่แล้ว +43

      true, only if that kid takes olympic maths courses at a young age

    • @CuteLittleHen
      @CuteLittleHen 4 ปีที่แล้ว +4

      אחי, למה אתה סקפטי? יש לטיאוונים חוש פי אלף יותר טוב במתמטיקה מישראלים.

    • @leif1075
      @leif1075 4 ปีที่แล้ว +4

      @@Noname-67 if you are 14, 9 is onlyn five years younger doesnt that siggest a niner could solve itnin 20 then?

  • @joshuaknott5638
    @joshuaknott5638 4 ปีที่แล้ว +20

    3:38 I could tell by the way your voice changed that you were smiling while telling the answer! This is truly a very awesome solution and puzzle

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it..

  • @anshumantripathi7708
    @anshumantripathi7708 4 ปีที่แล้ว

    i think there is one another way if you come down to those six ordered pairs,you can do the following:
    see the right most digit it must be a^2+(y6.
    similarly if e=5 then the last two places must be 55,that is a^2+y(where y

  • @idedimi
    @idedimi 4 ปีที่แล้ว +36

    That division method is great! I reasoned my way to A = 7 and E = 5, then multiplied it out to deduce the other digits. The reasoning took quite a bit longer than 4 minutes though! lol

    • @leonhardeuler675
      @leonhardeuler675 3 ปีที่แล้ว

      But using logic to get A = 7 followed by E = 5 is much more nuanced than the computer science answer here.

    • @m.talhamemon5831
      @m.talhamemon5831 2 ปีที่แล้ว

      How much longer than 4 minutes

    • @idedimi
      @idedimi 2 ปีที่แล้ว

      @@m.talhamemon5831 it was a year ago, so I don't remember exactly 😅 a while, I imagine lol

    • @m.talhamemon5831
      @m.talhamemon5831 2 ปีที่แล้ว

      @@idedimi was it worth solving these? Had it improved your reasoning. Or was your reasoning better from start

    • @idedimi
      @idedimi 2 ปีที่แล้ว

      @@m.talhamemon5831 I love the mental exercise, so I think it was absolutely worth solving! I imagine it improved my reasoning skills, but I don't know by how much haha

  • @evtimpapushev7137
    @evtimpapushev7137 4 ปีที่แล้ว +3

    There is an additional observation that allows for the removal of two of the test cases: if A < E, then EEEEEE / A will be a 6-digit number, while ABCDE is 5-digit number. That means A > E.
    So, we can additionally discard (A, E) = (6, 8) and (3, 5).
    Also, 444444 / 6 = 2 * 222222 / 6 = 2 * 37037 and will also have repeating digits, so we don't need to divide it at all.

  • @factorization4845
    @factorization4845 4 ปีที่แล้ว +44

    I decomposed EEEEEE into E×3×7×11×13×37.
    Then I decided to test 3 and 7 for A first.
    EEEEEE is between 10000A² and 10000A(A+1), so if A is 3, then E is 1, but that does not work. Then I test 7, then E is 5. Then that works.

    • @IMIGamerz2105
      @IMIGamerz2105 4 ปีที่แล้ว +7

      Here's what I did.
      When I saw E x A=E, the first number that popped into my mind where it multiplies to a number and the ones digit is the same, was 5. So I took E=5.
      5 when multiplied by odd numbers, yields a ones digit of 5.
      So I took out a calculator, started dividing EEEEEE ( i.e. 555,555) by 3,5,7,9 to see which number yields an answer where all digits are different. It was 7. So A=7.
      There you go.
      All this literally took me just 30 seconds.

    • @neur303
      @neur303 4 ปีที่แล้ว

      I like that solution. Thanks for sharing!

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it....

    • @elifmermer8570
      @elifmermer8570 3 ปีที่แล้ว +1

      Someone who did the same as me! I don't know why but I got really happy because of that :))

  • @ishaangiri7989
    @ishaangiri7989 4 ปีที่แล้ว +2

    79365
    x 7
    555555
    Easy to search for a solution because 7 is the only number whose multiplication with single digits covers all 10 digits in the one’s place.
    0, 7 , 4 , 1 , 8 , 5, 2, 9, 6, 3.
    And we can add any 2 of those digits to get a 5 in one’s place.

  • @andrewwoan
    @andrewwoan 4 ปีที่แล้ว +53

    so bascially the creator of this problem took a number and divided by the other one and wanted students to figure it out.
    this is like puzzle games where they just randomly scramble a complete set and they expect the person playing the game to figure out the solution lol

    • @JoseFernandes-js7ep
      @JoseFernandes-js7ep 4 ปีที่แล้ว +6

      You need to certify that there is only a solution to the problem.

    • @vinisherdaotaku3241
      @vinisherdaotaku3241 4 ปีที่แล้ว +3

      The thing is, you need the numbers to be unique which will be hard. But yeah I was thinking along the lines of this

    • @PaKePo
      @PaKePo 4 ปีที่แล้ว +2

      Sudoku

    • @Timotheeee1
      @Timotheeee1 4 ปีที่แล้ว +2

      not really, you just need to know what dividing by 7 does.

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it...

  • @iabervon
    @iabervon 4 ปีที่แล้ว

    You can eliminate a lot of options quickly by noting that A*A

  • @appleslover
    @appleslover 4 ปีที่แล้ว +38

    Foreign students in Turkey take like these questions and harder in the IQ test that is part of the Y.Ö.S. Exam for entering universities
    Kinda like the SAT in the US but a lot harder and only maths and IQ questions (also geometry)
    It has a pretty good questions though

    • @tamirerez2547
      @tamirerez2547 4 ปีที่แล้ว +1

      Thats EXACTLY why I say it CAN'T be a problem to 9 years old (???!!!)
      At age 9 years old you know something about multiple, division, adding, and substract numbers...
      You can't solve such a problem at age 9.
      No way.
      (Read my comment)

    • @D3ND
      @D3ND 4 ปีที่แล้ว +8

      The biggest failure in Turkish examination, in my opinion, is that it is a multiple choice questions with 30-100 sec per question depending on the exam... So the education system here forces students and teachers to go to pattern recognition rather than learning the actual subject.
      I found most students way of thinking "if the question I get has X, then I should use Y formula to solve it" without giving any thought about why is it this way, or how did we get to that formula. To me, it seems like an exam for robots, not for humans.

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it....

    • @georgebrantley776
      @georgebrantley776 4 ปีที่แล้ว

      @@tamirerez2547 Lol what 9 year olds r u talking to? You learn addition/subtraction/multiplication/division/primes composites/factors by 3rd grade (8 yrs old) in the USA, at least for California (bc education is done by state not by the federal gov)
      So if even the public school standard have this by 8 then surely advanced kids can reasonably know this by 7 or 6, so it is not impossible for 9 years old to be advanced enough for this question. Would be hard, but not implausible

  • @ignaciorodriguez639
    @ignaciorodriguez639 4 ปีที่แล้ว

    I think this problem is easier if you think how you would divide EEEEEE / A if A and E were numbers instead of letters.
    To perform the division, you start by finding the first digit of the result. That is, you find a number X such that
    A * X

  • @newpgaston6891
    @newpgaston6891 4 ปีที่แล้ว +91

    Tough for 9 years old kids, but that teacher who took 20 minutes could use some retraining!
    Took me roughly 6 minutes, and my technique was not optimal.

    • @badam9656
      @badam9656 4 ปีที่แล้ว +3

      I'm 10 but I did not get😭

    • @nicolaspinto7775
      @nicolaspinto7775 4 ปีที่แล้ว +12

      Plot twist: it was a geography teacher

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว +2

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it....

    • @xfire3778
      @xfire3778 4 ปีที่แล้ว +3

      I literally just chose a random number for EEEEEE and divided it by a random number for ABCDE and it was correct lol. It took me about 15 seconds

    • @noonehere0987
      @noonehere0987 4 ปีที่แล้ว +3

      @@xfire3778 I'm pressing x for doubt as hard as I can. You have a 1/9 chance to guess the E and then you have a 1/9*8*7*6*5 chance to guess ABCDE. That's a 0.000007% chance at guessing correctly. That's giving you credit you didn't bother with the zero for obvious reasons.

  • @ОлегПолканов-д1н
    @ОлегПолканов-д1н 4 ปีที่แล้ว

    After recieving 6 possible pairs it is possible to eliminate 4 of them:
    A cannot be less then E, lets take (A, E) as (6, 8). 6*6 (when multipling A by A) = 36 (plus smth from multiplication from previous digit). No way you can get 8 by this as firts digit of 6th digit final result. So (6, 8) and (3, 5) are out.
    Also 6 by 6 result 36 and smth more, so E cannot be 2, E will be at least 3, so (6, 2) also out.
    9 * 9 will be 81 plus smth, so you cannot get 5. This leave us with only 2 variants to check.

    • @krishan9739
      @krishan9739 4 ปีที่แล้ว

      how is a not less than e?

  • @Sam_on_YouTube
    @Sam_on_YouTube 4 ปีที่แล้ว +4

    Took me about 10 minutes. After eliminating A as 0 through 5 quickly, I tried A=6 and E=4. Then I moved on to A=7 and E=5 and that worked. I used the squares of A as my guide for the possible pairsnof A and E.

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it..

    • @medexamtoolscom
      @medexamtoolscom 3 ปีที่แล้ว

      I just straight up counted up A from 0 to 9 and saw the requirements it made on the other numbers and found contradictions at every point except for A=7 and E=5. Indeed, A=6 and E=4 ALMOST worked, that was definitely the closest one that didn't make it.

  • @LightningSt0rm
    @LightningSt0rm 4 ปีที่แล้ว +2

    I'm pretty proud of my way of finding this too. What I did was take all possible values of EEEEEE (9 of them) and divide them by the 9 possible integers. This yielded a table of numbers. Out of that table it was a simple task to eliminate all values that had repeating digits, weren't whole, or were not 5 digits. That left only 6 values in the 7 column. Meaning A=7. Then out of those 6 values (15873, 31746, 47619, 63492, 79365, 95238) only one of them started with 7, so that was the answer.

    • @andregeorges8649
      @andregeorges8649 3 ปีที่แล้ว

      I did the same... Using an excel sheet, it takes 1 minute to make the table, plus 1minute to eliminate the wrong possibilities 🤣

  • @robertlunderwood
    @robertlunderwood 3 ปีที่แล้ว +2

    I followed the same steps up to the division part. Instead of division, I went through each multiplication. The long division was a superior method.

  • @TheLiberal1776
    @TheLiberal1776 2 ปีที่แล้ว

    Sure, division with akward numbers works, but this can be done 100% by only using logic, addition and a 9x9 multiplication table.
    EE - some carryover < AxA < EE
    In combination with the unique numbers condition
    will give you E and A.
    Then you can go D to B and use the known carry over from the less significant digit to quickly find D, C, B.

  • @vontabi
    @vontabi 4 ปีที่แล้ว +37

    When you're forced to laugh at a bad joke : 0:09

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it..

  • @eliewehbi5900
    @eliewehbi5900 3 ปีที่แล้ว

    Solved it using AxA

  • @nameisrango
    @nameisrango 4 ปีที่แล้ว +23

    We can use divisibility of 7; when a digit is repeated 6 times it is divisible by 7..
    It will fasten the second step

    • @SimonClarkstone
      @SimonClarkstone 4 ปีที่แล้ว +6

      more generally, EEEEEE = 3 × 7 × 11 × 13 × 37 × E

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it.....

  • @oliviermiakinen197
    @oliviermiakinen197 4 ปีที่แล้ว

    From 2:47 to 3:23 it is usually not necessary to finish the division.
    Example for 222222/6 = 37037 : as soon as we see that the first digit (of what would be 37037) is a 3, it is of no use to continue the division because this first digit should be equal to A, i.e. 6, and 3 ≠ 6.

  • @kamalaclark-swanson4137
    @kamalaclark-swanson4137 3 ปีที่แล้ว +3

    I started out trying brute force for roughly 5 min then realized there were only a handful of possible A,E combos. Then determined 7 had to be A based on 7 being the first number in the dividend of 7 into 555.
    That’s the fastest I’ve ever solved anything on your channel. Love it!!!

    • @littletoadwoman
      @littletoadwoman ปีที่แล้ว

      I was mostly the same. Realized only a handful of possible combos, made a table stating "if E, then A". Made quick work and determined only 3 combos of A and E were technically possible (4 and 6, 5 and 7, and 8 and 6, respectively). Then just verifying which worked after that.

  • @SudeeptaChakraborty
    @SudeeptaChakraborty 4 ปีที่แล้ว +1

    I solved it by noting that A*A + some carry from penultimate multiplication (A*B) must give EE. A= 1, 2 are eliminated because we won't get a 6 digit number, for A = 3, E has to be 1 which isn't possible. A= 4, 5, 6 are eliminated because no carry over added to them squared will give a repeating 2 digit number...for example, for A= 4, the possibilities are only 16, 17, 18 and 19. But with 7, the square is 49 and a carry over of 6 can take us to the 55. Now I simply divided 555555 by 7 to check if it is divisible and all digits are different. We have a match here...
    We can continue with 8 and 9. For 8 the closest repeating digit number is 66 and for 9 it is 88.. we 666666 isn't divisible by 8, 888888 not by 9. So we have our unique solution.

  • @suyashishan1960
    @suyashishan1960 4 ปีที่แล้ว +7

    That happens to me every time I solve a time taking question, I feel like 'how can I take so long to solve such an easy solving!'

  • @BionicReaper
    @BionicReaper 4 ปีที่แล้ว

    Tbh different digits could be there just to clarify that it is not multiplication. So I solved it for digits that could even be the same. The answer was identical, so I think it would be better to solve for digits that could be the same.

  • @LADaddyG
    @LADaddyG 4 ปีที่แล้ว +81

    It's been a while since I was able to solve one just from the thumbnail!

    • @kevina5337
      @kevina5337 4 ปีที่แล้ว +4

      Ya this one's alot easier than the "use a double surface integral to find the cube root of the area of this weird ass shape, no calculators allowed!" Lol

    • @Zemlya01
      @Zemlya01 4 ปีที่แล้ว +2

      th-cam.com/video/bmOZuadG4uU/w-d-xo.html

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it...

  • @whitey9933
    @whitey9933 4 ปีที่แล้ว +2

    The division way is so much easier, didn't think of it
    Went E*A = XE and A*A is within 9 of EE, which only left 2 possibilities for A,E =(6,4),(7,5)
    (In hindsight, could lower the "within 9" to within 7 and only 7,5 would remain)

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it...

  • @안태영-g8w
    @안태영-g8w 4 ปีที่แล้ว +3

    1:50 We can also eliminate (A, E) = (3, 5), (6, 8) in advance since (5 digits) × A = (6 digits) implies A>E.

  • @brothapipp
    @brothapipp 4 ปีที่แล้ว

    So guess correct, but I think intuitively I just knew that A x E = yE meant that E had to be 5. Because I also wanted to include carrying, so I would need a number that would tip into the next value place easily.
    Then I had A x A = yx < EE, and then just step it backwards, If A = 7, what does B need to be to make 7x7 + y = 55.
    So an intuitive guess got me there pretty quick.

  • @MichaelSmith-fj7di
    @MichaelSmith-fj7di 4 ปีที่แล้ว +8

    I got it. Knowing this fact helps. In multiplication, the only way that you can get some number multiplied by a single digit number to end with the same digit is by the following:
    1: Multiplying it by 1, but in this case that's not possible because you'd be left with a five-digit number.
    2: Multiplying a number ending in zero with any number, but that's also not possible because A can't equal E, so they can't both be zero.
    3: Multiplying an even number by six.
    4: Multiplying a number ending in five by an odd number.
    I first assumed that A was six, and thus case 3. Trying 2 for E and dividing it by six left a number too small, and trying 4 and 8 (since E can't be six because it has to be unique) left a number too large.
    Thus, I determined that E had to be five (so case 4), but now I had to figure out what A was.
    Taking 3BCD5 and multiplying it by 3 left a number too small, even if that number was as large as possible, and taking 9BCD5 and multiplying it by 9 left a number too large, even if that number was as small as possible, so I knew that A had to be seven. So taking 555,555/7 gives us the following: A=7, B=9, C=3, D=6, and E=5.

    • @bsteju2438
      @bsteju2438 4 ปีที่แล้ว +1

      Well explained.🎓

    • @nicodex592
      @nicodex592 3 ปีที่แล้ว

      Same

  • @michaeldakin1474
    @michaeldakin1474 3 ปีที่แล้ว +2

    I took a slightly different approach… I used the multiplication grid, but then considered how a^2+[carryover]=11e… with this approach, I quickly calculated a and e, and the rest of it just fell into place…

  • @forbiddenchannel4901
    @forbiddenchannel4901 4 ปีที่แล้ว +5

    Can’t believe people in my country actually had to solve this!

  • @Ang1lgamer
    @Ang1lgamer 4 ปีที่แล้ว

    after watching your video about the problem "send more money" I wrote a program to find the solution of "word1 + word2 = word3" where every letter of the input words is a different digit, all I had to do is change the + into a * and i found the solution of this problem :)

  • @cigmorfil4101
    @cigmorfil4101 4 ปีที่แล้ว +7

    From the thumbnail:
    The thing to note is that from the first digit of the top line that A^2 + some possible carry = EE (=11×E), and from the last digit that A×E = E + 10×some other carry. (In both cases the carry is in the range 0 to 9 - the maximum carry is the carry from 9×A + the carry of 9×A.)
    These severely limit what A and E can be.
    Searching through the possibilities of A gives the corresponding E (the next multiple of 11 higher than A^2) and then a quick check to see if all conditions above hold.
    A=1 obviously fails as the result is not ABCDE
    A=2, A^2 + carry = 11 》 E=1, carry = 7, but 2x9 = 18, so max carry is 1; fail
    A=3, A^2 + carry = 11 》 E=1, carry = 2, but 1×3 = 3 not 1; fail
    A=4, A^2 + carry = 22 》 E=2, carry = 6, but 2×4 = 8, not 2; fail
    A=5, A^2 + carry = 33 》 E=3, carry = 8, but 3×5 = 5 (+10) not 3; fail
    A=6, A^2 + carry = 44 》 E=4, carry = 8, but 6x9 = 54 so max carry is 6; fail
    A=7, A^2 + carry = 55 》 E=5, carry = 6, 5×7 = 5 (+30), possible
    A=8, A^2 + carry = 66 》 E=6, carry = 2, but 6×8 = 8 (+40); fail
    A=9, A^2 + carry = 88 》 E=8, carry = 7, but 8×9 = 2 (+70); fail
    Instead of stopping at A=7, the first possible solution, all possible values of A were searched to check for possible multiple solutions - it is easy to do the next two checks.
    So A=7, E=5 and it's a simple matter to fill in the remaining 3 digits from the right hand end.
    Now to watch the video...

    • @Cyrix642
      @Cyrix642 4 ปีที่แล้ว +1

      Nice, that's how I did it too

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it...

    • @YongTseng
      @YongTseng 4 ปีที่แล้ว

      Mine as well, but compared to solution in video is vastly non-optimized

    • @javaman7199
      @javaman7199 7 หลายเดือนก่อน

      Every base has a trivial solution of A=E=0, B, C, D can be any number. That is excluded.
      Solutions for Bases 2-2140. Base 885 has 2 solutions.
      Base 4 Solution 1 A=3 B=2 C=0 D=3 E=2
      Base 10 Solution 1 A=7 B=9 C=3 D=6 E=5
      Base 12 Solution 1 A=7 B=5 C=9 D=2 E=4
      Base 24 Solution 1 A=21 B=11 C=4 D=7 E=18
      Base 48 Solution 1 A=37 B=4 C=31 D=43 E=28
      Base 75 Solution 1 A=26 B=23 C=32 D=6 E=9
      Base 80 Solution 1 A=49 B=47 C=77 D=28 E=30
      Base 154 Solution 1 A=109 B=77 C=0 D=109 E=77
      Base 159 Solution 1 A=130 B=74 C=32 D=98 E=106
      Base 175 Solution 1 A=148 B=114 C=63 D=90 E=125
      Base 217 Solution 1 A=156 B=112 C=0 D=156 E=112
      Base 220 Solution 1 A=210 B=105 C=158 D=21 E=200
      Base 248 Solution 1 A=63 B=59 C=75 D=12 E=16
      Base 252 Solution 1 A=103 B=42 C=0 D=103 E=42
      Base 324 Solution 1 A=229 B=296 C=133 D=228 E=162
      Base 425 Solution 1 A=273 B=33 C=142 D=131 E=175
      Base 464 Solution 1 A=385 B=133 C=186 D=199 E=319
      Base 546 Solution 1 A=337 B=335 C=543 D=206 E=208
      Base 615 Solution 1 A=124 B=119 C=144 D=20 E=25
      Base 679 Solution 1 A=195 B=191 C=543 D=331 E=56
      Base 705 Solution 1 A=546 B=674 C=554 D=496 E=423
      Base 738 Solution 1 A=301 B=726 C=110 D=547 E=123
      Base 832 Solution 1 A=465 B=635 C=617 D=707 E=260
      Base 845 Solution 1 A=756 B=403 C=233 D=322 E=676
      Base 885 Solution 1 A=511 B=431 C=726 D=215 E=295
      Base 885 Solution 2 A=532 B=825 C=632 D=659 E=320
      Base 966 Solution 1 A=806 B=226 C=149 D=434 E=672
      Base 1284 Solution 1 A=215 B=209 C=245 D=30 E=36
      Base 1294 Solution 1 A=915 B=905 C=1035 D=1174 E=647
      Base 1300 Solution 1 A=456 B=638 C=1231 D=1209 E=160
      Base 1377 Solution 1 A=892 B=1266 C=689 D=204 E=578
      Base 1600 Solution 1 A=1281 B=80 C=1181 D=205 E=1025
      Base 1745 Solution 1 A=1561 B=777 C=1425 D=113 E=1396
      Base 1898 Solution 1 A=1665 B=359 C=1819 D=154 E=1460
      Base 1980 Solution 1 A=511 B=1437 C=1569 D=1058 E=132
      Base 2040 Solution 1 A=589 B=170 C=0 D=589 E=170

  • @dlevi67
    @dlevi67 4 ปีที่แล้ว

    There is no need to complete the long divisions to rule out the cases; checking that the first digit in the division result is/is not the same as the quotient (i.e. "calculated A" = A?) quickly rules out all the cases except A = 7

  • @awhig2474
    @awhig2474 4 ปีที่แล้ว +4

    I did that "mentally" (without paper or pen) in 3 or 4 mins... Used the same methodology as in the video.... But used the calculator for the large divisions

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it..

  • @YT-hm6zw
    @YT-hm6zw 4 ปีที่แล้ว +1

    I'm the junior high school student from Taiwan.
    This math competition in Chinese means
    "REMARKABLE"
    Now if any student wants to participate this competition,this problem is the basic question that they need to solve.
    I have been sharing this video to my classmates and mathematical teacher,I hope this video will be popular in Taiwan.
    In Taiwan,many of the parents want their children have acuity of logic,they will let children to solve the problem like this,and then there will be many competitive to let these children. According to Asian parents' amazing mental,they want their children have many prizes so they can feel more honor. Due to these factor,the question of the competition become more and more harder. Let's look forward to the questions of this competition 😂
    我是一個來自臺灣的國中生
    這個數學比賽以中文的意思來解讀即是
    「卓越」(卓越盃數學競賽)
    現在想要參加這項比賽的學生,這種程度的問題是他們一定要可以解決的題型
    我現在把這部影片分享給我的同學和數學老師了,希望這部片能在臺灣發揚光大
    在臺灣,家長們會希望自己的小孩擁有敏銳的邏輯,他們會讓小孩去解決這一類的問題,進而衍生出諸如此類的比賽
    基於家長們神奇的心理,他們希望自己的小孩可以多多獲獎,使他們感覺的光榮
    因此,競賽題目越來越變態
    我們期待一下往後幾年這個競賽的題目 XD

  • @jeffreytao7546
    @jeffreytao7546 4 ปีที่แล้ว +3

    Intuitively E is most likely 5, as all the odd multiples result in 5 as a one's digit. Also intuitively A is most likely 7, because the multiples of 7 are able to cover every digit from 1 to 9 without needing to go into double digits. And it just so happens that 7 squared is 49, which is a feasible scenario if E is 5 and therefore to get 55 by adding a single digit to 49 is possible. The rest is just plugging in numbers

  • @funisherman3659
    @funisherman3659 4 ปีที่แล้ว

    Took me a bit, but only because I forgot about multiples of 5. I knew it wasn't A=6 because the only way to get 36 to have same values is to add 8 making 6*anything impossible. Once I had E=5, I knew that A*A had to be close to, but not over 55, so A=7, 7*B needed a tens digit had to be six to make 49=55 so B=9. 9*7=63 last digit has to=5, so tens digit of C*7 has to be 2 so C=3 or 4. 4 doesn't work because 28 needs +7 to get the 1s digit=5, so C=21, then get D=6 in same way, and then for good measure used it to find E=5 just to double check myself

  • @kirillyurchenko9382
    @kirillyurchenko9382 4 ปีที่แล้ว +80

    Haven't watched yet but sure it involves Gougu theorem somehow.

    • @AakashJdp123
      @AakashJdp123 4 ปีที่แล้ว +26

      Gougu has been tested positive for covid 19. So he has been in isolation this days.

    • @JSSTyger
      @JSSTyger 4 ปีที่แล้ว +5

      Or the intersecting chords theorem.

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it..

    • @NPC-W
      @NPC-W 4 ปีที่แล้ว +3

      "Gougu" in Mandarin Chinese (勾股) is read same as guess blindly in Cantonese (𨳊估)
      so if someone says "Gougu theorem" instead of "Pythagorean theorem" in Hong Kong, that means he is guessing blindly 🤦‍♂️

    • @AakashJdp123
      @AakashJdp123 4 ปีที่แล้ว

      Nick Wong ha ha

  • @bwcbiz
    @bwcbiz 4 ปีที่แล้ว

    My take, after identifying the possible pairs, note that the 10's digit of A*A+carry from A*D=E. So the tens digit from A*A is either E, or E-1. This eliminates (6,2) and (9,5) because A is too big. It eliminates (3,5) and (6,8) because A is too small.
    After that, your division method is faster than the modular arithmetic method I used to derive each digit. (7*5=35, so (A*D) mod 5=2 with A-7, means D-6 and similarly down the chain.

  • @leonidleonid3800
    @leonidleonid3800 4 ปีที่แล้ว +26

    Nobody:
    Not a single soul:
    Presh Talwalkar: EEEEEE

    • @invincibleflesh4526
      @invincibleflesh4526 4 ปีที่แล้ว

      I would like to emphasize that I only upvoted your comment because it made me giggle.

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it...

  • @flossbrunn
    @flossbrunn 3 ปีที่แล้ว +1

    My approach:
    EEEEEE = E * 111111 = E * 3 * 7 * 11 * 13 * 17 * 37, therefore A is either 3 or 7.
    Then using the unit digit method that Presh mentioned, E must be 5. And here it's easy to see that A is 7.

  • @addicted7766
    @addicted7766 4 ปีที่แล้ว +95

    Solution was tremendous. love from Bangladesh.wait for your!♥! react.

    • @Humayra_Kabir
      @Humayra_Kabir 4 ปีที่แล้ว +4

      Waiting for* hobe! 😊

    • @diptaroy5415
      @diptaroy5415 4 ปีที่แล้ว

      🇧🇩🇧🇩🇧🇩

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it....

    • @abuzabid6473
      @abuzabid6473 4 ปีที่แล้ว

      Hello I'm also from Bangladesh

    • @abuzabid6473
      @abuzabid6473 4 ปีที่แล้ว

      @Sadia subah I'm from Satkhira and you?

  • @sougatanandy6404
    @sougatanandy6404 4 ปีที่แล้ว

    5 is the only option for E, for this multiplication to hold. So proceeding with odd numbers only gives you the solution. Once E Is found, rest is just calculate for remaining and multiply accordingly

  • @Buenomars
    @Buenomars 3 ปีที่แล้ว +3

    Okay, who else here initially thought ABCDE meant A x B x C x D x E ? 😂

    • @mmamin1
      @mmamin1 8 หลายเดือนก่อน +1

      😂

  • @stellarfirefly
    @stellarfirefly 4 ปีที่แล้ว +1

    I solved it in (mostly) the same way as Presh, except that I did not assume that all digits were unique. However, I did stop at the first answer that I found, which was the same answer as in the video. But now, after watching the video and seeing that he assumed all digits were unique, it makes me wonder: If not all digits are required to be unique, are there other possible answers?

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it....

  • @TheStile2
    @TheStile2 4 ปีที่แล้ว +6

    Great way to solve the problem. I just used a process of elimination. I then figured out that E=5, from there I figured out that A was either 7 or 9. First I tried to solve the rest of the letters using A=7. This process is definitely not the fastest way to do it, but I got there. Great problem!

    • @Brondahl
      @Brondahl 3 ปีที่แล้ว

      What was your rationale to establish that E=5, not A=6?

  • @beenaplumber8379
    @beenaplumber8379 3 ปีที่แล้ว

    I got it in about 15 minutes, and I was so proud! It showed up in my Google Pocket as an article from Popular Mechanics, and the description made it seem impossible. (They used the word "maniacal.") I started asking what times E could end in E, and I got the most solutions with E = 5, far and away (all odd numbers). Then I asked what could A be if A had to be an odd number (A x 5 can't end in 0), A^2 + carryover had to give a two digit number beginning with E, and A had to give a carryover number for each digit. E=5 seemed an intuitive place to start, and that left only 7 & 9 as contenders for A. The rest of the digits fell into place by solving for the carryover number needed for the column to end in a 5.
    I thought I was so clever until I saw this simple division method. The article also said teachers couldn't solve it, but this video says they could, with one of them taking as long as 20 minutes. So I'm no brainiac, but I guess I could substitute for an elementary school math teacher if they were hard up.

  • @mdhussain9458
    @mdhussain9458 4 ปีที่แล้ว +4

    I get the solution myself and its take a long time to figure out the answer.😅😅😅 And you have done it in four minutes.😍😍😍

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it..

  • @azharahmed6992
    @azharahmed6992 4 ปีที่แล้ว +1

    Method of finding a solution is fantastic !!!

  • @mandolinic
    @mandolinic 4 ปีที่แล้ว +15

    It took me five minutes to write a program which found this answer. Sometimes brute force is best!

    • @sb_infi
      @sb_infi 3 ปีที่แล้ว

      what is the language and code please give it

    • @mandolinic
      @mandolinic 3 ปีที่แล้ว +1

      @@sb_infi This is Java, but only minor tweaking is required to put it into the language of your choice:
      public class Abcde
      {
      public static void main (String[] args)
      {
      for (int a = 1; a < 10; a++) {
      for (int b = 0; b < 10; b++) {
      for (int c = 0; c < 10; c++) {
      for (int d = 0; d < 10; d++) {
      for (int e = 0; e < 10; e++) {
      int number = a * 10000 + b * 1000 + c * 100 + d * 10 + e;
      int product = number * a;
      int target = e * 100000 + e * 10000 + e * 1000 + e * 100 + e * 10 + e;
      if (product == target) {
      System.out.println (number);
      }
      }
      }
      }
      }
      }
      }
      }

  • @kptnfmrs
    @kptnfmrs 4 ปีที่แล้ว +2

    After looking at it for a minute, I started off with the assumption that the solution had to be 555555 as E had to be 5 and A would have to be an odd number to make AxE = N5. After that it was pretty easy.

  • @yashrawat9409
    @yashrawat9409 4 ปีที่แล้ว +5

    *Fun Fact: 1001 = 7*11*13*
    *and 1001 * 111 * n = nnnnnn , n being a single digit number*

    • @akinladiko629
      @akinladiko629 4 ปีที่แล้ว

      it's not worked if n=0

    • @yashrawat9409
      @yashrawat9409 4 ปีที่แล้ว +1

      Yes for got to mention that but 000000 is also 0

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it...

  • @paulroling1781
    @paulroling1781 4 ปีที่แล้ว

    Using a calculator (or a table) is cheating and manually those division will take up a lot of time. I used that A*A should result in a E*10 + x or (E-1)*10 + x. That only allows A=7 and E=5.

  • @itdepends8103
    @itdepends8103 4 ปีที่แล้ว +3

    I didn't get this table 1:45
    How you find that

    • @shamsini
      @shamsini 4 ปีที่แล้ว +1

      9*9 matrix of digits 1 to 9 and the units place result for each combination.

  • @rc210397
    @rc210397 4 ปีที่แล้ว

    My method requires lesser calculations
    Since the first number and the final product have the same number of digits, this means the digit at Ten-thousands place (A) multiplied by A doesn't carry over, therefore A^2 is less than 10, thus, A is less than 4.
    Now A is either 1,2, or 3.
    Clearly A isn't 1 as both the numbers would be the same then
    Now think of all possibilities for E, for when it is multiplied by 2 or 3 you end up with the same digit at the units place, this has only a unique solution ie 5x3=15
    This gives A=3 and E=5
    Now just divide 5,55,555 by 3 and there's your answer.

  • @sidimohamedbenelmalih7133
    @sidimohamedbenelmalih7133 4 ปีที่แล้ว +3

    we can solve by a system of equations

  • @皇后娘娘的头风
    @皇后娘娘的头风 3 ปีที่แล้ว +1

    There’s actually an easier way, construct EEEEEE from 111111 to 999999 to check which can start a long division with a perfect square. Only when EEEEEE equals to 555555 will start a long division with 7*7 which result in five different digits number.

  • @deepjyoti5610
    @deepjyoti5610 4 ปีที่แล้ว +3

    Fresh morning and your question at 5. 30 wow .

  • @jamesg1367
    @jamesg1367 4 ปีที่แล้ว

    Note that it is a fact that any 6-digit number with all identical digits, excepting only 777777, could be used to pose a similar problem; because in each case, that number divided by 7 will result in an integer that will have 5 digits that are all different from one another. Ex: 31746 x 7 = 222222 Hence, ABCDEF x C = GGGGGG
    Or: ABCDEF x E = AAAAAA solves to 15873 x 7 = 111111

  • @nikhilmajukar2795
    @nikhilmajukar2795 4 ปีที่แล้ว +4

    Makes look so easy

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it....

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it....

  • @sanfransam8954
    @sanfransam8954 4 ปีที่แล้ว +2

    I have played around with puzzles like this. I usually get through the first part, but never thought to use division to get a more direct way to the solution. I would bang my head against the table trying to figure out what could be the value of some other letter.

  • @RadioRelax87
    @RadioRelax87 4 ปีที่แล้ว +3

    1:30 If we just could do that multiplication chart in under 5 seconds just like in your video...

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it...

  • @tomtondeur8963
    @tomtondeur8963 3 ปีที่แล้ว

    I just ran into this problem on the Internet and tried my hand at it without having seen the full context, so I didn't know all the letters corresponded to unique digits. I approached the problem in a slightly different way. Looking at the multiplication, we know that A*E + c = E*11, where c is whatever is carried over from multiplying BCDE with A. From this, you can build a table with the possible tuples of (A,E,c). Only two of them pass the other obvious constraint, where A*E has to end in E. That is: (6, 4, 8), (7, 5, 6). With these options, you then use the same technique from the beginning to discover the other digits. In other words: B*E + d = 10c + E (where c is the carry from earlier, and d is the carry from CDE*A).
    Definitely took me a while, and had to retrace my steps a few times, but probably no longer than if I would have had to do all those tail divisions without a calculator :)

  • @samnaga310
    @samnaga310 4 ปีที่แล้ว +2

    You just gave me
    The answer and Im still confused 😂

    • @aaaadit5155
      @aaaadit5155 3 ปีที่แล้ว

      Dude it’s not that hard

    • @Vik1919
      @Vik1919 3 ปีที่แล้ว

      Just takes time

  • @oracla
    @oracla 4 ปีที่แล้ว

    Never have I been happier to have solved a math problem for a 9 year old.

  • @The_Math_Enthusiast
    @The_Math_Enthusiast 4 ปีที่แล้ว +6

    Me: Solved this within 2 minutes. Duh that was easy.
    Presh: This problem is for 9 year olds.
    Me: Gulp! I am 16.

  • @luccaventurini1011
    @luccaventurini1011 2 ปีที่แล้ว +1

    Before seeing the video I tried to solve and got 79365.
    I just thought that no matter the rest, the A had to be a number that squared, could turn into a number with two equal digits when added with a single digit number, so I tried 7 bc 7x7=49, and 49+6=55. So that meant that if A was 7, B had to be 9 so that when 9x7=63, the six would add to the 49 to get 55. Then I just put the numbers I had given into the calculator, 79005x7=553035, then I just thought, 6x7=42 so D is 6 to get to 553455, and to complete, 3x7=21.

  • @paramgoswami7224
    @paramgoswami7224 4 ปีที่แล้ว +3

    Took me less than 2 mins to solve this..

    • @pseudorealityisreal
      @pseudorealityisreal 4 ปีที่แล้ว

      Oh wow...a lifetime award for you, perhaps? Or a chair in the Royal Society for Maths? CHootia

    • @paramgoswami7224
      @paramgoswami7224 4 ปีที่แล้ว

      @@pseudorealityisreal its ok bro if you couldn't solve thjs... And you dont need to use slangs. I just commented what i did,

    • @pseudorealityisreal
      @pseudorealityisreal 4 ปีที่แล้ว

      @@paramgoswami7224 As expected, an assumption I couldn't solve it. Do you have any other assumptions?

    • @paramgoswami7224
      @paramgoswami7224 4 ปีที่แล้ว

      @@pseudorealityisreal if you did solve it congrats, but why does it matter what i comment?.
      If you didnt like the comment, simply ignore it, and move on

    • @pseudorealityisreal
      @pseudorealityisreal 4 ปีที่แล้ว

      @@paramgoswami7224 Actually, you are right. I should have just moved on rather than commenting. I was very irritated with similar comments posted on this channel's videos, and your comment was the one where I chose to vent my annoyance. Anyway, sorry for the previous verbal abuse, I agree it was totally uncalled for.

  • @timgomolka644
    @timgomolka644 4 ปีที่แล้ว +1

    The answer is relatively straightforward. It took me about 5 minutes, once you realise what E has to be. Think about which times table has the most consistent answers having the same unit as the number being multiplied - the 5x table. All odd numbers multiplied by 5 has a 5 in the unit column and, therefore, A has to be odd. It can't be 1 or 5 so it's simply a quick process of trial and error to get to the answer..

    • @medexamtoolscom
      @medexamtoolscom 3 ปีที่แล้ว

      That doesn't mean E has to be 5. For instance it ALMOST worked for E=4 and A=6. 444444 divided by 6 is 74074, so it indeed ends in a 4, but it just fails because the first digit is a 7 instead of a 6. But that's not because of any clever modular arithmetic reasoning, that's straight up luck. Now it so happened that 79365 x 7 was the only nontrivial (A not equal to 0) solution, but your reasoning is still faulty, you just got lucky.

  • @teh_king1235
    @teh_king1235 4 ปีที่แล้ว +4

    E

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it....

  • @darrinkinney2268
    @darrinkinney2268 4 ปีที่แล้ว

    this is super cool. Eliminate the impossible and you have the possible

  • @JMoya-zl1yn
    @JMoya-zl1yn 4 ปีที่แล้ว +3

    A=0, E=A, :.B, C, D{IR}

  • @maragazh9993
    @maragazh9993 3 ปีที่แล้ว

    I could see a 9 year old solve this. It takes a while, but I bet some puzzle-loving kids would love to spend an hour on it.

  • @Mycroft616
    @Mycroft616 4 ปีที่แล้ว

    Got the right solution, but my method focused more on the A × A at the beginning, though the E × A did play a role. My method:
    A five digit number became a six digit number. Therefore, the EE in the ten-thousands digit is the solution of of A × A + x, which I'll represent with variable S, with mind paid that a possible solution involves x = 0. Since no variable is greater than 9, the largest possible value for A × A is 81, which also proves the largest possible value for x is 8. Knowing the number can be represented as EE means S is a multiple of 11. At this point came a little brute force. I took a random A value, squared it, and set the range of possible values for S by setting x to both 0 and 8, then looked for a multiple of 11 within this range. If I found a multiple, I would note the values for E and x. The summary was:
    A = 1, S = [1, 9]: No multiple, No Good
    A = 2, S = [4, 12]; E = 1, x = 7
    A = 3, S = [9, 17]; E = 1, x = 2
    A = 4, S = [16, 24]; E = 2, x = 6
    A = 5, S = [25, 33]; E = 3, x = 8
    A = 6, S = [36, 44]; E = 4, x = 8
    A = 7, S = [49, 57]; E = 5, x = 6
    A = 8, S = [64, 72]; E = 6, x = 2
    A = 9, S = [81, 89]; E = 8, x = 7
    With this list, dividing eight times is an option, but I chose to reduce the number of possibilities first by testing the E × A at the beginning. With mind that the E in the ones digit only represents the product's baccarat value and there is no means to ascertain its true value yet, I'll stylize that number as € and recognize that € = E. Now back to brute forcing using the values derived above.
    If A = 2 and E = 1, then € = 2; No Good
    If A = 3 and E = 1, then € = 3; No Good
    If A = 4 and E = 2, then € = 8; No Good
    If A = 5 and E = 3, then € = 5; No Good
    If A = 6 and E = 4, then € = 4; Possible
    If A = 7 and E = 5, then € = 5; Possible
    If A = 8 and E = 6, then € = 8; No Good
    If A = 9 and E = 8, then € = 2; No Good
    The list is now down to two possibilities. Dividing from here is more viable, but I noticed something else before I could start.
    Recall that if A = 6, then x = 8. In order to generate that x value, B × 6 + y > 79 while noting the range for y was identical to the range for x. With largest values of B = 9 and y = 8, the largest x value possible is 6. Therefore, A = 6 is also not possible.
    Thus, A = 7 and E = 5. Then I went division to get B = 9, C = 3, and D = 6.

  • @jagmarz
    @jagmarz 4 ปีที่แล้ว +1

    So after some thought, I guessed that E is 5, because then A can be any odd number. But then you can work backwards from the left, where A squared is roughly 55 and from there it's straightforward. Nice little problem!

    • @mr.knight8967
      @mr.knight8967 4 ปีที่แล้ว

      Math : polynomial
      Factor higher degree polynomial
      th-cam.com/video/vU7-06A3KXM/w-d-xo.html
      One time see it.....

  • @xaraun
    @xaraun 4 ปีที่แล้ว

    I really like how elegant that solution was.

  • @khueluu9715
    @khueluu9715 4 ปีที่แล้ว

    We can simplify EEEEEE to 3x7x11x13x37xE, then A should be 3 or 7 and E is 5, which is much faster to check

  • @nickdejager8873
    @nickdejager8873 4 ปีที่แล้ว

    To start with, there are only two patterns for X * Y = (10 * Z) + X (where X-Z are unique one digit numbers). Either X = 5 and Y is odd. Or X is even and Y = 6. We can also exclude the cases where they match, but that's not necessarily relevant.
    So we immediately know E = 5 xor A = 6.
    We can now determine the other digit, because A^2 + N = (E * 10) + E and N must be a single digit number (the carryover from B * A).
    For A = 6, E = 4 and N = 8. For E = 5, A = 7 and N = 6.
    But if A = 6 and N = 8, it falls apart, because B * 6 < 60 so N can never = 8.
    So we know E = 5 and A = 7. From there we can just work it out.
    E * A = 35, so a 3 carries and D * A must end in a 2. That is 6 * 7 so D = 6
    D * A = 42, so a 4 carries and C * A must end in a 1. That is 3 * 7 so C = 3
    C * A = 21, so a 2 carries and B * A must end in a 3. That is 9 * 7 so B = 9
    B * A = 63. That gives us the carrying 6 (previous identified as N). So it matches up. Giving us ABCDE = 79365.
    (EDIT: Okay, the division thing is much quicker and somewhat more elegant, even if it is trial and error)

  • @imacat5732
    @imacat5732 4 ปีที่แล้ว +1

    The answer is 79365. Super easy if u have a calculator just divide 111111 up to 999999 by 1-9 and find the answer that has the same format in the tumbnail

  • @trespasser121
    @trespasser121 3 ปีที่แล้ว

    Figuring that E = 5 was pretty easy. The rest I did like this: A must be odd to multiply with 5 and give the last digit 5. you can eliminate 1 and 3 quickly and are left with 7 or 9. So 7x9 = 35 so your first carry over is 3. B x 7 must end in 2 (2+3 = E) , so B is 6 and so on.

  • @ЄвгеніяШеменьова
    @ЄвгеніяШеменьова 4 ปีที่แล้ว

    Дякую, завжди приємно перевірити свої здібності.

  • @mattambrose3520
    @mattambrose3520 2 ปีที่แล้ว

    @MindYourDecisions I solved it using almost the same method as you did, except that I took a shortcut and only had to calculate the **first iteration** of most of the long division problems. We know the first digit of the final product is A so we can eliminate any division-by-A quotient that does **start** with A. Thus 22/6=4, 44/6=7, 8/6=1, 5/3=1, 55/9=6 all fail leaving only 55/7=7 so I only had to complete the entire long division problem for one candidate.

  • @engjayah
    @engjayah 4 ปีที่แล้ว

    Generalized Approach for receiving all solutions (revised):
    A ≠ 1 as the output is a 6-digit number.
    Consider the multiple of E(unity) and A to achieve result of E; to be in the form A.E = 10a + E for positive integer a from which a = E(A-1)/10; which confirms E = 2 or E = 5; and Case I: for E = 2 (A-1) to be a multiple of 5; hence A - 1 = 5m for positive m integer from which A = 5m + 1; from which for m = 0, 1; A = 1 and 6; as A ≠ 1, for E = 2; A = 6.
    Now consider the multiple of leftmost A with A to achieve result of EE (leftmost 2 digits of result) we need to write the multiple as 10E + E = A2 + k for any k positive integer. Substituting A = 6 we get 11E = 36 + k; as you are aware 1 ≤ k ≤ 9 and hence, 37 ≤ 11E ≤ 45; this will imply E = 4 which is contradicting with E = 2; now we conclude E ≠ 2, 4 and A ≠ 1, 6.
    Case 2: For E = 5; substituting in 10E + E = A2 + k we get 55 = A2 + k; as you are aware 1 ≤ k ≤ 9 and hence, 1 + A2 ≤ 55 ≤ 9 + A2; right end inequality confirms 55 ≤ 9 + A2 and A2 ≥ 46 and A ≥ 7; similarly considering left end inequality 1 + A2 ≤ 55 and hence, A ≤ 7; now to satisfy both conditions A = 7 and E = 5. This will give result of ABCDE = 79365; for cross checking 79365 x 7 = 555555.

  • @teambellavsteamalice
    @teambellavsteamalice 3 ปีที่แล้ว

    You can avoid all but two long divisions by eliminating a few options based on A x A + digit = E E.
    You quickly eliminate A = 1-4, which gives 1, 4, 9, 16 + a digit, so an E value of (0 or) 1 or maybe 2 none of which work.
    A = 5 gives 25+digit, and neither 2 nor 3 works for E.
    A = 6 gives 36+..., so 2 is too low and 8 is too high (no long division necessary), 4 is the only number to check!
    A = 7 gives 49+digit, E must be 5 and is correct
    A = 8 has no digits for E
    A = 9 gives 81+... while E must be 5 so is too low (again no long division necessary).

  • @prakashbhandari8128
    @prakashbhandari8128 4 ปีที่แล้ว

    This is how I solved,
    Just suppose for E and A(A can't be 1), E*A= XE
    This is satisfied by, E=2, A= 6, 2*6= 12, but the answer EEEEEE=222222 doesn't give different digits for ABCDE
    Another is,
    E= 5, A=7 (skipping 3; A can't be 1 and 5), 5*7= 35
    And EEEEEE= 555555 and
    ABCDE= EEEEEE/A= 555555/7= 79365, which gives different digits
    So A= 7, B= 9, C= 3, D=6 and E=5

  • @williamylee
    @williamylee 3 ปีที่แล้ว

    We had these questions in 2nd/3rd grade in China as well, and they called it "Olympic Math"

  • @kasuganoinori6805
    @kasuganoinori6805 4 ปีที่แล้ว

    A viewer from Taiwan just watched this film, and still cannot remember that he has done this question in his elementary school

  • @Pingvinicecream
    @Pingvinicecream 4 ปีที่แล้ว

    As someone who, as a 9-year-old, counted exponentiation of base five for fun at the back of my maths notebook by manually typing "5 * 5 * 5 * 5 * ..." for each subsequent product since I obviously wasn't taught the notation for that at the time until my teacher noticed my notes, I was immediately drawn to a "E is most likely 5 and A 7 so that it A*A can be filled to 5" solution. I am quite confident that I would've solved this back in the day.
    At the time, I chose the base of 5 specifically because of the pattern it seemed to create. Made it much easier to count the next product in my head when the last few digits were always 125 or 625 one after another.

  • @GabrielJaggernauth
    @GabrielJaggernauth 4 ปีที่แล้ว +1

    Without looking at the video, I think I got a way to do it (and am commenting without looking, but I'll check in the end)
    ABCDE x A = EEEEEE
    My understanding for the first part is that E x A = YE (Where Y is a digit used in the same way as A, B, C, D, E)
    There are also a few rules for the calculations that I will explain as I go on.
    First, A and E cannot be equal to 0, since it will make the entire equation zero (A by multiplication of zero, and E by substituting it with 0)
    The options we get are
    A) 1 multiplied by anything (1xE = E and 1xA = A)
    B) 6 multiplied by any even number (6xA = YA and 6xE = YE, where Y is a digit used like A or E)
    C) 5 multiplied by any odd number (5xA = Y5 and 5xE = Y5, where Y is a digit used like A or E)
    One of the things that eliminates E being 3 or 6 is a rule where the addition of the digits of a number if when their digits are added are a multiple of 3, the number itself is a multiple of 3, but the structure of the number (6 consecutive repetitive digits), means that if it was either 3 or 6, it would have a certain repetition of digits in ABCDE, and A cannot be equal to B, which cannot be equal to C, etc etc.
    E cannot be 1 on the basis that if E was 1, then ABCDE=EEEEEE and that does not work.
    From the three options, we are left with the one with 5 multiplied by any odd number, but from the point, we mentioned earlier, it cannot be 3, and by a similar logic, it cannot be 9 (the sum of digits must equal a multiple of 9). we are left with the two options of 7x5 and 5x5, but A cannot be equal to E, so the equation that fits our goal is 5x7. And in substituting them into the equation, A cannot be 5. If A is 5, from a well-known fact of multiplication, then the number it produces ends in either a 5 or 0, and we established why it cannot be 0, and it must end in 7 anyway from what we said in the beginning (AxE=YE)
    So we have E = 5 and A = 7. From this, we can perform a division in order to find the rest of the digits. Divide 555,555 by 7 and we get the rest of our digits.
    555555/7 = 79365,
    A = 7, B = 9, C = 3, D = 6 and E = 5