Norway Math Olympiad Question | You should be able to solve this!

Sdílet
Vložit
  • čas přidán 2. 06. 2023
  • Some of the most important benefits of participating in math Olympiads include: Improving Problem-Solving Skills: Math Olympiads involve solving complex and challenging math problems. This helps students develop critical thinking and problem-solving skills, which are important for success in many fields.

Komentáře • 768

  • @chessandmathguy
    @chessandmathguy Před 10 měsíci +1028

    Much simpler to just calculate 2^18 first, then minus 1. I don't see why 511*513 is any easier to calculate than 512*512.

    • @cigmorfil4101
      @cigmorfil4101 Před 9 měsíci +86

      It's far much easier to use the fact that 2^17 is 131072 (address of start of screen memory in a Sinclair QL), double it and subtract 1...

    • @thatsmykulture7266
      @thatsmykulture7266 Před 9 měsíci +19

      Exactly what i was thinking 😊

    • @The_Real_Sensei
      @The_Real_Sensei Před 9 měsíci +4

      How are you going to calculate 2^18 though?

    • @cigmorfil4101
      @cigmorfil4101 Před 9 měsíci +55

      @@The_Real_Sensei
      A well known value is 2^16 = 65536.
      Or more inaccurately, it is well known to those of us who played with 8 bit micros, where 65536 = 64 old kb which is the maximum amount of memory an 8 bit processor with a 16 bit address bus (eg 6502, 6800, Z80, 8080) could access (directly).

    • @cigmorfil4101
      @cigmorfil4101 Před 9 měsíci +5

      @@The_Real_Sensei
      Last night we were catching up on an Only Connect episode from 5 or 6 weeks ago. One sequence question was:
      What comes 4th in the sequence: 65536256, 25616, 164
      The answer was 42 as each "number" is made up of a number and its square root, the square root of one starting the next.
      The first "number" 65536256 is 65536 (2^16) = 256^2 ((2^8)^2).

  • @bipulbasak1514
    @bipulbasak1514 Před 10 měsíci +150

    I literally multiplied 2 by itself 18 times and found the answer faster than her 💀💀

    • @boldibrown8533
      @boldibrown8533 Před 8 měsíci +8

      They probably wanted to see how you got to the solution. Just by multiplying 2 by 18 times is not enough for an actual solution.

    • @marcelolage1395
      @marcelolage1395 Před 7 měsíci

      ​​@@boldibrown8533it is exactly the solution. Unless they stated that you needed to use something specific. Computing it is a way to solve

    • @samueldeandrade8535
      @samueldeandrade8535 Před 4 měsíci +14

      ​@@boldibrown8533 hahahaha. What? Sucessive multiplication is a solution just fine. Stop talking silly things.

    • @huntbat
      @huntbat Před 3 měsíci +3

      @@samueldeandrade8535 the thing is, in an exam, its completely impractical. You don't time to waste. yes i might use it as a last resort but doing this method is much faster.

    • @samueldeandrade8535
      @samueldeandrade8535 Před 3 měsíci +3

      @@huntbat man, some people are very fast with multiplications. Also, calculating 2¹⁸-1 shouldn't even be in a test.

  • @percykim
    @percykim Před rokem +186

    Just wanted to share a different approach:
    2^18 - 1 = 2^10 x 2^2 x 2^6 - 1 = 1024 x 4 x 64 - 1 = 4096 x 64 = 262 144 - 1 = 262 143

    • @Andreeditsbr
      @Andreeditsbr Před 11 měsíci +1

      ​@bangel7513no!!

    • @makalaga56
      @makalaga56 Před 8 měsíci +11

      or just 2^9*2^9-1=512x512-1 :P

    • @abeljacobi4221
      @abeljacobi4221 Před 8 měsíci +2

      @@makalaga56Yes, that’s more straightforward and even easier to calculate than 513x511.

    • @mohamedrefaei1475
      @mohamedrefaei1475 Před 5 měsíci

      Fuck dis shit

    • @SuperAnangs
      @SuperAnangs Před 4 měsíci

      ​@bangel7513 only typo

  • @yurizappa268
    @yurizappa268 Před 10 měsíci +171

    As a computer enthusiast I remember powers of 2 up to 2^16 at least which is 65536. Then I multiply it by 4 and subtract 1.

    • @xxxAzhraelxxx
      @xxxAzhraelxxx Před 9 měsíci +6

      So I am not the only one. 🙂

    • @chrisw4562
      @chrisw4562 Před 8 měsíci +15

      Excellent! My math brain told me 2^10 = 1024, then multiply by 256 and subtract one. Easy.

    • @TontonZen
      @TontonZen Před 8 měsíci +2

      Same initial reasoning... But then 2^9 is like the max byte size times two which is 512, square that and subtract 1. Rather easy.

    • @jcb3393
      @jcb3393 Před 8 měsíci

      @@chrisw4562 that's what I did as well

    • @ceejay0137
      @ceejay0137 Před 8 měsíci +1

      Yes, if you remember 2^16 = 65536 then multiply by 4 and subtract 1 is quicker than the method in the video.

  • @paulwomack5866
    @paulwomack5866 Před 7 měsíci +148

    Children of the 8 bit era certainly know all the powers of 2 up to 16; So if you already know that 2^16 is 65536 you may as well go for the direct route. Either double it twice, or multiple by 4 (which ever you find easiest) and subtract 1.

    • @byt5
      @byt5 Před 7 měsíci +1

      ​@@vdamkyна 2 просто умножить...

    • @cigmorfil4101
      @cigmorfil4101 Před 5 měsíci

      @@vdamky
      Technically we actually move the digits through the place value columns left (multiply) or right (divide). However, on paper it is easier to move the _decimal point_ than to shift the digits as we implicitly know the place value columns and it is the decimal point that is visible[1] which tells us where the place value columns apply to the number.
      [1] If the decimal point is not visible (as the number is an integer) then it is taken to be after the last digit which is in the units place value column.

    • @martschkiperov4694
      @martschkiperov4694 Před 5 měsíci +1

      even starting from only 8bit 256 it takes shorter time, that was spent in the video

    • @2002budokan
      @2002budokan Před 5 měsíci

      I'm one of them C64's 6502 assembler's magic limit was 65535 or 0xFFFF (next number 2^16).
      65536*4-1

    • @petepeterson5337
      @petepeterson5337 Před 4 měsíci

      That's how I did it Paul!

  • @haweater1555
    @haweater1555 Před 11 měsíci +151

    The correct answer, in binary, is: 111111111111111111.

  • @walterengler5709
    @walterengler5709 Před 11 měsíci +306

    2 to the 18th is 2 to the 16th times 4 (or 2 squared). Anyone with a computer brain knows 2 to the 16th is 65536 (good old computer memory and bits). So times 4 is 262144, subtract 1 = 262143. Everyone should be able to do this in the modern world in their head.

    • @forcelifeforce
      @forcelifeforce Před 11 měsíci

      Wrong! You wrote a stupid comment. Everyone should *not* able to do this in the modern world in their head! The large majority should not be able to do it. Get educated about people and don't make foolish posts such as this.

    • @theyassinez1
      @theyassinez1 Před 10 měsíci +56

      I'm an software engineer and I still don't remember all the powers of two from the top of my head nor should I have to...

    • @walterengler5709
      @walterengler5709 Před 10 měsíci +17

      @@theyassinez1 Heresy! Blasphemer! Could not resist lol. I am old school, even know how to use a slide rule lol. It's amazing sometimes describing to some kids these days how the 8 bits are used in all the ASCII font tables. I love flipping a set of text into Ascii on them when they can't find an error and point out how that spot is not a 40 hence it's not a space, it's something else that merely displays as space like which is causing the data issue. They never think of that. They are so visual these days so dependent on all the code we wrote in the past to do everything for them. Sigh.

    • @sdscode
      @sdscode Před 10 měsíci +5

      Agreed, however the idea is to be able to follow a process more than just express a result, I think.

    • @Wordsalad69420
      @Wordsalad69420 Před 10 měsíci +19

      @@theyassinez1As a software engineer you should know 2 to the 16 because it’s the size of a short.

  • @mater5930
    @mater5930 Před 11 měsíci +174

    Is there a reason why we would know what 2^9 is and not know what 2^18 is? That is really the essence of this problem.

    • @davidbornstein9197
      @davidbornstein9197 Před 11 měsíci +6

      Yes 2 to the 9 you can do in your head

    • @mater5930
      @mater5930 Před 11 měsíci +33

      @@davidbornstein9197 You are right. But than the essence of this problem is brute calculation. There is nothing elegant about it. Besides, the power to which a person can calculate an exponent is subjective. Mathematic solutions are most powerful when the method minimize or completely remove the need for brute force calculations.

    • @jkchandravanshi
      @jkchandravanshi Před 11 měsíci +17

      U r right. It is very simple. 512 x 512 - 1 = 2,62,143

    • @jkchandravanshi
      @jkchandravanshi Před 11 měsíci +15

      Simply do: 512 x 512 - 1 = 2,62,143
      What is the point in beating around the bush?

    • @mattpantyhose5666
      @mattpantyhose5666 Před 11 měsíci +12

      You're in the internet land. You should know all the powers of 2, up until 10. Because 1024 is an important round number in the world of computer science. :-)

  • @Dhritiraj_Deka
    @Dhritiraj_Deka Před 7 měsíci +7

    This is how we make an easy mathematics question into a complicated one

  • @user-si6fd6lw6e
    @user-si6fd6lw6e Před 11 měsíci +25

    Since there are many similar problems, most people probably know how to calculate them easily without making mistakes. You need not stick to the factorization formula. There are also concrete examples in this comment section. As a solution method, (1) decompose them into round numbers. That is, 2¹⁰ =1024=1000+24, 2⁹ =512=500+12, 2⁸ =256=250+6. (2) subtraction should be avoided, and addition should not carry over (no overlap of the same digits). It is unavoidable that there is a single overlap in this problem.

  • @gamingnarrativesandstories1700
    @gamingnarrativesandstories1700 Před 8 měsíci +23

    With the base numberof 2, it is easy to double the first at least10 - 12 times. And with pen and paper, you have no problem reaching 18. This is easily grinded out without fancy math shortcuts :)

    • @csuporj
      @csuporj Před 7 měsíci +2

      Yeah, in fact this brute force solution may very well be the fastest to calculate as multiplying by 2 is easy.

  • @yogeshwarrao1506
    @yogeshwarrao1506 Před 8 měsíci +5

    In 2^n, for n = 1, unit place digit is 2
    For n = 2, unit palce is 4
    For n = 3, unit place is 8
    For n = 4, unit place is 6
    This cycle of 2, 4, 8, 6 will repeat for every power of form 4m+1, 4m+2, 4m+3, 4m+4.
    So if n = 18 it is of form 4m+2 so units place is 4, and subtracting 1 from it will give 3.

  • @Pasan34
    @Pasan34 Před 8 měsíci +12

    This cannot possibly be a math Olympiad question. This is way too easy.

    • @cppdeveloper
      @cppdeveloper Před 7 měsíci

      It's Math in Norway - not in China or USA or Russia. Their approach is like - "choose the only topics in science you want to learn because we think about you mental health in childhood". Study in China or Russia: "Ok, it's 23:00 pm - you can go to sleep for 3 hours. We will continue tomorrow at 5pm. That's why these counties win Olympiads 😂

  • @MoritzGruber7
    @MoritzGruber7 Před 7 měsíci +3

    Some nice tricks, but what about, in this case, just calculating the thing? 2^18 = 2^10*2^8=1024*256=256000 + 24*256. The latter is 25*2^8-256=100*2^6-256=6144. So we get 262144; subtract one and you get 262143, with the "25 and we can make that 100, it's a power of 2" happening in one's head (if you don't get that, you can also easily calculate 1024*256 simply on paper).
    You would, of course, know the first 10 powers of 2 by heart (they teach that in school, just like the first 20 squares)... but then the solution represented also relies on the fact that you now 2^9=512 by heart.
    But then, squeezing in a binomian formular was rather beautiful. (I do mean that.)

  • @Bob_Ugee
    @Bob_Ugee Před rokem +23

    This is where I learn my maths...

  • @QUABLEDISTOCFICKLEPO
    @QUABLEDISTOCFICKLEPO Před 10 měsíci +7

    It took me awhile, but I finally realized that this was quite an easy problem, and I thought that I might be able to do it in my head by simply doubling 18 times. Well, I didn't get that far on my first three attempts. but I now know that I can do it...eventually. How far did I get? Thirteen or fourteen times, but that was good enough for me. I now know that I can solve the problem in my head if I try long enough.

  • @jcb3393
    @jcb3393 Před 8 měsíci +2

    I just know - from years of doing computer science work - that 2^10 is 1024 and 2^8 is 256. 1024 * 256 is really easy, because 1, 2, and 4 are just doublings of 256 and adding them in different 10s places. then subtract 1.

  • @DandoPorsaco-ho1zs
    @DandoPorsaco-ho1zs Před 3 měsíci +1

    For those who are used to binary and computers, simply do 1024 (2^10) x 256 (2^10) = 262144, and subtract 1, or start at 65536 (2^16) and double it twice.

  • @ulisses_nicolau_barros
    @ulisses_nicolau_barros Před rokem +8

    I love Math, I love your channel and I love you. Many blessings for you, from the heart of God. ❤

    • @LKLogic
      @LKLogic  Před rokem +2

      ❤️🥰

    • @MyOneFiftiethOfADollar
      @MyOneFiftiethOfADollar Před 10 měsíci

      Did not know God had a physical beating heart.
      God is widely advertised as being beyond time and space.

    • @ulisses_nicolau_barros
      @ulisses_nicolau_barros Před 9 měsíci +3

      @@MyOneFiftiethOfADollar In your conception of God, he doesn't has a heart. And your belief shall be respected.
      In my conception (Gospel), Yeshua is the image of the invisible God and Yeshua has a heart, hence God has a heart. This is my belief and shall be respected.
      Also, this is a Math channel, better not talk about such things. (Blessing people is a common thing, to talk about god in a Math channel not.).

  • @johnfox2483
    @johnfox2483 Před 11 měsíci +5

    Well ... first question should be, what kind of result is expected. Because 2^18-1 is pretty nice. 11111..11 binary is also good.
    It seems, that normal writing multiplying 513*511 is also trivial.
    And if I use pretty known fact, that 2^16=65536 ?
    Two addition and almost done.

  • @aumotion
    @aumotion Před rokem +11

    we might know 2^18 = 2^(6*3) as being the number of RGB colors you can encode when each Red, Green, Blue color component has 6bits resolution (64 levels) and that number is 262144 ... at least people should know 2^10 = 1024 and 2^16 = 65536 ;)

  • @swayam3010
    @swayam3010 Před 2 měsíci +1

    Hey.
    Just take the tenth power of 2 i.e. 1024, multiply it by itself, and divide the result by 4.... subtract 1 from the resulting value to get 262143

  • @sriramnivas5728
    @sriramnivas5728 Před 8 měsíci +1

    It can also be written as 2^18=2^0 is equal to 2^18-which is equal to 262144

  • @safakbas61
    @safakbas61 Před 4 měsíci +1

    She has been trying to find the result of the 513*511 operation for exactly 2 minutes since 1:17 seconds of the video. If she writes these two numbers one under the other and multiplies them, she can get the result in 20 seconds.

  • @shibchau818
    @shibchau818 Před 10 měsíci +8

    I wish you were my maths teacher when I was little! I would have definitely developed interest on Maths. You make the problems look so easy.

  • @angelagonzalez8250
    @angelagonzalez8250 Před 9 měsíci +2

    There is a way to find out what the last number is when dealing with equations that use large numbers. I vaguely remember it from hs

  • @mkbachchan5664
    @mkbachchan5664 Před 7 měsíci +2

    Probably the simplest and shortest way:
    2^18-1=(2^9)^2-1=(512)^2-1
    Applying Vedic Math:
    512*512=524*5*100+144=262144 (which can mentally be calculated in about 15 sec)
    Therefore: 2^18-1=262144-1=262143

    • @cigmorfil4101
      @cigmorfil4101 Před 5 měsíci

      Not to me.
      Growing up in the 70s and 80s, I learnt 2^16=65536 (max amount of memory addressable by an 8-bit processor with a 16-bit address bus), and later 2^17=131072 (start location in memory of the first screen of the Sinclair QL).
      Thus 2^18-1
      = 2^16×4 -1
      = 65536×4 -1
      = 262144 -1
      = 262143
      or
      = 2^17×2 -1
      = 131072×2 -1
      = 262144 -1
      = 262143
      (This latter being the easier of the two.)

  • @ilishasrivastava6166
    @ilishasrivastava6166 Před 7 měsíci +3

    lol in India, we use an identity to do 511*513, it's basically, (x+a)(x+b)=x^2+(a+b)x+ab
    this eases out the calculation
    so you can do (500+11)(500+13)
    500^2+ (11+13)500+ (11)(13)
    very easy calculations, you can do them in mind
    250,000 + 24*500 + 143
    = 250,000+12,000+143
    =262,143
    (we also have a trick to multiply numbers with 11 and rest of the calculations were pretty simple).

    • @pacogutierrez2484
      @pacogutierrez2484 Před 3 měsíci

      how is the trick of multiplying with 11?

    • @ilishasrivastava6166
      @ilishasrivastava6166 Před 3 měsíci +1

      if you have to multiply 11 with 13 just write the first and last digit as it is, that is 1_3, now the middle digit is going to be the sum of the first and last digit, that is, 1 and 3, we know 1+3=4, so 143 is the ans to 11*13. It's a very easy trick, you can solve such problems instantly in seconds@@pacogutierrez2484

  • @GaryBricaultLive
    @GaryBricaultLive Před 7 měsíci

    For us that knows our powers of 2 it can be simplified as: ( 2^18) - 1 = ((2^16) * (2^2) ) - 1 = (65,536 * 4) - 1 = 262,144 - 1 = 262,143
    Of course one could also solve it using logs or even by using a slide rule!

  • @moazamsmachines
    @moazamsmachines Před 9 měsíci +2

    I tired everything like
    G.P series
    Limits (calculus)
    Logarithms
    Binomial
    At the end all the results were in the power of 2 some even exceeding 2^18 😅 so its better to learn some power table as 2^10 always helps

  • @luiscasanova6545
    @luiscasanova6545 Před 11 měsíci +1

    From Venezuela:!!!! Very, very wonderful your class!!!!!!!!

  • @timothymallory8536
    @timothymallory8536 Před 4 měsíci

    Outstanding presentation.
    Each step carefully shown.
    Precise terminology.

  • @eliaslopez-cruz2854
    @eliaslopez-cruz2854 Před 7 měsíci +1

    Easier decomposing 2^18-1 as a difference of squares, then as a difference of cubes times a sum of cubes . At the end: 63 times 73 times 57= 262,143

  • @opytmx
    @opytmx Před 8 měsíci +2

    Wouldn't it be easier to multiply directly 512 * 512 = 256,000 + 5,120 + 1,024 = 262,144 and just to subtract 1?

  • @nikitabiryukov2468
    @nikitabiryukov2468 Před 8 měsíci +4

    How many people did not understand the beauty of the presented solution! 😢 Thank you for what you are doing! That was pure mind pleasure! ❤

    • @anatolykatyshev9388
      @anatolykatyshev9388 Před 8 měsíci +2

      I did not understand. 2^18=262144 is not less known fact, that 2^9=512

    • @bumbarabun
      @bumbarabun Před 7 měsíci

      I do not understand beauty of writing (512+1) and then explain that it is 513 verbally. Thanks God she did not come with a substitute formula for that.

  • @wolfie6175
    @wolfie6175 Před 8 měsíci

    I actually thought you had some really nice smart approach to it, but this is just brute force tbh.

  • @marvaff6878
    @marvaff6878 Před 5 měsíci +2

    Though there are many ways to arrive at a solution, this one really beat around the bush lol

  • @saecula2391
    @saecula2391 Před 4 měsíci

    I clicked on one of these math problem videos and now I get more and more math problem videos from CZcams that I have to solve omg

  • @soljin1010
    @soljin1010 Před 8 měsíci +1

    Much simpler to calculate 2*2*2*... iteratively in your head. Especially if you know that 1 Mb = 2^20 = 1048576 bytes

  • @biaohan4358
    @biaohan4358 Před 10 měsíci +3

    Experts in computer hardware in 1990s to early 2000s should know 2^18=262,144 that's the amount of 256MB memory in KB that would show up during start up of a computer of Pentium II/III or Athlon era.

  • @easycosylearningchannel
    @easycosylearningchannel Před 9 měsíci +1

    Appreciate your efforts.

  • @aalborgfantasy
    @aalborgfantasy Před 8 měsíci +1

    This solution method is like using a chainsaw to cut bread...

  • @rasheedlewis1
    @rasheedlewis1 Před 8 měsíci

    Is it that much more work to just multiply it out? You should a good chunk of the binary digits to give yourself a running start

  • @aisawaloki1571
    @aisawaloki1571 Před 3 měsíci +1

    as a programmer, I have remembered many 2^x values without calculating them, for example, 2^24 is 16777216 and 2^16 is 65536. Oh yes, 2^18 is 262144, so if it is minused by 1😊

  • @timlocke8588
    @timlocke8588 Před 8 měsíci

    When I started in computing in 1965 we just new all the 2**N values up to n=32. and we knew that 2**N -1 was a stream of on bits.

  • @scwor326
    @scwor326 Před 9 měsíci +3

    i just love how apparently 2 to the ninth power is common knowledge.

    • @rcb3921
      @rcb3921 Před 8 měsíci +1

      I don't know about common knowledge, but you can probably count it on your fingers in less than 5 seconds.

    • @thegreatgario3478
      @thegreatgario3478 Před 7 měsíci

      2^10 is pretty common knowledge (it is how many bytes are in a kilobyte), so dividing that by 2 is pretty easy

  • @Gredddfe
    @Gredddfe Před 7 měsíci +5

    This one is hilarious. When I saw it I thought, surely you just solve it using arithmetic? But hey if there's a trick to working with exponents of 2 I've love to know it. No - you go through a convoluted process which gets you nowhere, then just solve using arithmetic anyway.

  • @SlideRSB
    @SlideRSB Před 7 měsíci

    A very roundabout way to approach this math problem.

  • @isilder
    @isilder Před 8 měsíci +1

    2^20 is 1048576 , then divide by 4 and subtract one...

  • @igoranisimov6549
    @igoranisimov6549 Před 8 měsíci +1

    So we "know" that 2^9=512, but we cannot find out 2^18=512^2 so we need to write a dissertation to calculate 2^18-1

  • @iaroslavbutyrin9343
    @iaroslavbutyrin9343 Před 7 měsíci +1

    It can be quite easily calculated in mind

  • @joseguilhermelira9461
    @joseguilhermelira9461 Před 11 měsíci +18

    Prefiro multiplicar 512 por 512 e subtrair da unidade
    Em duas linhas o problema é resolvido

    • @editorx2023
      @editorx2023 Před 10 měsíci

      Ué... não dá mais de 2 linhas amigo? 4 se não me engano

    • @evandroa4845
      @evandroa4845 Před 8 měsíci +1

      @@editorx2023 Sim, dá mais de 2 linhas, mas é muito mais rápido que a solução do vídeo. Dá pra fazer em menos de 1 minuto

    • @Vinicius_A_
      @Vinicius_A_ Před 8 měsíci

      Eu fiz 17 contas, mas multiplicar por 2 é muito fácil e rápido, saiu bem mais rápido do que no vídeo, e de certa forma meus neurônios ainda estão intactos

    • @editorx2023
      @editorx2023 Před 8 měsíci

      @@evandroa4845 inacreditível

  • @10-4CodyWade
    @10-4CodyWade Před 4 měsíci +1

    I just simplified in my head to 512^2 - 1. Pretty easy to multiply 512 x 512 on paper and subtract 1.

  • @evefroggo4755
    @evefroggo4755 Před 2 měsíci +1

    See if you play 2048 you’ll already have all powers of 2 memorized up until 2^11, so just take 2^9 as 512, square it, and subtract 1

  • @billcook4768
    @billcook4768 Před 7 měsíci +1

    Wouldn’t it be easier to multiply 512*512 using grade school math and subtract 1?

  • @josemattos8689
    @josemattos8689 Před 8 měsíci +1

    It's more complicated and longer. If i know that 2 to 9th is 512, just do the 512*512, minus 1.

  • @mi.chal.
    @mi.chal. Před 8 měsíci +1

    Who works in IT knows that 2^20 is 1048576. So divide by two twice and you have result :-). It would be 256*1024.

  • @danieldepaula6930
    @danieldepaula6930 Před měsícem

    Whenever you have x², you will get the same result if you multiply (x-t) by (x+t) and add t². Therefore, a way that I consider to be the fastest way to solve problems like this mentally is to look for a convenient (x-t) (or (x+t)). In the case, for example, to solve 512², the convenient (x-t) is 500. Therefore, the (x+t) is 524, and the t is 12. Therefore, 512²=500*524+12². Knowing that 524*1000 is 524000, just divide this by 2 to get 262000. Then, knowing that 12² is 144, we have that 512² is 262144. Finally, just subtract 1 and get to the final answer to the problem.

  • @thevibetree1
    @thevibetree1 Před 2 měsíci +1

    you can use congruence of numbers to solve this also a to the n and b to n identity

    • @mathiq56
      @mathiq56 Před měsícem

      I have math channel,watch please

  • @Cyrus_mitra.
    @Cyrus_mitra. Před 9 měsíci +3

    maths which is the only thing can be done by various methods ❤

    • @delanym
      @delanym Před 7 měsíci +1

      Time to get a girlfriend

    • @Cyrus_mitra.
      @Cyrus_mitra. Před 7 měsíci +1

      @@delanym already have !! 🫠

  • @DeeDeifiesGayo
    @DeeDeifiesGayo Před rokem +10

    We could just do 513x511 and it would be done so much faster ;-;

    • @eblan7689
      @eblan7689 Před rokem +9

      I'd better do (2⁹)² - 1 = 512² - 1 = 262144 - 1 = 262144
      The rest is not necessary.

  • @Gi851
    @Gi851 Před 11 měsíci +1

    Your videos are addictive! Very good! 👏👏❤

  • @Bob_Ugee
    @Bob_Ugee Před rokem +2

    Very helpful

  • @vilmarmartins9297
    @vilmarmartins9297 Před 11 měsíci +2

    Gostei muito!!!!

  • @zbret
    @zbret Před 8 měsíci

    Every 2^10 is a k, so 2^20 is 1M (or 1024x1024). 2^18 is 1/4 M or 1024x256. Subtract 1, done.
    (You learn this working with binary or anything to do with computers - HDD space, addresses, etc, etc)

    • @cigmorfil4101
      @cigmorfil4101 Před 5 měsíci

      Not quite, HDD manufacturers described the capacity in terms of 1k = 10^3, 1M = 10^6, etc, not the same units as everyone else in the digital computer industry.

  • @mihaip1179
    @mihaip1179 Před 7 měsíci

    2^ 16 is 65536, then you can just multiply by 2 two more times and substract 1.

  • @RadenVijaya
    @RadenVijaya Před 8 měsíci +1

    Any old school computer scientist can answer it without by without even drawing on paper. 2^18 is close to 2^16, which is the limit of array size in an 16 bit OS. So its just 4x65536 - 1.

    • @Mike-mc5ll
      @Mike-mc5ll Před 8 měsíci

      I doubt "old school computer scientists" participate in math olympiad :)

  • @shamimazaman30
    @shamimazaman30 Před 4 měsíci

    What is the wheather condition in Norway?

  • @pavloskairis9994
    @pavloskairis9994 Před 5 měsíci

    for computer people, 2^16=65536, mult with 4, sub 1 makes 262143

  • @olafratschow6665
    @olafratschow6665 Před 11 měsíci

    The limes to infinite is a no brainer. 😊

  • @buddysnackit1758
    @buddysnackit1758 Před 6 měsíci

    I did via the bit representation 0xFFFF is 16 1's and you need 2 more so 0xFFFF + 0x30000 = 0x3FFFF which is the answer in hex.

  • @AlanCanon2222
    @AlanCanon2222 Před 11 měsíci +20

    It's a lot easier to solve if you just know your powers of 2 up to 18, as any decent computer programmer does.

    • @mater5930
      @mater5930 Před 11 měsíci +4

      My point exactly

    • @beragis3
      @beragis3 Před 9 měsíci +2

      Programmers who developed on the PDP-10 which had a 36 bit processor would know that 2^18 is 262144, 1000000 octal and 40000 hex. Especially useful when doing some register arithmetic on the left and right halves of the register in your head. I used to have to do that a lot at CompuServe in the 90's.

    • @cigmorfil4101
      @cigmorfil4101 Před 9 měsíci

      ​@@beragis3
      I guess you were au fait with 6-bit (sixbit) encoding which allowed 6 characters in a 36 bit word?

    • @beragis3
      @beragis3 Před 9 měsíci

      @@cigmorfil4101Yep 6 bit, 7 bit, 8 bit and 9 bit characters

    • @Barghaest
      @Barghaest Před 9 měsíci +1

      Even if you don’t know them by heart… working out a power table for two is easy and I doubt they mark off for showing work.

  • @eduardofukay
    @eduardofukay Před 5 měsíci

    My answer.
    I would do ((2^16)*4)-1 2^16 = 65536. mutilply by four and subtract 1.
    In my assember years, we used to have 2 to the power of 16 by heart.

  • @saeed1250
    @saeed1250 Před 10 měsíci +1

    Perfect👍👍👍

  • @evabeyza
    @evabeyza Před 5 měsíci

    This is a nice approach

  • @spigknot
    @spigknot Před 11 měsíci +6

    elegant but Id rather just calculate 2^18 and then -1
    at most, do 512x512 -1

  • @m.ichannel3248
    @m.ichannel3248 Před 5 měsíci

    Its very simple you can solve it in seconds by a simple and no need of using formulas etc
    First method
    Power 18
    Like 6*3
    2 power 3 = 8
    ( Now multiply 8 six times to get an answer)
    8*8*8*8*8*8= 262,144-1= 262,143
    Second method
    2 power 18
    6*3= 18
    2 power 6 = 64
    ( Now multiply 64 by three times to get an answer)
    64*64*64 = 262,144-1=262,143

  • @Styckjunkarn
    @Styckjunkarn Před 10 měsíci +1

    2 up too 18 is 524288, 2 minus 1 is half of 524288 is 262144

  • @Two_PlayZ
    @Two_PlayZ Před 8 měsíci

    My calculator: you've underestimated my power

  • @yvesdelombaerde5909
    @yvesdelombaerde5909 Před 8 měsíci +1

    I do not see how this is more simple than 512x512-1. We all know 2^16=65536, so double it twice in a row and substract 1. More over 513x511 is quite obvious, 1x513 is obvious and everybody knows 13x5=65

  • @robloxvids2233
    @robloxvids2233 Před 6 měsíci +1

    262,143. I just doubled 2 seventeen times then subtracted 1. Did it in my head.

  • @ZIN24031980
    @ZIN24031980 Před rokem +3

    A very nice solution! Thanks.

  • @math_qz_2
    @math_qz_2 Před 5 měsíci

    Very instructive task 👍

  • @minnnnnas
    @minnnnnas Před 7 měsíci

    Is this a math test for students will less than average iq? how can this compare to the chineese olympiad with the question of 9^x - 6^x=4^x

  • @roger7341
    @roger7341 Před 5 měsíci

    Calculators not allowed? Before I dropped my slide-rule it gave me 2^18-1, out to approximately 2.7 decimal places, but afterward only out to about 2.3 places. I'll just stick to the older, more reliable method of pencil and paper.

  • @marcinantonik4496
    @marcinantonik4496 Před 10 měsíci +5

    Am I the only person that just did the math in my head and calculated the same result? I understand the method behind that, but you can easily just calculate the result in less than 1 minute.

  • @akkopru8438
    @akkopru8438 Před 4 měsíci

    Why not 511x513? Is there short way?

  • @soundappans6038
    @soundappans6038 Před 10 měsíci +1

    Already we knew 2 power of 9 is 512..then 512* 512 is 262144..finally subtract 1 then we will get 262143

  • @dragonjo-fy4ki
    @dragonjo-fy4ki Před 8 měsíci

    2^18 is 4^9. 4^9 is 64^3. Just solve for 64^3 and subtract 1

  • @sellmarriage
    @sellmarriage Před 8 měsíci +1

    Why not use (2^10)*(2^8) and then subtract 1? or (2^9)^2 then subtract 1? These calculation methods are very simple and fast.

    • @wolfgangroth6265
      @wolfgangroth6265 Před měsícem

      Exactly ! And you can Thilo this even without paper in your head

  • @knothyself347
    @knothyself347 Před 8 měsíci +1

    Based on the rules of exponents 1 = 2^0. So, my next step was 2^18 - 2^0 equaling 2^18, which is incorrect. Why does this method not wok?

    • @semakavf
      @semakavf Před 8 měsíci

      because: a^m : a^n = a^(m-n)

    • @knothyself347
      @knothyself347 Před 8 měsíci

      @@semakavf I agree with your explanation concerning the quotient law of exponents, but could not the zero power rule apply here? If not, then how can it be said, any base to the power of zero equals one. In math, my understanding is we can use inductive reasoning. Therefore, 1 = 2 - 1. Likewise 2^0=1, so I theoretically should be able to substitute 1 with base 2 to the power of 0. Thus just, a question I have?

  • @CamiloCanonB
    @CamiloCanonB Před 7 měsíci

    I came for the math,
    I stayed for the ASMR

  • @vijayannair2316
    @vijayannair2316 Před rokem +2

    Nice

  • @drsmahesan203
    @drsmahesan203 Před 9 měsíci +1

    Why cant be 512 * 512 - 1?

  • @desahanalam
    @desahanalam Před měsícem

    Let X,Y,Z and T be intregers with X

  • @user-qt4xk7hw7z
    @user-qt4xk7hw7z Před 10 měsíci +1

    Why all the complicated brackets and splitting, adding, subtracting, changing powers? I don't understand any of it. Why doesn't she just go 2*2 18 times and the take one away? I got the answer that way by about 90 seconds and just needed my fingers to keep track of the multiples and my head to multiply by 2. Why make it so hard?

  • @neilmccafferty5886
    @neilmccafferty5886 Před 5 měsíci

    nicely done.

  • @sinan__cem
    @sinan__cem Před 7 měsíci

    How would "513 times 512" is easier than "512 times 512 minus 1"?

  • @spencergee6948
    @spencergee6948 Před 11 měsíci

    Does the answer end in 9?

  • @user-gl1tc3kf3y
    @user-gl1tc3kf3y Před 5 měsíci

    it this for grade 6th?