Hi,
I have taken the following approach to solve this question. Please correct me if I am wrong.
We have given that,
\(-10<= a <= 5\) -------(1)
\(7<=b<=10\) -------(2)
on re-arranging equation (2), we get
\(10 >=b>=7\) ---------(3)
Now, we know that we can subtract inequalities if they are of opposite signs and the final inequality sign would be the inequality sign of the equation from which the other equation is subtracted.
So we will perform \((1)-(3)\), and the inequality sign of (1) would be taken for the final result. So on performing \((1)-(3)\), we will get,
\( -20 <= a-b <=-2\)
So the extreme values of the equation \(a-b\) are \(-20 \), \(-2\)
Now we have to find out the least value of \(|a-b|\). So we will apply modulus on \(-20\) and \(-2\).
\(|-20| = 20\)
\(|-2| = 2\)
So the least value of \(|a-b| \) is \(2\).
So IMO option C is correct.