Hydroxide said:
But that leaves me with [|x+2|]=[|2x-3|] correct?
So can i say [|x-5|]=0 ? hmmm, seems to simple
No!
2[x]\neq [2x]
furthermore,
|x|-3 \neq |x-3|
watch what you are dealing with, greatest integer function and absolute values have different properties.
[x]+[y]\neq [x+y]
watch what identities you are using! I suggest you get a deep understand of what greatest integer function means. [x] is the greatest integer that is less than or equal to x.
for instance, [1.01]=1 and [1.9999999999999999999]=1.
suppose you have [1.5]=1, but 2[1.5]=2 while [2*1.5]=3.
for absolute value, suppose you have -3, |-3|=3, but |-3|+2=5, while |-3+2|=1. they are not equal!
get difference cases, for x>0, |x|=x, that is one case
for x<=0, |x|=-x, that is another case, similarly for |x+2|.
get rid of the absolute values first, break it up into two equations.
then get rid of complications in [], since it is not easy to work with [x]. so make [x+2]=[x]+2. the rest is simple algebra.