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.
@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.
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...
"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 ++ !
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.
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.
+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. ;)
+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". :-)
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.
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.
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.
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.
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.
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.
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.
+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.
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.
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?
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.
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.
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.
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
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).
@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.
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.
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.
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--)--.
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
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.
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?
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.
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.
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.
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 :)
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.
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 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.
@@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.
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.
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.
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
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.
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!
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!!
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
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).
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"
"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.
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.
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.
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.
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.
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.
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.
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.
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?
Aircraft Carrier Here is what I can make.. (with concentation and other things... (7 77 777 7777 77777 etc.) (7 .7 .77 .7777777777 .77.............????????????
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
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
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=½
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
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).
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.
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.
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
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?)
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
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.
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.
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
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.
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.
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.
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.
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.
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
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.
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)
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
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.
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.
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.
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.
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%
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.
May the fours be with you.
Isaak haha ! genius
Isaak - heyoooo!
hahahaha
Isaak finally a not mathematical comment thank you
Star Fours
The Fours Awaken
so the trick is you can use only 4 numbers, but infinite operators
The trick is that they think a square root is okay, but exponating with (1/2) actually is using extra numbers.
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.
Would something like (((4!)!)!)! an infinite amount of time work too ?
No, you would have to use all four 4s
How about (((4!)!)!)!x(((4!)!)!)!x(((4!)!)!)!x(((4!)!)!)! ? Add as many ! as you want.
Next we introduce shape shifting , now a 4 can turning into a 3 or a 5 .
Then, unite for better: four 4s can get together to make any real number
Then introduce variables
Then exploding numbers and teleporting numbers
That's similar suggestion to what Fakestein did in physics.
lol
Today i'm going to tell you how to get infinity with just four fours but first we need to talk about parallel universes
Kloguy hhbbh
Omg didnt laugh so much at a comment in a while 😂😂😂
XD
I see, a fellow pannenkoek fan
yea i agree
@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.
You are a genius! How did you come up with this?
XDCrown "-4!"?
Zone-E -(4!)
Nath's Math I wondering as well, he really is a genius
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...
"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 ++ !
And --, you can got to 3,2,1,0 ...
for( c=0; c < infinity; c++)
{
int i=4;
i++;
}
// 0wN3d
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.
Nikhil Sapre infact, I'm pretty sure you can't use int twice on the same variable because it is already declared.
+Nikhil Sapre Pwned
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.
+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. ;)
+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". :-)
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.
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.
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.
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
...
And log base 10. And I didn't like the use of % because it really just means divide by 100.
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.
LoSir MATH Wow!
Nath's Math actually it's supposed to be log_10(...) but I know what you're saying
Amazing
I remember this game. My personal favorite was 180 = 44 base 44.
That's just 44×4+4. Easier way of doing it, still with 4 4s
@@RazvanMaioru Well sure, but it's not about being easy. Easy is boring. 44 base 44 is at least different and creative.
i want to see this video sped up by 4% every time he says 4
Your comment is now 4 years old. If my reply popped in your notification, congrats, you’re seeing your past comments in 2022
@@Luka_D_Snots oof
And your comment has 44 likes (as of this comment)
4 replies now ;)
I am a Jhin main and i had to watch this cause reasons
Basically you've had a FOURgasm
Lol
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.
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.
Was looking for this comment (Y)
square root(x) and x^(1/2) aren't the same thing.They are Different.
Fleak Exponents are operations. They're the "E" in PEMDAS.
Fleak I disagree, consider (4)^(1/4) * (4)^(1/4). Properties of powers hold here, so this becomes (4)^(1/2) = sqrt 4
What are you saying? Of course it is an operation. It's just a shortcut for writing inverted exponents.
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.
+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.
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.
sqrt() is definitely cheating. Because if sqrt() is allowed, we might as well
count ++ as +1, and trivialize the whole problem to nothing.
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?
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.
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.
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)
@@JoniGrin the default logarithm is logₑ (at least according to most people and wolfram alpha)
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.
concatenation is a silly "operator"
Dalitas D
It is indeed.
Think of it as no operator.
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
Dalitas D this sketch has become entirely too silly.
Month python ftw
Computer Scientists disagree.
How about (4-4)/(4-4)?
Creative & Random its 1.
Creative & Random its a secret bit it's 1
TyloniumTV
0/0 is NOT = 1. It is indeterminate :P
no its not :P
Creative & Random well thats easy, that equal to *undefined answer* pretty simple.
"next we're going to introduce the symbol: ∞" see, that was easy.
You can't make every number with ∞
@xnotx123 Sure you can. ∞ - ∞ = 17, for instance.
Infinity is not a number, so you can't do any operations on it.
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).
Richard Nesbit Yeah that's true, but I was talking about the standard number system.
Guido Mista: *TRIGGERED*
I knew there will be this comment XDDDDDD
I'm lost in a forest of mathematics. I swear I've seen that log several times already.
@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.
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.
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.
He never said that.
Obviously you can just get to 4^4 with the four base operators
4/4/(4-4)=1/0=infinity. YESS IM GUNIUS
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--)--.
(4+4)/(4-4) = infinity.
genius! :P
lim [(x+x)/(x-x)]
x->4
That make sense😉
8/0 is not equal to infinity, it's undefined
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
@Dark Pink Cow correct. It will be tends to or approaches to ∞.
Nighthawk you’re scaring me...
I hate concatenation because it is base-based
Not only base based but position based. Its meaning changes based on what its input is.
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.
@שחר א. Wait... what? xD
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?
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.
what why not % is just divided by 100.
a better way would be 4/(4%) - 4/4 imo
@@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
A percentage has a value,100% then its equal to 1 techically. So you can subtract from a percentage
Hello, i have a math problem and wonder if you can help?
4⬆️⬆️⬆️4⬆️⬆️⬆️4⬆️⬆️⬆️4
Dammit that'd be a lot :o
That's a... that's a big number.
Brian McHaney is that the Ackerman function of 4?
Ilan Goldman the Ackermann-Péter function (the most common form) takes 2 arguments
Ilan Goldman It's Knuth's up-arrow notation (en.wikipedia.org/wiki/Knuth's_up-arrow_notation)
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.
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)
True! Didn't notice that. Let's use (4/4) / ((4/4)+(4/4)) then. :D
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.
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 :)
Michele Ferrari a shorter version of 1/2 = 4/(4+4)
I can't believe Paul Dirac won the Nobel prize for solving this puzzle.
Are you silly? It wasn't for solving this thing, it was for something unrelated
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.
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.
but... hes using one of the fours when he uses a square root? idk what you're talking about
@@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.
@@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.
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.
using an unlimited number of square roots is a bit of a cheeky cheat
I agree, especially when considering that there is a hidden "2" associated with each radix.
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.
Garrison Pendergrass yes i did know this.
We recreational mathematicians can thank Dirac for taking the joy out of this puzzle.
How to get infinity with 4 4s;
(4/4)/(4-4)
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).
Khalil okay, I fixed it. I messed up the equation when typing it. 🙂
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.
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.
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
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.
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!
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!!
100% - 1 = 0
100% = 1
Jakromha 4
He meant 4/(4%) = 100
OMG 99 likes :)))))
Laura Gonçalves Franco I get that, but why'd he put the percent outside of the brackets?
No he meant 4/4 as a fraction is a ooh I know what u mean
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
And hidden 1's
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).
You do need digits to define multiplication, at least two of them.
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"
"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.
Nice to watch this 4 years later, with Numberphile having 4M subscribers
*Mista crying in the background*
Slimeustas does he need my _healing_
shi
Bruno come pick me up I'm scared
don't worry, i'll set it back to 0
@@everythingyoudoismuda92 not if the world over heaven has to say something
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.
Yeah, since it's basically adding the power of 1/2, it's almost like adding a number.
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.
Mr. B. but defining it to mean "times 100" then just feels like adding numbers.
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.
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.
I would say (4/4)%-(4/4) = 1%-1 = 1% - 100% = -99%
fejfo's games 1=100%. 0.01=1%.
yes I followed those rules the video didn't
% 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.
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.
fejfo's games (4/4)=100/100=1
Shorter version, using Successor function:
1 = 44/44
2 = S(44/44)
3 = S( S(44/44) )
n+1 = NS
(44/44)
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.
Your comment is now 4 years old. If my reply popped in your notification, congrats, you’re seeing your past comments in 2022
Hop out the four dour with a four four, it was one two three and four.
GogL0L chillin’ in the corridor
Your dad is forty four
All you heard was papa don't hit me no more.
I got up to 60 back in 4th grade... that was fun
I could _count_ to 60 in freaking PRE-K.
sqrt((4-4)-(4/4))
I win.
martinshoosterman I get it
martinshoosterman *insert that equation here* 4+4+(4-4) some 3.141592653589
martinshoosterman sqrt of - 1? Can't have sqrt of a negative...
Anon Ymous
Yes you can.
sqrt(-16) = 4 *i*
sqrt(-2) = 1.41... *i*
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.
2:04 the numbers look so happy.
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
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.
I can do it all the way to infinity with only *ONE* additional operator. I call it "increment".
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
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.
Take a shot every time he says 4
*dies at **1:57*
Gamer_Kid_Naz *puts on music to become invincible* Done and alive. Seriously. These comments are getting annoying.
I can always count on mathematicians to make tally marks _reeeeally_ convoluted
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?
@@Luka_D_Snots Not even a little! But this was funny to see in my notifications!
@@TwentySeventhLetter Now its been 5 years!
@@ValexNihilistYou're never gonna guess what just happened again...
@@Autumn_Actually :O Epic
This video was brought to you by Wendy's(TM)
Try the 4 for 4 combo meal today
On 4/4/2004.
OMG YES XDXD
4*4*4*4=256
Quick math
Ok
4^4 x 4^4
@@plaguexdocta8638 4^4^4^4
@1729 number blog P([4^4^4^4]!)
Me: *watch a video called "The Four 4s"
Also me: Yeah, its a big brain time.
MONITORING EVALUASI We all hate you!
just say infinity is an operating symbol already
But it isn't
Hey i know you from insta clash community . Sup
But you can't get any number with infinity
Alien mode:
4 4 4 4 = e
the answer is truly easy.
No Theory of the Ancient Astronauts required for this one:
4√((√4/4)!^4)=π
Genius mode:
sqrt(.(5!))*(5/5+5/5)=pi
4^4-4-4 =248
(4^sqrt(4))||(4/4)=161
Now make all real numbers with just one 7.
Your Crush *introduces the infinite operation*
I can do it with just 2 operations, try harder
Aircraft Carrier
7-+_*€|+]€|£|€ = every number
Aircraft Carrier
Here is what I can make.. (with concentation and other things...
(7
77
777
7777
77777 etc.)
(7
.7
.77
.7777777777
.77.............????????????
@@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
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
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
Graham's number: g(sqrt(4*4)*4*4)
TREE(3): TREE((4+4+4)/4)
Wut
Graham's number should be g(sqrt(4*4)*4*4)
@@hyrumtaylor9974 corrected
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.
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=½
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
But that would still exceed the boundary on the amount of 4s there can be, which is 4.
@@Fircasice, that's what he is saying.
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).
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.
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.
Peg Y haha funny
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.
yeah, that would be way more challenging
also, why is your comment 9 hours old if the video was uploeaded half hour ago ?
Cashman9111 Patreon supporters often get sneak peeks at the videos before they officially go live.
"As a percentage" doesn't multiply a number by 100. 100% is one, not 100.
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
you can kinda say my student logged in.
r/iamverysmart
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?)
Take a shot every time he says log or four. Trust me, you’ll run out of alcohol before you die.
May the fours be with you
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
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.
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.
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
hakachukai ((4!)×(4!)×(4!)×(4!))!!!!!!........=infinity
((4!)×(4!)×(4!)×(4!))!!!!!!........=infinity
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.
Woah!
If you introduce making the fours into letters, one could also make many words.
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.
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.
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.
I've looked at 5 websites and they allow the use of square roots. The only problem is with the use of logs.
How about { [ (sqrt4 - 4)÷4 ]! }^sqrt(4)
that's π
Alexandre Tourinho you were close, but (( 4 - sqrt4 ) / 4)! ^ sqrt4 woulda worked
Alexandre Tourinho
How did you get the division symbol?
How did you arrive at this result?? Is there a general pattern here?
It's equal to π/4 not π
please dont fours me to ininity...
SHUBHAM ITANKAR you"ll reach it on all fours
When I was in middle school, the school proposed this to us up to 100 as a puzzle to be solved for Pi Day.
Mista is now scared of every number.
Mista: F*CK! EVERY NUMBER IS 4! F*CK! F*CK! F*CK! ...
In primary school I only learnt to count to 3. So this is lost on me.
Still better than Valve. LOLOLOL Ok bye
really you should have to use 4^(4/(4+4))
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.
100% - 1 is not 99
100% = 1
100% - 1 = 0
What a joke.
What do you mean mathematical operators have no intrinsic precedence? Never heard of BODMAS or PEMDAS?
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.
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
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.
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)
I loved that I discovered this 4 years later
meh, if only you have the c language increment operator (4-4+4-4)++ = 1, ((4-4+4-4)++)++ = 2, etc...
You can’t increment a constant, only a variable.
That is a fourmidable exercise
But what about real numbers, not just whole numbers...?
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.
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
You don't need to invent that rule with the implicit square. Just write π = [ (√4/4)! x √4 ] ^ √4.
I came up with it too quickly, but yeah you are right
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.
I bought this mans book, great read.
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.
1:42 _"We're gonna need ... concatenation."_
*Cheater!* -> thumbs down
4give me but I 4get what a 4's 4.
That was a bit 4ced.
Lol. I 4got all about this video. 4tunately I had push notifications turned on.
Tyler Matthew Harris Lol touche'.
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.
he didn't invent log for this puzzle though. lol! he didn't even invent the operator log.
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.
Just realized four is the only number I can think of with the same amount of letters as its value.
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.
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.
Tran Nghia Hong 100% is 1. So 1-1 is zero. This doesn't work and it's making me mad
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!
For 99, how do you go from 1% to 100%? I mean, (4/4)% is 1%, but he says it's 100%
4/4 = 1/1 = 100%. it would be 1% if it was 1/100
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.
Víktor Bautista i Roca 4/4 = 1 = 100%
Víktor Bautista i Roca If you write 1/1 as a percent, its 100%. Just like 1/2 would be 50%
Either way it doesn't 99