Results 1 to 5 of 5

Thread: why 2+2 and 2*2 = 4

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Posts
    1

    why 2+2 and 2*2 = 4

    Hi,

    I remember a maths class at school where the teacher spent an entire lesson prooving why 2+2 and 2*2 equals 4 (it was some long formula that took her an hour to write down and explain). Can anyone point me in the direction of where i can find this formula or perhaps its name.

    many thanks

    simon

  2. #2
    Frenzied Member
    Join Date
    Jun 2006
    Posts
    1,098

    Re: why 2+2 and 2*2 = 4

    I don't know, but I'm going to take a wild guess that it might have been something along these lines:

    1 + 1 = 2
    2 + 1 = 3
    3 + 1 = 4

    2 + 2
    = (1 + 1) + (1 + 1)
    = 1 + 1 + 1 + 1
    = 2 + 1 + 1
    = 3 + 1
    = 4

    2 * 2
    = (1 + 1) * (1 + 1)
    = 1 * (1 + 1) + 1 * (1 + 1)
    = 1 + 1 + 1 + 1
    = 2 + 1 + 1
    = 3 + 1
    = 4

    or maybe just this:
    2 * 2 = 2 * (1 + 1) = 2 + 2

  3. #3
    PowerPoster Code Doc's Avatar
    Join Date
    Mar 2007
    Location
    Omaha, Nebraska
    Posts
    2,354

    Re: why 2+2 and 2*2 = 4

    Logophobic has the solution.

    However, try proving that 2 is the only number other than 0 in the universe that has this characteristic. Any takers out there?
    Doctor Ed

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

    Re: why 2+2 and 2*2 = 4

    Sorry, is this homework?


    a+b = ab

    => b = ab - a = a (b-1)
    => a = b / (b-1)

    If a is an integer, then b / (b-1) is an integer.
    The only way that this can be true is if b = 0 or if b divides exactly by b-1. The only non-zero value for which this is true is b=2.


    If you don't mean for them to be integers, but actually numbers, then any pair such that a = b/(b-1) will do.


    If you mean "where sum = product", then 1+2+3 = 1*2*3.




    zaza



    Edit: if you want to prove that b=2 is the only non-zero value, then let b=2+c. Then 2+c = a+ac and c = 2-a/(a-1). If a<0 then c<0 and b<2. If a=0, c=-2 and b=0. If a=1, then c is undefined. If a=2 then c=0 and b=2. If a>2 then c<0 and b<2.
    Last edited by zaza; Mar 27th, 2007 at 04:44 PM.
    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

  5. #5
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    Re: why 2+2 and 2*2 = 4

    Quote Originally Posted by Logophobic
    2 + 2
    = (1 + 1) + (1 + 1)
    = 1 + 1 + 1 + 1
    = 2 + 1 + 1
    = 3 + 1
    = 4

    2 * 2
    = (1 + 1) * (1 + 1)
    = 1 * (1 + 1) + 1 * (1 + 1)
    = 1 + 1 + 1 + 1
    = 2 + 1 + 1
    = 3 + 1
    = 4
    I think this make sense. Isn't it....

    Beacse at the end you can found (1 + 1) + (1 + 1). That is same result.
    “victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha

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