Hello everyone,
This is my first post on PG.

.
kudos to al the maths masters here on this thread.

here goes my solution.
defintion of modulus:
For any real number a the absolute value or modulus of a is denoted by |a|,
and is defined as
|a| = a, if a>=0;
-a, if a<0;
given equation is |2x-1|-3|x+1|=a;
case 1:2x-1>=0 and x+1>=0
=> x>=1/2 and x>=-1 ==> x>=1/2 (a common domain for both values of x)
coming to the equation we have from definition of modulus,
2x-1-3(x+1)=a;
==> x=-a-4;
hence,
-a-4>=1/2
==> a<=-9/2 ------------------(1);
case 2: 2x-1>=0 and x+1 <0
==> x>=1/2 and x<-1
==> there is no domain for these values of x (together) and hence this case is not applicable.
case 3:2x-1 < 0 and x+1 < 0
==> x<1/2 and x<-1
==>x<-1 (combining the domains)
hence we have from the equation,
-(2x-1)+3(x+1)=a;
=> x=a-4;
as we have x<-1,
a-4<-1
==> a<3.---------------------(2)
case 4: 2x-1<0 and x+1>=0;
==> x<1/2 and x>=-1
here the domain is an interval i.e -1<=x<1/2.
from the expression -(2x-1)-3(x+1)=a
==> -5x-2=a;
x=-(a+2)/5.
as x lies in an interval,
-1<= -(a+2)/5 < 1/2
==> -5<= -a-2 < 5/2
==> -3 <= -a < 9/2
==> -9/2 < a < 3--------------(3).
from values of (1) and (3) we can see that there is no value which satisfies the range of a (mutually exclusive).hence this case is ignored.
llY from values of (1) and (2) ==> there is no finite minima value.
only possible option is case (2) and (3).
here range of a is -9/2 to to 3.
hence max(a)- min(a) =3+9/2 = 15/2.
I go with option (b).
ps: I am unable to figure out why the question contains something related to p and q.
Thanks,
Anil.