Is there a possibility where $a>b>c$ in the equation of $2a+b=3c$ and where $b>a>c$ in the equation of $2a+b=3c$?
2026-03-30 00:34:25.1774830865
The solving set of $2a+b=3c$
41 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Another way of seeing this, more generally, is:
In your question: $$3c=2a+b\implies c=ta+(1-t)b, t=\frac{2}{3}$$ and $$3c=a+2b\implies c=ta+(1-t)b, t=\frac{1}{3}$$
So in both cases, if $a\neq b$ then $c$ must be strictly between $a,b.$
Another fun approach. Let $f(x)=(x-a)(x-b).$ Then if $f(x)<0$, then $x$ is strictly between $a$ and $b$, if $f(x)=0$ then $x=a$ or $x=b$. Otherwise, $f(x)>0.$
Now, if $3c=2a+b$ then $$f(c)=\left(\frac{2a+b}{3}-a\right)\left(\frac{2a+b}{3}-b\right)=\frac{b-a}{3}\cdot\frac{2(a-b)}{3}=-\frac{2(a-b)^2}{9}<0$$
if $a\neq b,$ and $f(c)=0$ if $a=b.$
More generally, our above lemma can be proved this same way since, if $c=ta+(1-t)b$ with $0<t<1,$ then:
$$f(c)=(1-t)\frac{b-a}{2}\cdot t\frac{a-b}{2}=-t(1-t)(b-a)^2$$ and $t(1-t)>0.$