I m working on the following problem
For real numbers $a,b$, if $a+ab+b=3$, then find the range of $m=a-ab+b$. Is there any inequalities here to use?
I m working on the following problem
For real numbers $a,b$, if $a+ab+b=3$, then find the range of $m=a-ab+b$. Is there any inequalities here to use?
Set $s=a+b$ and $t=a-b$. This is a lossless change of variables, so transform the condition: \begin{align*} 3&=a+b+ab\\ 12&=4s+(s+t)(s-t)\\ t^2&=s^2+4s-12=(s+6)(s-2) \end{align*} Therefore the condition can be satisfied only when the right side isn't negative, i.e. $s\notin(-6,2)$.
You want to find the range of $a+b-ab=a+b-(3-a-b)=2s-3$, but that's clearly $\mathbb R\setminus (-15,1)$.