Results 1 to 23 of 23

Thread: 2+2 = anything other than 4?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Location
    devon, uk
    Posts
    2

    2+2 = anything other than 4?

    he guys,

    i have a question/ challange for you.
    me and a friend had an argument about religon, that turned to about logic and finaly math. the result was a bet that any fact could be logicaly disproven.

    in order to win this bet i need to prove that 2+2 dose not = 4.

    can anyone help me with this? please!

  2. #2
    Addicted Member Rassis's Avatar
    Join Date
    Jun 2004
    Location
    Lisbon
    Posts
    248

    Re: 2+2 = anything other than 4?

    Funny...I have just seen a similar question in another maths forum. It is perhaps that friend of yours willing to win as well...
    ...este projecto dos Deuses que os homens teimam em arruinar...

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Location
    devon, uk
    Posts
    2

    Re: 2+2 = anything other than 4?

    i also posted on the mathlinks forum and yahoo anwnsers.

    the closest anyone has got is that appromatly 2+2 can = 5.

    as 2.4 would be rounded down to 2. so 2.4+2.4 = 4.8 that would be rounded up to 5.

    can anyone beat this?

  4. #4
    Fanatic Member Dnereb's Avatar
    Join Date
    Aug 2005
    Location
    Netherlands
    Posts
    863

    Re: 2+2 = anything other than 4?

    Use doubles to store the values of 2 in. (notorious for rounding issues)
    add .999999999999999 an subtract it again
    add them together...

    Code:
    Sub TwoPlusTwoIsNotFour()
    
    Dim Val1 As Double
    Dim Val2 As Double
    Dim Cnt As Long
    Dim Result As String
    
    
    
    Val1 = 2
    Val2 = 2
    
    For Cnt = 1 To 1000
        Val1 = Val1 + 0.999999999999999
    Next
    
    'subtracting the added valu at once
    Val1 = Val1 - 999.999999999999
    
    Result = Format$(Val1 + Val2, "0.000000000000000")
    
    MsgBox "Two plus Two is: " & Result & " and that's a fact!"
    
    End Sub
    I want half your gain or a reputation point for this
    why can't programmers keep and 31 Oct and 25 dec apart. Why Rating is Useful
    for every question you ask provide an answer on another thread.

  5. #5
    Hyperactive Member capsulecorpjx's Avatar
    Join Date
    May 2005
    Location
    Renton, WA
    Posts
    288

    Re: 2+2 = anything other than 4?

    Quote Originally Posted by callmekenneth
    i also posted on the mathlinks forum and yahoo anwnsers.

    the closest anyone has got is that appromatly 2+2 can = 5.

    as 2.4 would be rounded down to 2. so 2.4+2.4 = 4.8 that would be rounded up to 5.

    can anyone beat this?
    Good job, you just proved 2.4 + 2.4 = 4.8.

    To the original poster, no its not possible.
    "I like to run on treadmills, because at least I know I'm getting nowhere."
    - Me

  6. #6
    Fanatic Member Andy_P's Avatar
    Join Date
    May 2005
    Location
    Dunstable, England
    Posts
    669

    Re: 2+2 = anything other than 4?

    If you read 2+2 from a boolean logic arithmetic sense, the + operator means OR, therefore 2 + 2 = 2.

    Using Windows XP Home sp3
    Mucking around with C# 2008 Express
    while ( this.deadHorse ) { flog( ); }


  7. #7
    Lively Member
    Join Date
    Nov 2005
    Posts
    68

    Re: 2+2 = anything other than 4?

    2+2 = 1 (in Z3) 2+2 = 0 (in Z4)
    "bla, bla,... exists number M so for each n > M bla, bla..." Exists? Where is it? (Kronecker said...)

  8. #8
    Member
    Join Date
    Mar 2006
    Posts
    39

    Re: 2+2 = anything other than 4?

    In base 3, 2 + 2 = 11. In base 4, 2 + 2 = 10. Bases >=5, 2 + 2 = 4. Bases <=2 the number two does not exist. Base 2 is binary (10 + 10 = 100).

    The only way to change simple arithmetic is to change the meaning (definition) of the numbers or the definition of the arithemtic operation.

  9. #9
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

    Re: 2+2 = anything other than 4?

    In boolean arithmetic + means OR so:
    2 + 2 = 2

  10. #10
    Hyperactive Member Iron Skull's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    325

    Re: 2+2 = anything other than 4?

    or you can say..
    2 = 1 + 1 Right..
    1 = 3/3 Right..
    1/3 + 1/3 + 1/3 + 1/3 + 1/3 +1/3 = 2
    1/3 = 0.333
    So Logical
    0.333 + 0.333 + 0.333 + 0.333 + 0.333 + 0.333 = 1,998
    So 1 + 1 is not 2

    Cant explain it anybetter I think..

    506C65617365205261746520506F7374732E2E2E

  11. #11

  12. #12
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: 2+2 = anything other than 4?

    Quote Originally Posted by Iron Skull
    or you can say..
    2 = 1 + 1 Right..
    1 = 3/3 Right..
    1/3 + 1/3 + 1/3 + 1/3 + 1/3 +1/3 = 2
    1/3 = 0.333 Wrong!
    So Logical
    0.333 + 0.333 + 0.333 + 0.333 + 0.333 + 0.333 = 1,998
    So 1 + 1 is not 2

    Cant explain it anybetter I think..

    Iron Skull displays his Iron Skull.
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  13. #13
    Hyperactive Member Iron Skull's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    325

    Re: 2+2 = anything other than 4?

    Quote Originally Posted by zaza
    Iron Skull displays his Iron Skull.
    heh ok what is 1/3 then?

    506C65617365205261746520506F7374732E2E2E

  14. #14
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: 2+2 = anything other than 4?

    Quote Originally Posted by Iron Skull
    heh ok what is 1/3 then?

  15. #15
    Hyperactive Member Iron Skull's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    325

    Re: 2+2 = anything other than 4?

    heh look what you said

    1/3 is equal to 0.3333333 and to 0.3(with stroke through it)
    You said it your self.. 1/3 is equal to 0.33

    506C65617365205261746520506F7374732E2E2E

  16. #16
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: 2+2 = anything other than 4?

    You forgot the ellipse which indicates repeating... Also, that "stroke through it" is the symbol for it.

    Let me put it in MTG terms for you. That slash is like a permanant chant on the 3. It doesn't go away, it persists through each turn. You can't ignore it. Also, a white and blue circle of protection are in play, so you are unable to counterspell or dispel the effect.

  17. #17
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Re: 2+2 = anything other than 4?

    It's fairly simple to prove that 2+2=5. All you have to do is change around the basic axioms of algebra, or the meaning of the number 5 (make 5 mean 4 and 4 mean 5).

    The thing is, this would be considered by most people to be 'cheating' by changing the rules of the game. The only way you'll ever prove that 2+2=5 is by changing the rules, and the smallest, most innocent looking change is probably going to be considered the 'best' one. This type of problem is, IMO, stupid simply because there is no answer, and people always get all worked up about nothing.

    You can prove anything to be anything by using different rules; the problem lies in using the 'correct' mathematical rules to prove that 2+2=5, and this is plain and simple impossible because mathematicians tend to love working in a closed system without contradictions.


    Getting into the original argument, which is a little OT: IMO, you can say any fact can be disproven logically if you refuse to accept absolute truth, that some truths are true whether or not you accept them. This amounts to actually believing that, using the 'correct' rules properly, 2+2 can truly = 5, at least to one person. Also IMO, people who don't accept absolute truth are pretty misguided. I honestly think the only reason they don't is simply so they don't have to play by the rules (in this case the rules of math).

    Hope that helps the discussion with your friend some.
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

  18. #18
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: 2+2 = anything other than 4?

    You can prove anything to be anything by using different rules
    What you're saying is, "You can prove anything to be anything by using anything." Which of course is true and more OT then any point made so far.

  19. #19
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Re: 2+2 = anything other than 4?

    Did you read the rest of my post? Every single attempt from using Boolean arithmetic to using VB rounding errors changes the rules; the point of my post is that there is no way of doing this correctly, and I expounded upon that.
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

  20. #20
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: 2+2 = anything other than 4?

    I did read the entire post, but it all boiled down to the same thing. Having a different set of rules will make anything true. The problem with proving or disproving a scenario is finding order in chaos. Saying that "in chaos, this works" is like dumping a jigsaw puzzle on the table, looking at the picture on the box it came from and declaring that as the truth. All things are possible, but the pieces are what proves or disproves it.

    Now I'm following you OT, so I hope that sums it up.

  21. #21
    Hyperactive Member Iron Skull's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    325

    Re: 2+2 = anything other than 4?

    Let me put it in MTG terms for you. That slash is like a permanant chant on the 3. It doesn't go away, it persists through each turn. You can't ignore it. Also, a white and blue circle of protection are in play, so you are unable to counterspell or dispel the effect.
    LOL... GREAT!!!

    I know that it doesnt end.. but then still its 1,999999999999999999... and not 2..

    506C65617365205261746520506F7374732E2E2E

  22. #22
    Fanatic Member Andy_P's Avatar
    Join Date
    May 2005
    Location
    Dunstable, England
    Posts
    669

    Re: 2+2 = anything other than 4?

    Originally posted by jemidiah
    Every single attempt from using Boolean arithmetic to using VB rounding errors changes the rules; the point of my post is that there is no way of doing this correctly, and I expounded upon that.
    The point is, the original question did not specify which set of rules should apply, therefore the question of 'can 2+2 = something other than 4' becomes an open one, and the answers involving boolean logic and number bases etc are perfectly valid.

    This is all IMO of course.
    Using Windows XP Home sp3
    Mucking around with C# 2008 Express
    while ( this.deadHorse ) { flog( ); }


  23. #23
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: 2+2 = anything other than 4?

    Quote Originally Posted by Iron Skull
    I know that it doesnt end.. but then still its 1,999999999999999999... and not 2..

    No no no. capsulecorpjx has already been told about this one. There is another thread entitled something along the lines of "0.999<>1..." which will explain it all.



    Please don't bring up this chestnut again.
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width