Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Math

You Can Make Any Number Out of Four 4s Because Math Is Amazing (youtube.com) 309

Andrew Moseman, writing for Popular Mechanics: Here's a fun math puzzle to brighten your day. Say you've got four 4s -- 4, 4, 4, 4 -- and you're allowed to place any normal math symbols around them. How many different numbers can you make? According to the fantastic YouTube channel Numberphile, you can make all of them. Really. You just have to have some fun and get creative. When you first start out, the problem seems pretty simple. So, for example, 4 - 4 + 4 - 4 = 0. To make 1, you can do 4 / 4 + 4 - 4. In fact, you can make all the numbers up to about 20 using only the basic arithmetic operations of addition, subtraction, multiplication, and division. But soon that's not enough. To start reaching bigger numbers, the video explains, you must pull in more sophisticated operations like square roots, exponents, factorials (4!, or 4 x 3 x 2 x 1), and concatenation (basically, turning 4 and 4 into 44).
This discussion has been archived. No new comments can be posted.

You Can Make Any Number Out of Four 4s Because Math Is Amazing

Comments Filter:
  • Um, no. (Score:5, Informative)

    by rickb928 ( 945187 ) on Tuesday February 07, 2017 @04:09PM (#53821031) Homepage Journal

    "and concatenation"
    No, that's not really maths,

    • Re:Um, no. (Score:4, Insightful)

      by sexconker ( 1179573 ) on Tuesday February 07, 2017 @04:13PM (#53821077)

      Yup. They say "normal math symbols" and then include concatenation. Fucking horse shit.

      • Depends on your definition of 'normal', really. But yes, this is just a silly game. I mean, you normally construct the integers out of just one number, zero, and the successor function called an arbitrary number of times.

        So there's no reason you need four 4s. Just construct the integers normally, e.g. 0, ++0, ++(++0), etc. with ++ denoting the successor function in a way familiar to C-syntax programmers.

        For those who haven't seen this before, just look up set theory on Khan academy or such.

      • Re:Um, no. (Score:5, Interesting)

        by vux984 ( 928602 ) on Tuesday February 07, 2017 @04:40PM (#53821333)

        The video is actually worth watching.

        They don't need concatenation; and can get any whole number from

        log
          sqrt symbol
        division

        the sqrt symbol is the 'trick' to it all; since it can be applied an infinite number of times to a single expression.

        • But not suitable for Slashdot where we (should) already know this stuff, there is nothing new here. Slashdot should not be treated as a astroturfing site to garner video reviewers so the author can get a few more pennies from youtube.

          • Re:Um, no. (Score:5, Insightful)

            by vux984 ( 928602 ) on Tuesday February 07, 2017 @05:39PM (#53821837)

            But not suitable for Slashdot where we (should) already know this stuff, there is nothing new here.

            Give it a rest.

            It was really an elegant mathematical solution.

            Yes its not new, but its certainly 'esoteric enough'; I certainly hadn't seen it before. I can understand the expression on the wikipedia article, but its definitely not something i'd think most people would follow; and even i would have had to study it longer than it the 5 minutes it took to watch the video to have figured out how it all worked, so I enjoyed seeing the derivation.

            And if some youtuber makes a few pennies off demonstrating an elegant mathematical proof in an easy to follow and informative way... what exactly do you object to about it?

             

            • When I considered the description of the problem I was actually quite puzzled, but even if I knew the solution I hope I wouldn't have reacted like the angry mob that Slashdot is devolving into. My initial confusion regarded extremely large numbers and the increasingly large gaps I expected to appear as you juggled your small supply of digits.

              Meanwhile the most frequent Slashdot reaction was to attack the problem. Well, maybe I shouldn't say "most frequent" since I didn't really tally all of the comments for

              • Three footnotes after watching the rest of it...

                All of the angry mobsters protesting about concatenation obviously didn't watch the entire video.

                No one commented on the acknowledgement to Alex Bellos that appears in the video. He wrote a couple of excellent books on mathematical topics, and I'm glad to recommend them. I guess the lack of related comments indicates that the angry mobsters who actually did watch the entire video didn't watch it that closely or they don't read that much.

                Having said that, I hav

                • by Memnos ( 937795 )

                  I agree, and "If you have nothing to say, then why don't you say nothing." should (unfortunately) be a moderation choice on Slashdot.

          • Wait, was there a math test that I was supposed to take before visiting Slashdot? Because I missed it. I certainly don't already know this stuff. Then again I don't know much beyond Algebra 1 (and there I don't know much beyond x +1 = 5).

          • Oh fuck off.

            Sincerely.

        • by igny ( 716218 )
          If we can use any functions such as arbitrary number of SQRT in combination with LOG, why can't we use other functions such as INCREMENT and express any number from 1 as (...(1++)++...)++?
      • by idji ( 984038 )
        But they didn't use concatenation to get every natural number - just log, root and divsion.
      • It's almost like you skipped over the phrase " To start reaching bigger numbers, the video explains, you must pull in more sophisticated operations"

        • No I didn't.
          I'm taking issue with calling "concatenation" a "normal math symbol". The concatenation they're referring to is string concatenation.
          I already know you don't need concatenation to generate any integer.

      • by PIBM ( 588930 )

        Was this really a thing ? Years ago in college (~18y ago) we were asked to get up to infinity with only 2 4s and math ops. Having 4 just adds 4/4 * in front of the solution to make it to infinity

        4/4 * log(4)/log(4) = 1

        Then you add sqrt operators in front of the bottom 4.

        4/4 * log(4)/log(sqrt(4)) = 2
        4/4 * log(4)/log(sqrt(sqrt(4))) = 4

        Now, if you want to get 'any number' in between, use the same trick and the extra 4s to change the basis of the whole thing

        log in base sqrt(4) / 4 of (log base 4 of sqrt(4))

        log(

    • Re:Um, no. (Score:5, Funny)

      by XxtraLarGe ( 551297 ) on Tuesday February 07, 2017 @04:14PM (#53821081) Journal

      "and concatenation"
      No, that's not really maths,

      Oh really? Then how come "4" + "4" = 44? I just tested it in JavaScript, and it works!

    • concat(x,y) = x * 10^(ceil(log_10(y+1))) + y

      for x, y real and >0

    • Concatenation is okay if you want to define it as an operator. This opens up the question of how far to take this. Can I just invent new operators? What about a function that takes X and Y and returns, arbitrarily, say, 2x + 3y / 2 ?

      My point is, if you can invent the operators / functions you need, then at what point is this cheating? At what point does the game become uninteresting?

      Now I can see the fun if you are limited to a pre-defined set of operations, including maybe concatenation.
    • Concatenation is not *arithmetic*. There's a whole lot of math that isn't arithmetic. For example, relational algebra has six fundamental operators, and one of those is essentially concatenation.

    • Think of concatenation as a simple function:

      f(x,y) = 10**ceil(log10(y+1)) * x + y

  • Any number? I'm pretty sure that you can't make pi with four 4's. Looks like the much lamer "any whole number", although I find even that pretty hard to believe.
    • by jeek ( 37349 ) <jeekNO@SPAMjeek.net> on Tuesday February 07, 2017 @04:12PM (#53821063) Homepage

      arccos(-4*4/4/4)

    • by The Rizz ( 1319 )

      Also, you can't actually get "any number" since you'll max out at a number when using the highest performing operator which I think would be the power operator, so the highest number you can make is 3.4028236692093846346337460743177e+38 (i.e. 4^4^4^4). And you'll be unable to get most of the numbers on the way there since you run out of the 4's to use to fill in gaps.

      My question would be, just how high can you get before you miss a whole number?

      • 4!!! + 4 + 4 +4... Boom, bigger than your "biggest possible".

        • by The Rizz ( 1319 )

          Ah, so you're allowed to arbitrarily stack an infinite number of operators? Lame. In that case, you probably don't need this to be Four 4's, but can probably be four of any number except 0, 1, or 2. It also just turns this into more of a computational slog than a clever math trick.

      • by AmiMoJo ( 196126 )

        I see you didn't RTFM, or watch the video. You can in fact create any whole number, to infinity if you like. You need the log operator. Watch the video, it's good and short.

    • by caseih ( 160668 ) on Tuesday February 07, 2017 @04:17PM (#53821123)

      Too funny. If you knew anything about the Numberphile channel, you'd know these are real mathematicians, not some BS. It's really just a math-related brain teaser. I really enjoy their videos. Even if you're not into math, they are sufficiently nerdy that I think many slashdotters would appreciate them. In fact a couple videos ago they had an interview with Ronald Rivest who was one of the inventors of RSA encryption. He's a down-to-earth, articulate person. He mentiones how he invented the MD5 hash which was later shown to be flawed.

      Anyway, yes it turns out with just log, square root, and multiplication, you can assemble any whole number between 0 and infinity with just four fours. Fairly useless, but a neat puzzle.

      • Re: (Score:2, Interesting)

        by AmiMoJo ( 196126 )

        To be fair though, sometimes they do come out with complete BS. The claim that the sum of all natural numbers is -1/12 is a good example. It's not.

        • To be fair though, sometimes they do come out with complete BS. The claim that the sum of all natural numbers is -1/12 is a good example. It's not.

          They don't claim -1/12 is the only answer, only that it is a valid answer. IIRC they present three or four possible answers and explain why each of them is valid, however unintuitive the theory behind them may be. They did not claim one was a -1/12 is "more correct" than the others.

    • Yes, they meant positive integer. And yes, one can. Watch the video. In fact one only needs logs, division and square root operations to do it.
      • by Cederic ( 9623 )

        But a square root is actually 'to the power of -2' so they need to generate a -2 for each square root they use.

        They fail. They basically defined a set of rules then cheated. Fuck 'em. I can do that and I don't need any fancy fucking maths.

        • by Cederic ( 9623 )

          1/2 even. ffs. It's late and I have a cat lying on me.

          See, I can't even do basic maths and I'm able to spot the flaws in their approach. Muppets.

    • by mark-t ( 151149 )
      Actually, you can, if you allow complex arithmetic - ln(-4/4)/sqrt(-4/4) [wolframalpha.com]
    • I'd agree that arccos and similar are "circular" for getting to pi. But it's math (and pi) - isn't it all circular, by definition?

      -1 = e^(i pi)
      ln(-1) = i pi
      ln(-1) / i = pi
      ln(negate(4/4)) / sqrt(negate(4/4)) = pi

      If you don't like negate() you can just do unary -.
      ln(-(4/4)) / sqrt(-(4/4)) = pi

      Normally logarithmic function (including the natural logarithm) wouldn't be defined for negative inputs. But we're using the natural exponent's identity that relies on imaginary numbers anyway, so fuck it.

  • by JoshuaZ ( 1134087 ) on Tuesday February 07, 2017 @04:17PM (#53821109) Homepage

    Variants of this problem have been along for a very long time. It was popular as a recreational game in the 1930s and is now used more with Middle School students as a way of getting them more familiar with different operations.

    If one uses instead of 4 uses 1 and has a restricted operation set or the like then you can get some actually non-trivial math by asking how many 1s you need. For example, one can define the integer complexity of a number n, denoted by ||n|| as the minimum number of 1s needed to write n as a product or sum of 1s with any number of parentheses. Thus for example, 6=(1+1)(1+1+1) shows that ||n|| 1 one has 3log_3 n - a better result is actually known that what is in that post, and I'm writing it up now. The other person mentioned there is Harry Altman who probably has thought more about different notions of complexity of numbers than anyone else at this point (his dissertation was on the subject). We had a joint paper https://arxiv.org/abs/1207.4841 [arxiv.org] that is mostly readable.

    Another neat variant of this is again looking at 1s and allowing just addition, but allow that once you have made a number you can use it again, and now you count how many operations you have used. So for example, in this framework, you can use 3 additions to get 6 because 3=1+1+1 and 6=3+3. This is the addition chain complexity https://en.wikipedia.org/wiki/Addition_chain [wikipedia.org] and is closely related to how to quickly exponentiate objects (such as matrices, or specific numbers mod another group) https://en.wikipedia.org/wiki/Addition-chain_exponentiation [wikipedia.org] which is very important for doing a lot of practical algorithms efficiently (such as RSA and Diffie-Hellman).

    The problem in the original post is essentially silly but it connects to a lot of neat, serious math. (Also, Numberphile is in general great.)

    • by DickBreath ( 207180 ) on Tuesday February 07, 2017 @04:44PM (#53821373) Homepage
      Back in the (ahem) late 1970's when I got a new TI 57 programmable quackulator for college, I remember this game in the calculator's manual. For Four 4's.

      I seem to remember that it said the problem had been solved for all integers up to, oh, what was it, about 120 or something. I didn't realize the game went back further than that.

      I always thought that someday I might build a program to do this. Looking back several decades, I could not have imagined the kind of tools and languages that would make this easy today. Like Clojure core.logic. Or miniKanren in Scheme. Or even just old fashioned Prolog. Just specify the rules and let the computer do the search for all possible results.
  • by Anonymous Coward on Tuesday February 07, 2017 @04:17PM (#53821113)

    Except 5318008, naturally...

  • You can make any number from a single zero and the increment operator.
    • Except negative numbers.

      The intriguing bit about the article is not the simplicity, but working within the limitation of four fours with operators.

      • The intriguing bit about the article is not the simplicity, but working within the limitation of four fours with operators.

        Then you must really like working within the limitation of a single zero and one operator.

      • If you really want four fours, then do 4-4+4-4 and N times the increment operator.
      • Except negative numbers.

        You just have to wait for the Universe to roll over.

      • I'll accept negate(x) or -(x) using unary -. Far more cromulent than concatenation.

    • I can do you one better and remove the P.
      • by mark-t ( 151149 )
        i is the square root of -1, and so can be shown as just sqrt(-4/4), and given that e^i*pi=-1, you that means that i*pi=ln(-1), and so pi=ln(-1)/i, which can be rewritten as pi=ln(-4/4)/sqrt(-4/4)
        • by mark-t ( 151149 )
          My bad... I forgot to parenthesize the i*pi in e^(i*pi)=-1, above... although it does not change the conclusion... I just did not correctly type the expression in that one equation.
    • -1 = e^(i pi)
      ln(-1) = i pi
      ln(-1) / i = pi
      ln(negate(4/4)) / sqrt(negate(4/4)) = pi

      If you don't like negate() you can just do unary -.
      ln(-(4/4)) / sqrt(-(4/4)) = pi

      Normally logarithmic function (including the natural logarithm) wouldn't be defined for negative inputs. But we're using the natural exponent's identity that relies on imaginary numbers anyway, so fuck it.

  • This is essentially a 2^n + 0 or 1 formula which describes all natural numbers. Using 4 as a placeholder (2^2) is just lame, but the character of operations is the same.
  • For each natural number define a binary operation M_i such that for all x,y we have x M_i y = i. Basically an infinite family of trivial constant functions. Then for each i we have 4 M_i 4 + 4 - 4 = i. If you're allowed arbitrary operations it is this trivially easy. What is interesting is the interplay between what operations you are allowed, and what results are possible. Now if you work in reverse polish notation (like Forth), you write things as 4 4 4 4 A B C, where A, B and C are your choices of binary

  • by NotInHere ( 3654617 ) on Tuesday February 07, 2017 @05:09PM (#53821599)

    If you allow every function to be an "operator", the solution is pretty trivial, as to construct any number p you could just simply take the constant function with 4 input parameters that has value p. If you allow only a finite set of "operators" you won't be able to construct any real from it with only finitely many applications of your operators, as there are unaccountable many reals.

    If you restrict yourself to rationals you can get everywhere by just writing / somewhere between the four's and applying increment/decrement on both sides often enough.

  • Plus, it's the doggy style of maths!

  • Stephen Fry once nailed it on the QI show (which I highly recommend watching, BTW). He was talking about some obscure but interesting topic when one of the contestants asked "Stephen, are we ever going to use this information?"

    He lit up and went off on her, saying:

    "It’s extraordinary, it’s always the children who say ‘Sir, sir, what’s the point of geometry’, or ‘What’s the point of Latin,’ that end up having no job, being alcoholic, and they don’t notice that the ones who actually find knowledge for its own sake, and pleasure in information, in history, in the world and nature around us, actually getting on and DOING things with their fucking lives it’s an odd thing"

  • 4 is unlucky number to Chinese. :(

  • Fourtran (Score:5, Funny)

    by Tablizer ( 95088 ) on Tuesday February 07, 2017 @08:00PM (#53822765) Journal

    In the spirit of Brainf*ck [wikipedia.org], I will use this to create a programming language called "Fourtran".

Genetics explains why you look like your father, and if you don't, why you should.

Working...