When does 1+1=3?

Seb said:
god did you have to be all boring and mathematical about it.

Sorry, just come off from a 13 hour night shift loading and unloading a steal laser cutter, all sense of imagination and fun and life got sapped out of me!

Ill try think of soemthing more imaginative...... Nope sorry.
 
shimy182 said:
a = b
a^2 = a*b
a^2-b^2 = a*b-b^2
(a+b)(a-b) = b(a-b)
(a+b) = b
a+a = a
2a = a
2 = 1


proof that 1 can equal 2

or that a = 0 ? :)

and htf u manage to get away with (a-b) :( ) dividing by zero naughty naughty boy
 
Last edited:
For very numbers of 1, e.g 1.5 , a common problem with floating point maths.

Alternatively if you override the '+' function to be be a funtion of arrity 2 equal to the sucessor function of the addition function of the 2 attributes.

e..g. x + y = s(x 'plus' y) = x 'plus' y + 1
such that 1 + 1 = s(1 'plus' 1) = 3, where s is the succesor function.
 
shimy182 said:
a = b
a^2 = a*b
a^2-b^2 = a*b-b^2
(a+b)(a-b) = b(a-b)
(a+b) = b
a+a = a
2a = a
2 = 1


proof that 1 can equal 2

WTF? That doesn't read right.

Surely this part is wrong:

(a+b)=b
a+a=a

There has to be at least an intermediary step surely?
(a+b)=b
all you've done there is state that b is the same as (a+b)
a+(a+b)=a+b
hmm not sure how you can make any steps from (a+b)=b that puts you in the right direction?
 
Ukadder said:
When talking about binary bytes with the first 1 = 1 and the 2nd 1 = 2? thus byte 2 + byte 1 = 3?

:confused:
Well that would be just like saying 1 + 2 = 12 in decimal. It's to do with the representation of the numbers rather than the numbers themselves.
 
Back
Top Bottom