To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
VBForums  

VB Wire News
Part 10 of the Visual Basic .NET 2010 Express Tutorial Complete!
How to Use the Visual Studio Code Analysis Tool FxCop
Article :: Interview with Andrei Alexandrescu (Part 3 of 3)
Introducing Visual Studio LightSwitch
Visual Studio LightSwitch Beta 1 is Available



Go Back   VBForums > General > Maths Forum

Reply Post New Thread
 
Thread Tools Display Modes
Old Mar 21st, 2007, 04:20 PM   #1
symoore22
New Member
 
Join Date: Mar 07
Posts: 1
symoore22 is an unknown quantity at this point (<10)
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
symoore22 is offline   Reply With Quote
Old Mar 21st, 2007, 04:51 PM   #2
Logophobic
Fanatic Member
 
Join Date: Jun 06
Posts: 881
Logophobic is a jewel in the rough (200+)Logophobic is a jewel in the rough (200+)Logophobic is a jewel in the rough (200+)
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
Logophobic is offline   Reply With Quote
Old Mar 27th, 2007, 04:06 PM   #3
Code Doc
Frenzied Member
 
Code Doc's Avatar
 
Join Date: Mar 07
Location: Omaha, Nebraska
Posts: 1,925
Code Doc is a jewel in the rough (200+)Code Doc is a jewel in the rough (200+)Code Doc is a jewel in the rough (200+)
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
Code Doc is offline   Reply With Quote
Old Mar 27th, 2007, 04:35 PM   #4
zaza
Frenzied Member
 
zaza's Avatar
 
Join Date: Apr 01
Location: Borneo Rainforest Habits: Scratching
Posts: 1,457
zaza is a jewel in the rough (300+)zaza is a jewel in the rough (300+)zaza is a jewel in the rough (300+)zaza is a jewel in the rough (300+)
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.
__________________
I use VB 6, VB.Net 2003 and Office XP



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

Last edited by zaza; Mar 27th, 2007 at 04:44 PM.
zaza is offline   Reply With Quote
Old Mar 28th, 2007, 10:15 PM   #5
eranga262154
PowerPoster
 
eranga262154's Avatar
 
Join Date: Jun 06
Location: Anuradhapura, Sri Lanka (Latitude of 8°18'3" North of the Equator & Longitude of 80°25'46" East of Greenwich)
Posts: 2,180
eranga262154 will become famous soon enough (50+)
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

If you are found that my question or my answer is helpful for you and for others, don't forget to RATE it. Thanks!


Help >> Help Us To Save Ana :: MSDN Live Tutorials >> Number Systems
eranga262154 is offline   Reply With Quote
Reply

Go Back   VBForums > General > Maths Forum


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 05:15 AM.





Acceptable Use Policy

Internet.com
The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.