I am having trouble with this problem 2a+|a|/a where a is either positive or a negative number
2a+|a|/a
If a > 0 them
2a+a/a = 2a+1
if a<0 then |a|=-a for instance |-6|=6 and 6= -(-6)
2a+-a/a = 2a-1