Algebraic demonstrations that 1=2
5 Comments Published August 24th, 2008 in Life, universe and everything Tags: .Let a=b, with a≠0
a=b a2=ab a2+a2=a2+ab 2a2-2ab=a2+ab-2ab 2a2-2ab=a2-ab 2(a2-ab)=1(a2-ab) 2=1
...or...
a=b ab=bb -ab=-bb a2-ab=a2-b2 a(a-b)=(a+b)(a-b) a=a+b a=a+a 1=2
Another nice one, with numers instead of letters
| 16=16 | Reflexive property of "=" |
| 4+12=16 | From definition of "+" |
| 4-12=16-24 | Subtract 24 from both sides |
| 4-12+9=16-24+9 | Add 9 to both sides, completing squares |
| (2-3)2=(4-3)2 | Factor, rewriting as squares |
| 2-3=4-3 | Sqrt of each side |
| 2=4 | Add 3 to each side |
| 1=2 | Divide by 2 |
This means basically that everything you know is wrong :)
5 Responses to “Algebraic demonstrations that 1=2”
Leave a Reply
Search
Calendar
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jul | Sep » | |||||
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Archives
Categories
- Android (3)
- Apple (27)
- Books (7)
- Eclipse (14)
- Errors (4)
- Firefox (7)
- Git (2)
- Hardware (17)
- Horror Code (8)
- Internet (21)
- Java (102)
- JavaScript (9)
- Life, universe and everything (46)
- Lifehacks (25)
- Linux (51)
- Opinions (26)
- OSX (6)
- Python (1)
- Software (31)
- Speeches and Conferences (8)
- Unix (4)
- Web (23)
- Windows (19)
Tag Cloud
Android apple architecture Bash configuration CSS Development Düsseldorf Eclipse Git Google Hardware hdr How-To Java JAXB job junit Karmic Linux lion MacBook music Open Source Opinion oracle OSX patterns Pitfalls Practices Resume Security Software Suspend TDD Testing tip tonemapped Tricks Ubuntu unix video Web Workaround XML
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Blog License
Blogs I like
Books on the desk
Friends' Blogs
- Antonio Terreno & Valter Bernardini
- Bruno Bossola
- Daniele Galluccio
- Domenico Ventura
- Ed Schepis
- Fabrizio Gianneschi
- Luca Grulla
- Luigi Zanderighi
- Marcello Teodori
- Mida Boghetich
- Muralidharan Chandrasekaran
- Piero Ricca
- Renzo Borgatti
- Simone Bordet
- Simone Bruno
- Uberto Barbini
- Valvolog
- Webtide blogs (Greg Wilkins & Jan Bartel)
Links




















Nice try!
(Hint: division per 0 is not allowed)
i think u proved 0=0
Great work guys, you got it. But… Cuius rei demonstrationem mirabilem sane detexi hanc marginis exiguitas non caperet. :)
Refactored version: 2(0)=1(0) thus 2=1.
Two hints :)
1) division per 0 is not allowed (how is say later)
2) When you rewriting as squares you get a modulus values, ie
…
(2-3)^2=(4-3)^2 Factor, rewriting as squares
|2-3|=|4-3|
and only one way to remove modulus this:
1=1
:)