The Four 4s - Numberphile

Поделиться
HTML-код
  • Опубликовано: 27 янв 2025
  • НаукаНаука

Комментарии • 2,8 тыс.

  • @isaak.studio
    @isaak.studio 8 лет назад +809

    May the fours be with you.

  • @pete275
    @pete275 8 лет назад +4370

    so the trick is you can use only 4 numbers, but infinite operators

    • @Tigershark1989
      @Tigershark1989 8 лет назад +435

      The trick is that they think a square root is okay, but exponating with (1/2) actually is using extra numbers.

    • @JNCressey
      @JNCressey 8 лет назад +420

      Introduce the incremenet operator, ++, and it becomes super easy!
      0=4-4+4-4. 1=++4-4+4-4. 2=++++4-4+4-4. 3=++++++4-4+4-4. 4=++++++++4-4+4-4. 5=++++++++++4-4+4-4. etc
      Since, hey, we're allowed as many operators as we want.

    • @mmdrdd
      @mmdrdd 8 лет назад +115

      Would something like (((4!)!)!)! an infinite amount of time work too ?

    • @xzilla5915
      @xzilla5915 8 лет назад +45

      No, you would have to use all four 4s

    • @bluishsnowflake
      @bluishsnowflake 8 лет назад +83

      How about (((4!)!)!)!x(((4!)!)!)!x(((4!)!)!)!x(((4!)!)!)! ? Add as many ! as you want.

  • @indianseibel123
    @indianseibel123 7 лет назад +1341

    Next we introduce shape shifting , now a 4 can turning into a 3 or a 5 .

    • @batuozer7179
      @batuozer7179 5 лет назад +65

      Then, unite for better: four 4s can get together to make any real number

    • @MayorVideo
      @MayorVideo 5 лет назад +20

      Then introduce variables

    • @MayorVideo
      @MayorVideo 5 лет назад +28

      Then exploding numbers and teleporting numbers

    • @ForgottenGamesAndMods
      @ForgottenGamesAndMods 5 лет назад +4

      That's similar suggestion to what Fakestein did in physics.

    • @LudwigvanBeethoven2
      @LudwigvanBeethoven2 5 лет назад +1

      lol

  • @kloguy9945
    @kloguy9945 7 лет назад +968

    Today i'm going to tell you how to get infinity with just four fours but first we need to talk about parallel universes

  • @XDCrown
    @XDCrown 8 лет назад +216

    @2:40 He says that the number 99 can’t be made with “all of these”, meaning the operations addition, subtraction, multiplication, division, parentheses, concatenation, exponent, factional, decimal point, and square root.
    BUT he is wrong, it can.
    (sqrt(sqrt(sqrt(sqrt(4^-4!))))+4)*4! = 99
    In fact all numbers up to 100 and far beyond can be made with just +, -, *, /, (), a||b, a^b, !, sqrt.

    • @nathsmath2871
      @nathsmath2871 8 лет назад +21

      You are a genius! How did you come up with this?

    • @ZoneEEEEEEEEEEEE
      @ZoneEEEEEEEEEEEE 7 лет назад +10

      XDCrown "-4!"?

    • @XDCrown
      @XDCrown 7 лет назад +14

      Zone-E -(4!)

    • @pedronunes3063
      @pedronunes3063 6 лет назад +5

      Nath's Math I wondering as well, he really is a genius

    • @tuckersmith7991
      @tuckersmith7991 6 лет назад +39

      The first part : (sqrt(sqrt(sqrt(sqrt(4^-4!))))+4) = 4.125
      the second part : 4! = 24
      the product of these two 4.125 * 24 = 99
      I have no idea how he came up with it tho...

  • @youtou252
    @youtou252 8 лет назад +786

    "let me introduce the operator ++"
    ++4 = 5
    ++++4 = 6
    ++++++4 = 7
    ++++++++4 = 8
    ...
    wow, I can write all numbers up to infinity just with the operator ++ !

    • @nsapre
      @nsapre 7 лет назад +33

      And --, you can got to 3,2,1,0 ...

    • @4345ghee
      @4345ghee 7 лет назад +63

      for( c=0; c < infinity; c++)
      {
      int i=4;
      i++;
      }
      // 0wN3d

    • @nsapre
      @nsapre 7 лет назад +121

      Several problems with code.
      1. infinity - undeclared identifier, your program won't build.
      You can just leave it blank, which means there is no condition to exit the loop. Even then every integer (signed, unsigned, 32 bit, 64 bit) in C/C++ has a range, you can only go to the upper limit of c. Technically i will never go to infinity but repeat after the range is hit.
      2. Say you can go up to infinity, your code is incorrect. int i = 0 should be outside the for loop or declared as static variable. In this case it will always be value of 5 for infinite number of times.

    • @nedasbolevicius8676
      @nedasbolevicius8676 7 лет назад +4

      Nikhil Sapre infact, I'm pretty sure you can't use int twice on the same variable because it is already declared.

    • @Zaleort
      @Zaleort 7 лет назад +3

      +Nikhil Sapre Pwned

  • @pseudorandomly
    @pseudorandomly 8 лет назад +1440

    So basically the lesson is to successively redefine the problem until it becomes a problem you can solve. I daresay you can probably solve any problem with that technique.

    • @numberphile
      @numberphile  8 лет назад +231

      +Pseudorandomly that wasn't the lesson I took from the interview. I thought it was a nice look at a Victorian puzzle with a colourful past and a light-hearted insight into the way different people play with numbers - including Paul Dirac who some argue is the greatest mind of them all. ;)

    • @pseudorandomly
      @pseudorandomly 8 лет назад +256

      +Numberphile
      You'll get no argument from me about Paul Dirac -- and it _was_ an entertaining video, as are all of the Numberphile series. But it is rather like answering the question "how high can I throw this rock?" by saying "well, if I reshaped the rock to be aerodynamic and then attached a rocket to it with a really big fuel tank and a guidance system, I could hit the Moon". :-)

    • @TEnduril
      @TEnduril 8 лет назад +66

      Given that the final solution at least contained only operators and not actual other numbers, I'm inclined to give them this one. But I was worried partway through.

    • @pseudorandomly
      @pseudorandomly 8 лет назад +64

      Thraviol Enduril
      Well, I'd argue that things such as square root and percentage and factorial are functions, not operators. But I recognize that others can and will have differing opinions.

    • @therabbits69
      @therabbits69 8 лет назад +41

      the original games rules as stated is to NOT use any other numbers besides the four 4s you are given. That's it. You can use any amount of functions/operators as you'd like.

  • @nathsmath2871
    @nathsmath2871 8 лет назад +282

    I can make every integer by using only one 1.
    log(1)=0
    -log(sqrt(1%))=1
    -log(sqrt((1%)%))=2
    -log(sqrt(((1%)%)%))=3
    ...

    • @dxjxc91
      @dxjxc91 8 лет назад +30

      And log base 10. And I didn't like the use of % because it really just means divide by 100.

    • @nathsmath2871
      @nathsmath2871 8 лет назад +30

      If the base has to be specified, then I have to use one more 1.
      log_(.1) (1)=0
      log_(.1) (sqrt(1%))=1
      log_(.1) (sqrt((1%)%))=2
      ...
      This is not spoiling the puzzle because decimal, square root and percentage are really basic, and log is a pretty simple thing.

    • @rohinijoshi-katekar7998
      @rohinijoshi-katekar7998 7 лет назад +1

      LoSir MATH Wow!

    • @karolakkolo123
      @karolakkolo123 7 лет назад

      Nath's Math actually it's supposed to be log_10(...) but I know what you're saying

    • @Hairregrowthjourney
      @Hairregrowthjourney 6 лет назад

      Amazing

  • @stechuskaktus8318
    @stechuskaktus8318 5 лет назад +129

    I remember this game. My personal favorite was 180 = 44 base 44.

    • @RazvanMaioru
      @RazvanMaioru 2 года назад +3

      That's just 44×4+4. Easier way of doing it, still with 4 4s

    • @stechuskaktus8318
      @stechuskaktus8318 2 года назад +6

      @@RazvanMaioru Well sure, but it's not about being easy. Easy is boring. 44 base 44 is at least different and creative.

  • @The1wsx10
    @The1wsx10 7 лет назад +51

    i want to see this video sped up by 4% every time he says 4

    • @Luka_D_Snots
      @Luka_D_Snots 3 года назад +4

      Your comment is now 4 years old. If my reply popped in your notification, congrats, you’re seeing your past comments in 2022

    • @The1wsx10
      @The1wsx10 3 года назад +2

      @@Luka_D_Snots oof

    • @Orchrestral
      @Orchrestral 2 года назад +1

      And your comment has 44 likes (as of this comment)

    • @Orchrestral
      @Orchrestral 2 года назад +1

      4 replies now ;)

  • @GameVerseGR
    @GameVerseGR 8 лет назад +142

    I am a Jhin main and i had to watch this cause reasons

    • @kickowegranie3200
      @kickowegranie3200 4 года назад +2

      Basically you've had a FOURgasm

    • @cellenttri2272
      @cellenttri2272 4 года назад +2

      Lol

    • @Night_Hawk_475
      @Night_Hawk_475 4 года назад +2

      Here now because this video and your comment are 4 years old, and it's started showing up in my recommended randomly. I think the universe is telling me something.

  • @OKRolling
    @OKRolling 8 лет назад +374

    The problem is, that sqrt isn't really an operation. If you write it as x^(1/2) then you're introducing another (non-four) number, so the puzzle doesn't work.

    • @sergiogalanmedina8851
      @sergiogalanmedina8851 8 лет назад +12

      Was looking for this comment (Y)

    • @KUNDANNOVELIST
      @KUNDANNOVELIST 8 лет назад +11

      square root(x) and x^(1/2) aren't the same thing.They are Different.

    • @takatotakasui8307
      @takatotakasui8307 8 лет назад +8

      Fleak Exponents are operations. They're the "E" in PEMDAS.

    • @Morgormir
      @Morgormir 8 лет назад +2

      Fleak I disagree, consider (4)^(1/4) * (4)^(1/4). Properties of powers hold here, so this becomes (4)^(1/2) = sqrt 4

    • @Tsskyx
      @Tsskyx 8 лет назад +21

      What are you saying? Of course it is an operation. It's just a shortcut for writing inverted exponents.

  • @stellarfirefly
    @stellarfirefly 8 лет назад +424

    Some comments keep insisting that square root isn't "really" an operation because it's just a shortcut to an inverted exponent of 1/2. I'd say that reasoning is silly, because the same reasoning may be used to insist that multiplication is just a shortcut to repeated additions, and thus 4*4 shouldn't be allowed because it is really 4+4+4+4. That's not even getting into unary ! being 4*3*2*1.

    • @numberphile
      @numberphile  8 лет назад +144

      +stellarfirefly ssssh, that's far too sensible.
      Next you'll be suggesting this video is not about the internationally established rules of four fours, and rather a whimsical look at a puzzle dating back to Victorian times and some related numberplay by one of the greatest scientific minds of all time.

    • @bidaubadeadieu
      @bidaubadeadieu 8 лет назад +27

      I disagree. To me, the nature of the puzzle is that it only uses the number four, like that's what makes it so uniquely interesting. So multiplication is totally allowed, even though it's a shortcut, because ultimately it still only uses fours! And, personally, I think that factorials shouldn't count, because just as you said, they employ non-four numbers.
      I think if you allow factorials and you allow square roots and you allow operations defined by any number other than four then you might as well say "Hey, did you know that you can use some of *any* number to create any other number?" With your logic, what's to stop me form defining an operation like a @ b = a * 5b, and then I could suppose that 4@4 = 80. To me that seems like obvious cheating, you could just define an infinite number of operations such that you can create any number trivially. It's no fun that way.

    • @epigeios
      @epigeios 8 лет назад +30

      sqrt() is definitely cheating. Because if sqrt() is allowed, we might as well
      count ++ as +1, and trivialize the whole problem to nothing.

    • @Pangui008
      @Pangui008 8 лет назад +30

      I'm confused. I always tought of square root as the 2nd root, so it means that it's an operator AND the number two... the same way that squaring is the same as raising to the power 2.
      So, according to the rules, you should be able use roots, but not the second root ("square root"), just the 4th root.
      What am I wrong?

    • @Necronpharia
      @Necronpharia 8 лет назад +28

      Root is an operator, sure. But with the square root comes a 2 and we're just skimping it out of convenience. So the problem isn't really solved in my opinion.

  • @benjaminvandenberghe9489
    @benjaminvandenberghe9489 6 лет назад +21

    Brilliant !
    Although I find it annoying that we have to use 4s to build the base of log operator, but we are exempt of building the power of the squareroot, which is considered implicitly as 2.

    • @JoniGrin
      @JoniGrin 2 года назад

      its becaues the root is by default 2 and the base of the log is by default 10 or something (some pepole say that it have no default)

    • @avadrumm
      @avadrumm Год назад

      @@JoniGrin the default logarithm is logₑ (at least according to most people and wolfram alpha)

  • @hoagie911
    @hoagie911 Год назад +1

    You seem like the kind of guy who would try to convince me my laptop was out of date and I needed to buy a new one, and you would "generously" offer me a small sum in return for my current one.

  • @dalitas
    @dalitas 8 лет назад +764

    concatenation is a silly "operator"

    • @ThunderChunky101
      @ThunderChunky101 8 лет назад +11

      Dalitas D
      It is indeed.

    • @OsamaRana
      @OsamaRana 8 лет назад +15

      Think of it as no operator.

    • @EANTYcrown
      @EANTYcrown 8 лет назад +30

      it can be understood as times 10 +. so 4 concatenated with 4 would be a short way of saying. 4(10)+4, and add another 0 to the ten depending on the position in the concatenation that the number will have

    • @nicholasosullivan831
      @nicholasosullivan831 8 лет назад +7

      Dalitas D this sketch has become entirely too silly.
      Month python ftw

    • @cryptexify
      @cryptexify 8 лет назад +43

      Computer Scientists disagree.

  • @CYXXYC
    @CYXXYC 8 лет назад +383

    How about (4-4)/(4-4)?

    • @T_for_teth
      @T_for_teth 8 лет назад +1

      Creative & Random its 1.

    • @xhonyalla6013
      @xhonyalla6013 8 лет назад +1

      Creative & Random its a secret bit it's 1

    • @Reydriel
      @Reydriel 8 лет назад +218

      TyloniumTV
      0/0 is NOT = 1. It is indeterminate :P

    • @vlad-ioantir9651
      @vlad-ioantir9651 8 лет назад +3

      no its not :P

    • @MrTuas
      @MrTuas 8 лет назад +24

      Creative & Random well thats easy, that equal to *undefined answer* pretty simple.

  • @derstreber2
    @derstreber2 8 лет назад +400

    "next we're going to introduce the symbol: ∞" see, that was easy.

    • @Uncle_Yam
      @Uncle_Yam 8 лет назад +10

      You can't make every number with ∞

    • @tidorith
      @tidorith 8 лет назад +32

      @xnotx123 Sure you can. ∞ - ∞ = 17, for instance.

    • @jihoonkim9766
      @jihoonkim9766 8 лет назад +24

      Infinity is not a number, so you can't do any operations on it.

    • @tidorith
      @tidorith 8 лет назад +9

      That's a matter of definition, and while there is a strong consensus on what typically constitutes a number, it's not universal. There are number systems that *do* allow the treatment of infinite quantities of numbers. Conversely, you can have a number system in which negative quantities cannot be represented as numbers. It's all a matter of what you want to be able to do with your numbers (and what you want to *not* be able to do with them).

    • @jihoonkim9766
      @jihoonkim9766 8 лет назад +4

      Richard Nesbit Yeah that's true, but I was talking about the standard number system.

  • @terrowincheeseman5228
    @terrowincheeseman5228 6 лет назад +116

    Guido Mista: *TRIGGERED*

    • @GMDThread8
      @GMDThread8 4 года назад +2

      I knew there will be this comment XDDDDDD

  • @missseaweed2462
    @missseaweed2462 7 лет назад +13

    I'm lost in a forest of mathematics. I swear I've seen that log several times already.

  • @IslanKleinknecht
    @IslanKleinknecht 8 лет назад +310

    @1:35, whoaaaa, hold on now, I thought we were going to infinity with just the four base operators. You can't just change the rules like that mid-proof.

    • @BonzaiThePenguin
      @BonzaiThePenguin 8 лет назад +46

      Nick Clinite I mean, obviously the four base operators can't go to infinity on their own, you can only get to 4*4*4*4. Incidentally you can't get to infinity with any other operators either, it relies on the hidden (1/2) in the square root operator.

    • @animowany111
      @animowany111 8 лет назад +40

      The other problem, is that sqrt is a unary operator, that simplifies to the binary exponentiation operator with a fixed argument.
      If I claim the successor function succ(x)=x+1 as an operator, that also defeats the puzzle.

    • @JJJMMM1
      @JJJMMM1 8 лет назад +8

      He never said that.

    • @pausallent4597
      @pausallent4597 8 лет назад +5

      Obviously you can just get to 4^4 with the four base operators

    • @Architector_4
      @Architector_4 8 лет назад +19

      4/4/(4-4)=1/0=infinity. YESS IM GUNIUS

  • @Nulono
    @Nulono 4 года назад +5

    If you're allowed to include operations like square root (which has an implicit 2) and percentage (which has an implicit 100), then you might as well just add "increment" and "decrement" operators. Now 5 is just 4++, and 2 is just (4--)--.

  • @bcn1gh7h4wk
    @bcn1gh7h4wk 8 лет назад +49

    (4+4)/(4-4) = infinity.
    genius! :P

    • @konstantin0sV
      @konstantin0sV 5 лет назад +2

      lim [(x+x)/(x-x)]
      x->4
      That make sense😉

    • @stefanusefanruntunuwu8269
      @stefanusefanruntunuwu8269 5 лет назад +15

      8/0 is not equal to infinity, it's undefined

    • @kayzero9689
      @kayzero9689 5 лет назад +2

      A better argument would be (4-4)/(4-4)=0/0....lets take 0/0=x notice any value if x solves this equation ...u got ur answer... Well not really.. But atleast now u understand the difference between infinity and not defined

    • @wingsofmathematicsbytanush2507
      @wingsofmathematicsbytanush2507 4 года назад

      @Dark Pink Cow correct. It will be tends to or approaches to ∞.

    • @newkid9807
      @newkid9807 4 года назад

      Nighthawk you’re scaring me...

  • @ThatWarioGiant
    @ThatWarioGiant 7 лет назад +158

    I hate concatenation because it is base-based

    • @chaiguy1337
      @chaiguy1337 6 лет назад +9

      Not only base based but position based. Its meaning changes based on what its input is.

    • @angelmendez-rivera351
      @angelmendez-rivera351 5 лет назад +5

      Logan Murray That is not a problem, though. Most functions work like that. In many number systems, multiplication isn't even commutative. So there is nothing wrong concatenation being position based and base based. Also, y'all don't have problems with logarithms even though it by definition is based.

    • @alax155
      @alax155 5 лет назад +1

      @שחר א. Wait... what? xD

    • @arnouth5260
      @arnouth5260 5 лет назад +9

      Logan Murray that’s true for most things,
      5-4 is not the same 4-5.
      5/4 is not the same as 4/5
      5^4 is not the same as 4^5
      The fifth root of 4 is not the same as the fourth root of 5.
      See what I mean?

  • @kurzackd
    @kurzackd 5 лет назад +38

    I don't like the 99. You can't really subtract from a percentage. That's an undefined mathematical operation. You can have a percentage OF something, not a percentage MINUS something that isn't a percentage itself.

    • @gamingguitarist6927
      @gamingguitarist6927 5 лет назад +3

      what why not % is just divided by 100.

    • @SubbuFortyFive
      @SubbuFortyFive 4 года назад +2

      a better way would be 4/(4%) - 4/4 imo

    • @RedRad1990
      @RedRad1990 4 года назад +2

      ​@@gamingguitarist6927 exactly, "a percentage of something" is just what we usually use in our everyday life
      IMO 1% and 0.01 are the exact same thing

    • @hamster8706
      @hamster8706 4 года назад

      A percentage has a value,100% then its equal to 1 techically. So you can subtract from a percentage

    • @horaceaugustine9698
      @horaceaugustine9698 4 года назад +1

      Hello, i have a math problem and wonder if you can help?

  • @brianmchaney7473
    @brianmchaney7473 8 лет назад +376

    4⬆️⬆️⬆️4⬆️⬆️⬆️4⬆️⬆️⬆️4

    • @baptistebauer99
      @baptistebauer99 8 лет назад +14

      Dammit that'd be a lot :o

    • @devinpohl5532
      @devinpohl5532 8 лет назад +35

      That's a... that's a big number.

    • @enzy9864
      @enzy9864 8 лет назад +2

      Brian McHaney is that the Ackerman function of 4?

    • @MamboBean343
      @MamboBean343 8 лет назад +2

      Ilan Goldman the Ackermann-Péter function (the most common form) takes 2 arguments

    • @UndefinedBehavior
      @UndefinedBehavior 8 лет назад +14

      Ilan Goldman It's Knuth's up-arrow notation (en.wikipedia.org/wiki/Knuth's_up-arrow_notation)

  • @micheleferrari1803
    @micheleferrari1803 8 лет назад +183

    I obviously think this is cool, but it looks like "cheating" to me: √a is actually a^(1/2), so this operation contains implicitly the number 1/2. This means: each time I add a √ to the expression, I am using two 4s more, because 1/2 = √4/4!
    I wonder how far one can get only using "pure" operations like sum, multiplication, logarithm (without fixed base), and so on.

    • @Mystery_Biscuits
      @Mystery_Biscuits 8 лет назад +3

      sqrt(4)/4! = sqrt(4)/24 = 1/12. Be careful not to accidentally math when expressing mathematical opinions. XD (I'm using math a verb intentionally)

    • @micheleferrari1803
      @micheleferrari1803 8 лет назад +3

      True! Didn't notice that. Let's use (4/4) / ((4/4)+(4/4)) then. :D

    • @filipsperl
      @filipsperl 8 лет назад +43

      Well technically if you follow this kind of reason, multiplication isn't a 'real' operation either. 4*4 is essentially 4+4+4+4, and therefor i've used my four fours just to do this simple multiplication.

    • @micheleferrari1803
      @micheleferrari1803 8 лет назад +11

      Well, that's not my point. I know that 4*4 = 4+4+4+4, but the symbol * itself does not contain any "number information" while you write it. The symbol "√" does contain that kind of information: the “2” index of the root is simply omitted, but it’s clearly there. Something similar happens when you write “ln( )”: the base e of this logarithm is just omitted, but it would be wrong saying the symbol “ln( )” has nothing to do with e. I hope I made myself clear :)

    • @mathyoooo2
      @mathyoooo2 8 лет назад +1

      Michele Ferrari a shorter version of 1/2 = 4/(4+4)

  • @tbabubba32682
    @tbabubba32682 3 года назад +6

    I can't believe Paul Dirac won the Nobel prize for solving this puzzle.

    • @freshrockpapa-e7799
      @freshrockpapa-e7799 Год назад +4

      Are you silly? It wasn't for solving this thing, it was for something unrelated

  • @sk8rdman
    @sk8rdman 8 лет назад +50

    Okay, I have to voice my objection to the use of the use of square root. Square root is just root two, and you're not allowed to use twos. The fact that we don't typically write the two is just common notation, but the two is always implied as a value that defines the operator's function. I will concede to the use of root4, but doing so should use a 4. Maybe it can still be done somehow, I don't know.
    Here you're not using just four fours and any number of operators. You're also using any number of twos, which is cheating.

    • @hsheheishje9649
      @hsheheishje9649 4 года назад +5

      actually, he isn't, he is stacking a stackable operator to get any number.
      that's like saying for example, the problem, 4x4+4x4. when you multiply four with four you are now dealing with sixteen and thus you are cheating as you aren't using four anymore.

    • @daminkon246
      @daminkon246 4 года назад

      but... hes using one of the fours when he uses a square root? idk what you're talking about

    • @sk8rdman
      @sk8rdman 4 года назад

      @@daminkon246 My argument is that he's also using a 2, because saying the square root of 4 is the same as saying root 2 of 4. They're the same operation. Would he allow other radicals like root 3? I think not, and therefor root 2 should not be allowed either.

    • @kentmartin9289
      @kentmartin9289 4 года назад +3

      @@sk8rdman you could take it a step further then and say using multiplication is cheating, because 4*4 is actually just notation for saying 4 + 4 + 4 + 4. Same with factorial, it's a notation for saying 4 * 3 * 2 * 1. I understand your point, but I think it's going a bit far. If it was ambiguous without the 2, then I would agree, but the symbol used is not ambiguous, despite the lack of putting the 2 in there.

    • @slobodyanukma
      @slobodyanukma 4 года назад

      If solution could use operations which closure on some number except 4 then straight way Is define infinity set of constant functions numN(4, 4, 4, 4) which return any N. On other hand we can't avoid closure on 0 and 1 somewhere because they are basic constants for construct any number.

  • @CTJ2619
    @CTJ2619 8 лет назад +17

    using an unlimited number of square roots is a bit of a cheeky cheat

    • @kolrabi
      @kolrabi 8 лет назад +8

      I agree, especially when considering that there is a hidden "2" associated with each radix.

    • @cxpKSip
      @cxpKSip 8 лет назад

      Do realize that a pair of square roots is the same as the fourth root, whose exponents can be written with 3 4's: 4/(4*4)=4/16=1/4.

    • @CTJ2619
      @CTJ2619 8 лет назад

      Garrison Pendergrass yes i did know this.

  • @cfgauss71
    @cfgauss71 8 лет назад +8

    We recreational mathematicians can thank Dirac for taking the joy out of this puzzle.

  • @hypercube9531
    @hypercube9531 7 лет назад +459

    How to get infinity with 4 4s;
    (4/4)/(4-4)

    • @khalil1626
      @khalil1626 7 лет назад +37

      actually 0^0 isn't infinity... its more likely to be 1 but numberphile has a video on it -"the problem with zero" (or something like that).

    • @hypercube9531
      @hypercube9531 7 лет назад +5

      Khalil okay, I fixed it. I messed up the equation when typing it. 🙂

    • @Seb135-e1i
      @Seb135-e1i 7 лет назад +54

      1/0 isn't infinity either, as infinity is not a number and cannot be used to answer an equation. Double check and fix again.

    • @hypercube9531
      @hypercube9531 7 лет назад +9

      Can you try it? Because as I remember, any number divided by 0 is infinity because it keeps dividing without stopping. Anyway, cut me some slack, i'm a kid.

    • @Seb135-e1i
      @Seb135-e1i 7 лет назад +37

      It's okay, but what you remember is wrong. Or whoever told you that failed math. Here, lets use some basic algebra, where INF = infinity
      1/0 = INF
      2/0 = INF
      Therefore,
      1=2
      and
      0 = 1*INF

  • @guytorie
    @guytorie 4 года назад +8

    I have OCD and my main favorite number used to be four. I've always been in love with the idea of four fours in a row, but all this stuff is completely new information to me. This was one of the most satisfying videos I have ever seen, to the point where I was emotionally moved in a way math has never done to me before. I feel spiritually refreshed.

  • @LordQueezle
    @LordQueezle 8 лет назад +2

    To be honest, at the beginning I was skeptical that there was a "special" formula that would solve this... I stand corrected and am thoroughly amazed! Thank you Numberphile!

  • @connorcolestock4757
    @connorcolestock4757 8 лет назад +10

    This was great fun! My grandfather has a running joke of four "being the answer to anything," which I always took at nonsense out out context. I always reasoned it was likely possible with more than one operator or perhaps it was a note on relativity by which he meant you could factor four out of every number. maybe I'm just now getting in his level :)
    thanks Numberphile!!

  • @Jakromha
    @Jakromha 8 лет назад +252

    100% - 1 = 0
    100% = 1

    • @davecrupel2817
      @davecrupel2817 7 лет назад +2

      Jakromha 4

    • @lauragoncalvesfranco5299
      @lauragoncalvesfranco5299 7 лет назад +50

      He meant 4/(4%) = 100

    • @nguyen7574
      @nguyen7574 7 лет назад

      OMG 99 likes :)))))

    • @Greg-ix4nu
      @Greg-ix4nu 7 лет назад +2

      Laura Gonçalves Franco I get that, but why'd he put the percent outside of the brackets?

    • @derekmartin5340
      @derekmartin5340 7 лет назад +1

      No he meant 4/4 as a fraction is a ooh I know what u mean

  • @borix2600
    @borix2600 8 лет назад +50

    This is outright cheating: square root is a case of root function. To define it, you MUST spend digits. With this method, you just spoil your 4444 with lots of hidden 2

    • @thomassynths
      @thomassynths 8 лет назад +2

      And hidden 1's

    • @Arkayjiya
      @Arkayjiya 8 лет назад +6

      square root is the function that transform a number "x" into a number "y" such as "y*y = x" with x and y belonging to |R+. So you don't need digits to define square root. If you consider you need digit for square, how about needing digit for defining multiplication? Or simply needing to use "successors" (but if you start using successors, you can simply use an unlimited number of them to obtain every number after 4).

    • @borix2600
      @borix2600 8 лет назад

      You do need digits to define multiplication, at least two of them.

    • @jscarborough9928
      @jscarborough9928 8 лет назад +1

      Aesahethr you do need a digit to define the square root. We're so used to not thinking about it, but the square root has an index of 2. It's the same as log in that regard. Most people think log is intrinsically root 10 because that's how the calculators work. If you needed to use 4's to define which log you want to use, then you need to use 4's to define which radical you want to use. Another way to think of it is that the square root is not its own operator. It is another way of writing the exponent "1/2"

    • @Arkayjiya
      @Arkayjiya 8 лет назад +2

      "Another way to think of it is that the square root is not its own operator. It is another way of writing the exponent "1/2""
      Yes, thank you, everyone knows that, that's besides the point I was making. But regardless, I just gave you a definition of the square root without using the number "2" with only unknown, multiplication and equations so it CAN be defined without the digit. Using the digit is just an alternative way to define it.
      edit: Why did my answer appeared twice??? I only typed it in answer to one of your messages. RUclips is seriously bugging.

  • @juanmartinmaffi3579
    @juanmartinmaffi3579 3 года назад +1

    Nice to watch this 4 years later, with Numberphile having 4M subscribers

  • @justas423
    @justas423 6 лет назад +68

    *Mista crying in the background*

  • @fablungo
    @fablungo 8 лет назад +137

    That's incorrect use of the percent symbol. [4/4]% is 0.01, not 100 and even so, 1 "as a percentage" is 100% (i.e. 100/100). You have basically just defined the % symbol to mean "times 100".
    My science teachers at school always used to incorrectly throw percents in and out of equations and it drives me crazy.
    I am also not a fan of introducing the square root operator.

    • @Valvex_
      @Valvex_ 8 лет назад +5

      Yeah, since it's basically adding the power of 1/2, it's almost like adding a number.

    • @MasterBecause
      @MasterBecause 8 лет назад +2

      It's just a symbol representing an operator, as long as you explicitly state its meaning in the given context, you can define it to mean anything.

    • @fablungo
      @fablungo 8 лет назад +3

      Mr. B. but defining it to mean "times 100" then just feels like adding numbers.

    • @fablungo
      @fablungo 8 лет назад +2

      Halil Aydin Yeah, exactly. I would feel more comfortable adding an operator like ^ to allow exponent using the four 4s but adding that restriction would add the need to find new solutions, different from those in the video. That proof shown here for being able to get up to infinity requires the square root operator. The problem doesn't have any hard rules as such and so you can just invent your own symbols to perform arbitrary functions and its going to be down to personal preference whether you think those operators are acceptable.

    • @sevret313
      @sevret313 8 лет назад +3

      4/4 is the same as 100/100, I don't see your problem.
      n/n is 100%, for and non-zero value of n.

  • @fejfo6559
    @fejfo6559 8 лет назад +197

    I would say (4/4)%-(4/4) = 1%-1 = 1% - 100% = -99%

    • @PM-vs3rh
      @PM-vs3rh 8 лет назад +18

      fejfo's games 1=100%. 0.01=1%.

    • @fejfo6559
      @fejfo6559 8 лет назад +17

      yes I followed those rules the video didn't

    • @quarkyquasar893
      @quarkyquasar893 8 лет назад +8

      % as a operator is used for percentage. How much percent 4 is of 4. While what you seems to think about is the percentage symbol.

    • @franzschubert4480
      @franzschubert4480 8 лет назад +23

      fejfo's games I agree with you. But % is pretty much the same thing as /100 so I don't consider it a valid operator for this problem in the first place.

    • @PM-vs3rh
      @PM-vs3rh 8 лет назад +2

      fejfo's games (4/4)=100/100=1

  • @ForgottenGamesAndMods
    @ForgottenGamesAndMods 5 лет назад +7

    Shorter version, using Successor function:
    1 = 44/44
    2 = S(44/44)
    3 = S( S(44/44) )
    n+1 = NS
    (44/44)

  • @SirHenryMaximo
    @SirHenryMaximo 8 лет назад +15

    That's exactly how my teacher introduced The Four Fours to us. In fact, I learned the concept of factorial in the occasion.
    Edit: But later, the problem was presented to me with a rule prohibiting the use of log or root.

    • @Luka_D_Snots
      @Luka_D_Snots 3 года назад

      Your comment is now 4 years old. If my reply popped in your notification, congrats, you’re seeing your past comments in 2022

  • @gogl0l386
    @gogl0l386 7 лет назад +71

    Hop out the four dour with a four four, it was one two three and four.

  • @trobin
    @trobin 8 лет назад +18

    I got up to 60 back in 4th grade... that was fun

    • @MVBit
      @MVBit 8 лет назад +2

      I could _count_ to 60 in freaking PRE-K.

  • @martinshoosterman
    @martinshoosterman 8 лет назад +235

    sqrt((4-4)-(4/4))
    I win.

    • @kuskus_th13
      @kuskus_th13 8 лет назад

      martinshoosterman I get it

    • @want-diversecontent3887
      @want-diversecontent3887 8 лет назад +3

      martinshoosterman *insert that equation here* 4+4+(4-4) some 3.141592653589

    • @AnonYmous-xs8nx
      @AnonYmous-xs8nx 8 лет назад +1

      martinshoosterman sqrt of - 1? Can't have sqrt of a negative...

    • @MVBit
      @MVBit 8 лет назад +28

      Anon Ymous
      Yes you can.
      sqrt(-16) = 4 *i*
      sqrt(-2) = 1.41... *i*

    • @AnonYmous-xs8nx
      @AnonYmous-xs8nx 8 лет назад +17

      Dante Thompson OK, can't have a sqrt of a negative that involves real solutions. In this context, I don't think imaginary numbers are relevant.
      I see your point, though. Well done.

  • @RitzScythe
    @RitzScythe 8 лет назад +7

    2:04 the numbers look so happy.

  • @HunterJE
    @HunterJE Год назад +1

    If you use these operations to turn four 4s in to the underlying frequencies in a given wave form that's called a four-ier transform

  • @joshyoung1440
    @joshyoung1440 2 года назад +1

    This reminds me of the SMBC joke about a Fourier transform meaning you take some numbers and you derive all the fours from them and see which one is fourier and whichever number has more fours is the fouriest.

  • @doormango
    @doormango 8 лет назад +8

    I can do it all the way to infinity with only *ONE* additional operator. I call it "increment".

  • @MaicahRu
    @MaicahRu 8 лет назад +12

    I've come up with a much simpler solution, you start with 4+4-4+4 to get zero, then use the ++ operator to get to any number you want

  • @CraparellaSmorrebrod
    @CraparellaSmorrebrod 8 лет назад +8

    Or you could define the three operators "addition", "makes-it-zero", and "increments-by-one", and then just go to town with infinite applications of the latter. Boom, solved in 10 seconds :-) And I really believe that my solution has about the same level of lameness as the method illustrated in the video.

  • @gamer_kid_naz4942
    @gamer_kid_naz4942 8 лет назад +31

    Take a shot every time he says 4

    • @_yellow
      @_yellow 8 лет назад +4

      *dies at **1:57*

    • @want-diversecontent3887
      @want-diversecontent3887 8 лет назад +2

      Gamer_Kid_Naz *puts on music to become invincible* Done and alive. Seriously. These comments are getting annoying.

  • @TwentySeventhLetter
    @TwentySeventhLetter 8 лет назад +29

    I can always count on mathematicians to make tally marks _reeeeally_ convoluted

    • @Luka_D_Snots
      @Luka_D_Snots 3 года назад +4

      Your comment is now 4 years old. If my reply popped in your notification, congrats, you’re seeing your past comments now in 2022, do you still remember them?

    • @TwentySeventhLetter
      @TwentySeventhLetter 3 года назад +2

      @@Luka_D_Snots Not even a little! But this was funny to see in my notifications!

    • @ValexNihilist
      @ValexNihilist 2 года назад +2

      @@TwentySeventhLetter Now its been 5 years!

    • @Autumn_Actually
      @Autumn_Actually Год назад

      ​@@ValexNihilistYou're never gonna guess what just happened again...

    • @ValexNihilist
      @ValexNihilist Год назад

      @@Autumn_Actually :O Epic

  • @roflwaffles1001
    @roflwaffles1001 8 лет назад +22

    This video was brought to you by Wendy's(TM)
    Try the 4 for 4 combo meal today

  • @techoo
    @techoo 7 лет назад +31

    4*4*4*4=256

  • @monitoringevaluasi9707
    @monitoringevaluasi9707 4 года назад +5

    Me: *watch a video called "The Four 4s"
    Also me: Yeah, its a big brain time.

    • @newkid9807
      @newkid9807 4 года назад

      MONITORING EVALUASI We all hate you!

  • @benjaminv3748
    @benjaminv3748 8 лет назад +74

    just say infinity is an operating symbol already

    • @mynewaccount2361
      @mynewaccount2361 7 лет назад +3

      But it isn't

    • @rahulsbhatt
      @rahulsbhatt 6 лет назад

      Hey i know you from insta clash community . Sup

    • @quin2910
      @quin2910 6 лет назад

      But you can't get any number with infinity

  • @giorgioa.tsoukalos3653
    @giorgioa.tsoukalos3653 7 лет назад +24

    Alien mode:
    4 4 4 4 = e
    the answer is truly easy.

    • @WasickiG
      @WasickiG 6 лет назад +8

      No Theory of the Ancient Astronauts required for this one:
      4√((√4/4)!^4)=π

    • @ayeariola
      @ayeariola 5 лет назад

      Genius mode:
      sqrt(.(5!))*(5/5+5/5)=pi

    • @bulgaria9003
      @bulgaria9003 4 года назад

      4^4-4-4 =248

    • @isaacmerida6691
      @isaacmerida6691 3 года назад

      (4^sqrt(4))||(4/4)=161

  • @aircraftcarrier6789
    @aircraftcarrier6789 8 лет назад +86

    Now make all real numbers with just one 7.

    • @batubatucp
      @batubatucp 7 лет назад +17

      Your Crush *introduces the infinite operation*

    • @TutukaBk
      @TutukaBk 7 лет назад +3

      I can do it with just 2 operations, try harder

    • @want-diversecontent3887
      @want-diversecontent3887 6 лет назад +4

      Aircraft Carrier
      7-+_*€|+]€|£|€ = every number

    • @Mars8765
      @Mars8765 6 лет назад +3

      Aircraft Carrier
      Here is what I can make.. (with concentation and other things...
      (7
      77
      777
      7777
      77777 etc.)
      (7
      .7
      .77
      .7777777777
      .77.............????????????

    • @Peter_Schluss-Mit-Lustig
      @Peter_Schluss-Mit-Lustig 5 лет назад +5

      @@Mars8765 i can do infinity with 2 e's
      log_ln(sqrt(e))(ln(sqrt(sqrt(...e))...)
      n sqrt's in the second term =n

  • @benwincelberg9684
    @benwincelberg9684 5 лет назад +1

    A general solution using four of any positive number n to get any non negative integer x
    X=
    Log based (log based (n) of (sqrt n)) of (log based (n) of (x sqrt signs of (n)))
    Which is the same as the video solution except that the first log based 1/2 is written differently

  • @ffggddss
    @ffggddss 8 лет назад +1

    There's a mistake at 3:00, onward . .
    % = divide by 100 = multiply by 0.01, so
    [4/4]% = 1% = 0.01
    But all you need to change, to get 100, is to bring the percent sign inside:
    [4/4%] = 4/0.04 = 100

  • @lyrimetacurl0
    @lyrimetacurl0 5 лет назад +6

    Graham's number: g(sqrt(4*4)*4*4)
    TREE(3): TREE((4+4+4)/4)

  • @BlueEyesWhiteTeddy
    @BlueEyesWhiteTeddy 6 лет назад +3

    If you do it properly you can't use roots except the 4th roots. This is because we remove the 2 for convenience, the 2 is still there.

    • @studybuddy7060
      @studybuddy7060 Год назад

      exactly, square roots felt like cheating to me.
      It was basically a disguised exponent (which were allowed), so you were defining a symbol for a already defined operator but for a special case of n=½

  • @edoardograsso3391
    @edoardograsso3391 7 лет назад +11

    I think that the only problem here is not the infinite number of operators, because there are no restrictions about it. The problem is that a square root is a root with index 2, as you said not to be lecit doing 4^(1/2) for you're using an extra number, i think that to be completely lecit you should have used only roots with index 4 avoiding square roots too for their index is 2, which is an extra number. At least that's my opinion, great video anyway! Very intresting as always

    • @Fircasice
      @Fircasice 6 лет назад +1

      But that would still exceed the boundary on the amount of 4s there can be, which is 4.

    • @zackfair54
      @zackfair54 6 лет назад +1

      @@Fircasice, that's what he is saying.

  • @sapphoenixthefirebird5063
    @sapphoenixthefirebird5063 2 года назад

    There's actually a way to get a number larger than a googolplex by using four fours, only allowing operations up to 3 tiers (exponents, logarithms, nth-roots, but no tetration and onwards);
    4^4^4^4
    = 4^4^256
    ≈ 4^(1.3408...×10^153)
    ≈ 10^10^153.9 > 10^10^100 (googolplex).

  • @hcasavantes
    @hcasavantes 2 года назад

    When I was told about this game, I was not able to use any letter (then no log, sum, product, tan, sin, cos, ...), only pure math notation. Btw I created a brute-force permutation-based R routine that gets 94 of the 100 formulas with the four-fours, so far.

  • @pegy6384
    @pegy6384 8 лет назад +6

    That was really cool, but I guess I misunderstood the problem when I heard about it the first time. I thought there was a constraint to only use one operator per number.

    • @L1ft0ff
      @L1ft0ff 8 лет назад +2

      Peg Y haha funny

    • @matix676
      @matix676 8 лет назад +3

      You can do whatever you want with those four 4's, as long as the only numbers you are using are those four 4's.

    • @Cashman9111
      @Cashman9111 8 лет назад +1

      yeah, that would be way more challenging
      also, why is your comment 9 hours old if the video was uploeaded half hour ago ?

    • @pegy6384
      @pegy6384 8 лет назад +2

      Cashman9111 Patreon supporters often get sneak peeks at the videos before they officially go live.

  • @danjbundrick
    @danjbundrick 8 лет назад +5

    "As a percentage" doesn't multiply a number by 100. 100% is one, not 100.

  • @taendt
    @taendt 8 лет назад +5

    i allmost managed to explain this function to my 7th grade student that i am doing extra curricular with. the video was a very nice way of summarising. Allso this game is awsome. How long time did you guys use to solve 31 (without this function) i used 8 ours. and only managed to get it right when i got drunk and couldnt get the girls, and just sat down thinking about 31 instead. and more than 1 way ? you know the tripple sqrt and the factorial

    • @taendt
      @taendt 8 лет назад +2

      you can kinda say my student logged in.

    • @MrBob-bj6kk
      @MrBob-bj6kk 6 лет назад +2

      r/iamverysmart

  • @DanDart
    @DanDart 8 лет назад +1

    I'd not count square root a single operator as it has an implied 2.
    I think a purer way would be to allow binary operators + - * / power, log, root and maybe tetration (or would we not allow that as it would allow arbitrary height towers? Should we add a 4 for our height of our power tower to not imply tetration?)

  • @alexngo2709
    @alexngo2709 4 года назад

    Take a shot every time he says log or four. Trust me, you’ll run out of alcohol before you die.

  • @dracoeris
    @dracoeris 8 лет назад +4

    May the fours be with you

  • @benwincelberg9684
    @benwincelberg9684 5 лет назад +7

    Great video! Seeing this kinda as how to get to any integer on my simple scientific calculator with 4 fours this is correct. I would just say the percentage example should be 4/(4%) instead of (4/4) “as a percentage” because that’s how the operator on my calculator works

  • @hakachukai
    @hakachukai 8 лет назад +16

    This concept is nonsense! You're not only using four 4's!
    When you use square root you're raising something to the 1/2 power, which means that you're no introducing digits other than 4 and also going outside of the original number of digits ( which is supposed to be 4 ).
    For the same reason, use of factorials should be ignored because it does the same thing.
    Basically all you're doing is disguising additional digits in the form of mathematical operators. If you take that apporach you can make four of ANYTHING equal anything you want... which means that it's not special in any way.

    • @petrag0n
      @petrag0n 7 лет назад +1

      The only nonsense here is the use of logs. The use of square roots is widely accepted by many websites out there. There are websites dedicated to this.

    • @leonhardfrommhold8463
      @leonhardfrommhold8463 7 лет назад

      hakachukai but with just the normal operators there is a limit to how far you can go because you can't use multiple ones in a row. It's impossible to reach numbers like 10^10^10 without multiples symbols in a row

    • @quoteoftheday3847
      @quoteoftheday3847 7 лет назад

      hakachukai ((4!)×(4!)×(4!)×(4!))!!!!!!........=infinity

    • @quoteoftheday3847
      @quoteoftheday3847 7 лет назад

      ((4!)×(4!)×(4!)×(4!))!!!!!!........=infinity

  • @hamster8706
    @hamster8706 4 года назад +1

    Hey guys, to get to the next numbers we need to introduce SUPERCOOLNUMBERCHANGERTHATMAKESTHENUMBERINTOANYNUMBERYOUWANTANDDOESNTCAREABOUTTHERULES operator. Its ∆ and it allows you to make number turn into any number you want. We have also decided that decimal point is an operator.

  • @LENGTHEATER
    @LENGTHEATER 3 года назад +1

    If you introduce making the fours into letters, one could also make many words.

  • @lfestevao
    @lfestevao 8 лет назад +7

    There's a hidden 2 in square root.
    I thought that was forbidden. You could use 4th root of 4 or anything like that.
    Awesome trick anyway.

    • @Arkayjiya
      @Arkayjiya 8 лет назад +2

      There's no more 2 in square root that there are hidden numbers in the multiplication (since 4*4 doesn't intrisically exist and should be written as 4+4+4+4 which uses all the 4 you're allowed to). If you're allowed to use multiplication to diminish the number of 4s you're using, you should be allowed to use the square root symbol. All operators are used to avoid writing a huge amount of numbers.

    • @wrench246
      @wrench246 8 лет назад +3

      but square root is the short hand way of saying 2nd root. The 2 is omitted from the symbol for convenience. You're really just playing word games to pretend there is no 2 associated with square root.

    • @petrag0n
      @petrag0n 7 лет назад +1

      I've looked at 5 websites and they allow the use of square roots. The only problem is with the use of logs.

  • @alexandretourinho5642
    @alexandretourinho5642 8 лет назад +14

    How about { [ (sqrt4 - 4)÷4 ]! }^sqrt(4)
    that's π

    • @exylophone1
      @exylophone1 7 лет назад +1

      Alexandre Tourinho you were close, but (( 4 - sqrt4 ) / 4)! ^ sqrt4 woulda worked

    • @frenzzyleggs
      @frenzzyleggs 6 лет назад +1

      Alexandre Tourinho
      How did you get the division symbol?

    • @typo691
      @typo691 6 лет назад

      How did you arrive at this result?? Is there a general pattern here?

    • @adityarajsingh3881
      @adityarajsingh3881 6 лет назад

      It's equal to π/4 not π

  • @SHUBHAMGI
    @SHUBHAMGI 8 лет назад +33

    please dont fours me to ininity...

    • @homerotreto9391
      @homerotreto9391 6 лет назад

      SHUBHAM ITANKAR you"ll reach it on all fours

  • @joneelillard892
    @joneelillard892 4 года назад +2

    When I was in middle school, the school proposed this to us up to 100 as a puzzle to be solved for Pi Day.

  • @doornumb
    @doornumb 5 лет назад +1

    Mista is now scared of every number.
    Mista: F*CK! EVERY NUMBER IS 4! F*CK! F*CK! F*CK! ...

  • @wfcyellow
    @wfcyellow 8 лет назад +5

    In primary school I only learnt to count to 3. So this is lost on me.

    • @pronounjow
      @pronounjow 7 лет назад

      Still better than Valve. LOLOLOL Ok bye

  • @Double-Negative
    @Double-Negative 8 лет назад +4

    really you should have to use 4^(4/(4+4))

  • @alkenrinnstet
    @alkenrinnstet 8 лет назад +11

    Parentheses are not an operator. Mathematical operators have no intrinsic precedence.
    Parentheses are merely tools for explicitly notating precedence; to mistake them as comparable to mathematical operators betrays a fundamental lack of understanding, and serves only to mislead.

    • @alkenrinnstet
      @alkenrinnstet 8 лет назад +6

      100% - 1 is not 99
      100% = 1
      100% - 1 = 0
      What a joke.

    • @BENBOBBY
      @BENBOBBY 8 лет назад +3

      What do you mean mathematical operators have no intrinsic precedence? Never heard of BODMAS or PEMDAS?

    • @AlexKnauth
      @AlexKnauth 8 лет назад

      Alken: You're right. They're using the percent "operator" as a times 100 thing, when it really should be a divided by 100 thing. That's what it means: *per cent*, as in per = divided by, cent = hundred.

    • @AlexKnauth
      @AlexKnauth 8 лет назад +3

      BEN, Fester: Syntax is arbitrary, what really matters is the tree structure:
      add
      / \
      1 multiply
      / \
      2 3
      It just so happens that parentheses are useful to encode some of this structure in one line of text

    • @TosiakiS
      @TosiakiS 8 лет назад +4

      They have no intrinsic precedence for parentheses because "order of operations" is only an artifact of the way we write the operators. If we wrote multiplication as "×AB" and addition as "+AB" instead of "A×B" or "A+B" (such as +1 1 = 2 instead of 1+1=2), there would be no need for parenthesis. For example, in this way of writing it, you could write +×4 4×4 4=32 or ××4+4 4 4=128 and all this is clear without any parentheses whatsoever.

  • @TechyBen
    @TechyBen 8 лет назад +1

    I wonder if this has any application in super-symmetry? Anything that cannot be constructed via components, can of cause be ruled out. So you could "guess" what particles may be found, and what they are made of? (At least the search space)

  • @matthewkoehler6079
    @matthewkoehler6079 3 года назад

    I loved that I discovered this 4 years later

  • @GilesBathgate
    @GilesBathgate 8 лет назад +6

    meh, if only you have the c language increment operator (4-4+4-4)++ = 1, ((4-4+4-4)++)++ = 2, etc...

    • @cmyk8964
      @cmyk8964 3 года назад

      You can’t increment a constant, only a variable.

  • @GFmanaic
    @GFmanaic 8 лет назад +5

    That is a fourmidable exercise

  • @factsheet4930
    @factsheet4930 8 лет назад +12

    But what about real numbers, not just whole numbers...?

    • @IIARROWS
      @IIARROWS 8 лет назад +11

      You can, with my WIW operator. The What I Want operator let me define any number.
      Do you want Pi? Well then, 4 WIW(Pi) = Pi.
      See? It's easy.

    • @factsheet4930
      @factsheet4930 8 лет назад +1

      If you really want π, its easy, ((√4/4)!/(√4/4))^
      notice the power sign alone would mean to the power of 2, (if it works for roots, it better for powers >w

    • @TheOiseau
      @TheOiseau 8 лет назад +5

      You don't need to invent that rule with the implicit square. Just write π = [ (√4/4)! x √4 ] ^ √4.

    • @factsheet4930
      @factsheet4930 8 лет назад +1

      I came up with it too quickly, but yeah you are right

    • @freddiepage6162
      @freddiepage6162 8 лет назад

      That's actually impossible - There are only a countably infinite number of ways to write expressions from a finite set of operations, yet uncountably infinite real numbers. This is related to the result (In fact I think it is the same) that almost all numbers are inexpressible.

  • @jojojorisjhjosef
    @jojojorisjhjosef 8 лет назад +1

    I bought this mans book, great read.

  • @tapashalister2250
    @tapashalister2250 3 года назад +1

    A restriction that I like for this challenge is that you can use any pure binary operation. I.e. an operation that takes in two numbers and spits out one. This means you cant use infinite operations. You can do the original 4, logs, roots, power and concatintion (plus any others you can think of) however you have to use the general forms (eg. you cant to sqrt, you have to do 4th root (or something made of 4s)).
    To me it feels like a "pure" puzzle with few arbitrary restrictions and (probably) doesn't have a general solution. However, there is still a lot of stuff you could do.

  • @epajarjestys9981
    @epajarjestys9981 7 лет назад +11

    1:42 _"We're gonna need ... concatenation."_
    *Cheater!* -> thumbs down

  • @TylerMatthewHarris
    @TylerMatthewHarris 8 лет назад +14

    4give me but I 4get what a 4's 4.

    • @feynstein1004
      @feynstein1004 8 лет назад

      That was a bit 4ced.

    • @TylerMatthewHarris
      @TylerMatthewHarris 8 лет назад +1

      Lol. I 4got all about this video. 4tunately I had push notifications turned on.

    • @feynstein1004
      @feynstein1004 8 лет назад

      Tyler Matthew Harris Lol touche'.

  • @chounoki
    @chounoki 8 лет назад +31

    Rubbish.
    If you can add any operator as you want, of course you can get any number. Because if you don't, you can simply invent a new operator that gives you the number.

    • @mutantnaga
      @mutantnaga 7 лет назад +6

      he didn't invent log for this puzzle though. lol! he didn't even invent the operator log.

    • @ryan-cole
      @ryan-cole 7 лет назад +5

      The puzzle was 2 questions:
      1)how far can you go?
      2)how many operators do you need.
      The proof gave 2 answers
      1)you can go to infinity
      2)you only need 2 operators
      Thus answering the question fully.

  • @-shi.v-
    @-shi.v- 7 лет назад

    Just realized four is the only number I can think of with the same amount of letters as its value.

  • @phyllisstewart5591
    @phyllisstewart5591 7 лет назад +1

    You don't need logs. You DO need repeating decimal sign, which will multiply or divide by nine, just as .4 will mult and div by ten. Very useful.

  • @trannghiahong5579
    @trannghiahong5579 8 лет назад +4

    I thinhk 4/ 4% - 4/4 is equal to 99. But in this video, he said ( 4/4)%-(4/4) . It is equal to - 99/100 not 99.

    • @coycatrett2303
      @coycatrett2303 6 лет назад +1

      Tran Nghia Hong 100% is 1. So 1-1 is zero. This doesn't work and it's making me mad

  • @lifeisawesome1391
    @lifeisawesome1391 5 лет назад +3

    Calling square root an operation that only involves 4 is cheating. The square root of 4 is 4 raised to the power 1/2. It involves two numbers 4, and 1/2. You might as well use the operation NEXT from Peano arithmetics. It is defined by Next(4) = 4+1. I protest!

  •  8 лет назад +22

    For 99, how do you go from 1% to 100%? I mean, (4/4)% is 1%, but he says it's 100%

    • @eugoth4285
      @eugoth4285 8 лет назад +16

      4/4 = 1/1 = 100%. it would be 1% if it was 1/100

    • @GuyNamedSean
      @GuyNamedSean 8 лет назад +6

      Víktor Bautista i Roca It's because he's preforming the operation of changing a decimal value to a percentage. In that, 1 would be 100%, .5 would be 50%, and so on.

    • @ImAFuckingDuck
      @ImAFuckingDuck 8 лет назад

      Víktor Bautista i Roca 4/4 = 1 = 100%

    • @joshgomes5939
      @joshgomes5939 8 лет назад +5

      Víktor Bautista i Roca If you write 1/1 as a percent, its 100%. Just like 1/2 would be 50%

    • @wrench246
      @wrench246 8 лет назад +1

      Either way it doesn't 99