Finding the error in algebraic steps leading to 1=2

  • Context: Undergrad 
  • Thread starter Thread starter waqarrashid33
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 8K views
waqarrashid33
Messages
76
Reaction score
0
if we get:

a+2b=2a+b
=>a-b=2a-2b
=>a-b=2(a-b)
=>1=2

I can't figure out the problem in it..please tell me
 
Mathematics news on Phys.org
waqarrashid33 said:
if we get:

a+2b=2a+b
So 2b- b= 2a- a which gives a= b.

=>a-b=2a-2b
=>a-b=2(a-b)
=>1=2
Since a= b, a- b= 0 and you cannot divide by 0.0

I can't figure out the problem in it..please tell me
 
Note that the law

[tex]ax=bx~\Rightarrow~a=b[/tex]

Only holds if x is nonzero!

The correct way in solving this is

[tex]ax=bx~\Rightarrow~ ax-bx=0~\Rightarrow~(a-b)x=0~\Rightarrow ~a-b=0~\text{or}~x=0[/tex]