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
MSDN Subscribers: Download the VS 2010 Release Candidate
MSDN Subscribers: Download the VS 2010 Release Candidate
Sell Your Code and Make Money?
Creating your own Tetris game using VB.NET
Article :: Improving Software Economics, Part 4 of 7: Top 10 Principles of Iterative Software Management



Go Back   VBForums > General > Maths Forum

Reply Post New Thread
 
Thread Tools Search this Thread Display Modes
Old Mar 21st, 2007, 05: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, 05: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, 05:06 PM   #3
Code Doc
Frenzied Member
 
Code Doc's Avatar
 
Join Date: Mar 07
Location: Omaha, Nebraska
Posts: 1,716
Code Doc has a spectacular aura about (150+)Code Doc has a spectacular aura about (150+)
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, 05:35 PM   #4
zaza
Frenzied Member
 
zaza's Avatar
 
Join Date: Apr 01
Location: Borneo Rainforest Habits: Scratching
Posts: 1,450
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 05:44 PM.
zaza is offline   Reply With Quote
Old Mar 28th, 2007, 11: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,178
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 Search this Thread
Search this Thread:

Advanced Search
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 01:16 PM.




To view more projects, click here

Acceptable Use Policy


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.