Solve for $a+b+c$: Equation System ($a,b,c\in N$)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Albert1
Messages
1,221
Reaction score
0
$a,b,c \in N$, and the following equation system is given :

$\left\{\begin{matrix}
ab+bc+ca+2(a+b+c)=8045-----(1) & & & & \\
abc-a-b-c=-2-----(2) & & & &
\end{matrix}\right.$

find the value of $a+b+c$
 
Mathematics news on Phys.org
My solution:

Note that $(a+1)(b+1)(c+1)=abc+ab+bc+ca+a+b+c+1$. Now, substitute what we're given into it, we get $(a+1)(b+1)(c+1)=-2+8045+1=8044=2(2)(2011)$, this implies $(a,\,b,\,c)=(1,\,1,\,2010)$ (up to permutations) and hence $a+b+c=2012$.