@clock,

thanks for correcting me above.
Yes we have to account for the values when our mode becomes either +ve, -ve or 0. The answer is r=2 and choice A
However, we can't arbitrarily assign sign for r; there are three conditions when the mod |r| becomes r>0, r<0 or r=0. Mod |r-3| becomes zero (0) when r=3, the mod |r-1| becomes zero when r=1 and we have to keep these critical values on the number line too.
@Viper, another way to crack the mods is to square both ends --> |r-3|=|r-1| <> (r-3)^2=(r-1)^2, (r^2-6r+9)=(r^2-2r+1), 8=4r and r=2
clock60 wrote:
also i am not sure in above reasoning
st(1) |r-3|=|r-1| --> r-3=r-1 OR 3-r=1-r,
to me it is
-(r-3)=-(r-1) if r<1 no roots
-(r-3)=(r-1) if 1<r<3 r=2
(r-3)=(r-1) if r>3 again no roots