Solve for $a,b,c$: \begin{align} 2ab+a+2b=24\\ 2bc+b+c=52\\ 2ac+2c+a=74\\ \end{align}
Solving them simultaneously is leading to very difficult situation. Plz help.
|
Solve for $a,b,c$: \begin{align} 2ab+a+2b=24\\ 2bc+b+c=52\\ 2ac+2c+a=74\\ \end{align} Solving them simultaneously is leading to very difficult situation. Plz help. |
|||||||||||||
|
|
At first we gonna determine $a$, at first lets say $b\neq -2$ $$ 2 ab+ a + 2b=24 \iff a(2+b)+2b =24 \iff a=\frac{24-2b}{2+b}$$ afterwards do the same on the second equation, and you will be able to express the third only with terms of $c$. |
|||||||||||
|
|
\begin{align} (a+1)(2b+1)&=(2ab+a+2b)+1=25\\ (2b+1)(2c+1)&=2(bc+b+c)+1=105\\ (2c+1)(a+1)&=(2ca+2c+a)+1=75 \end{align} So put $u=a+1,v=2b+1,w=2c+1$ and I think you'll get the answer. (Hint: consider $u^2=(uv)(uw)/(vw)$, et cetera) |
|||
|
|
|
Here is a partial answer: User the first equation and third equation (add and substract) to obtain \begin{align} c-b&=\frac{25}{a+1} \\ c+b&=\frac{49-a}{a+1} \end{align} Adding and subtracting should again give \begin{align} c=&\frac{1}{2}\frac{74-a}{a+1} \\ b=&\frac{1}{2}\frac{24-a}{a+1} \end{align} Substituting this into the second equation should give a equation in $a$ alone which looks to be quartic. |
|||
|
|