SOLUTION: Find (a, b, c) if 2a+3b+c=11 6ab+2ac+3bc=24 abc=-6

Algebra ->  Equations -> SOLUTION: Find (a, b, c) if 2a+3b+c=11 6ab+2ac+3bc=24 abc=-6      Log On


   



Question 696813: Find (a, b, c) if
2a+3b+c=11
6ab+2ac+3bc=24
abc=-6

Found 2 solutions by Alan3354, god2012:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Find (a, b, c) if
2a+3b+c=11
6ab+2ac+3bc=24
abc=-6
-------------
Look for an integer solution
---
abc = -6 --> 1 negative # and they #'s are 1, 2 & 3
--------
c = -1
b = 2
a = 3

Answer by god2012(113) About Me  (Show Source):
You can put this solution on YOUR website!
2a+3b+c=11 ---------------------------------eq.1
6ab+2ac+3bc=24-------------------------------eq.2
abc=-6 -------------------------------------eq.3
From Eq.1 , 2a+3b = 11 - c
From eq.2 , 6ab + c (11 - c) = 24
6ab%2B11c-c%5E2+=+24----------------------eq.4
From eq.3 , ab = -6/c

Therefore eq.4 becomes
6%28-6%2Fc%29%2B11c-c%5E2+=+24
-36%2B11c%5E2-c%5E3+=+24c
c%5E3-11c%5E2%2B24c%2B36+=+0 is a cubic equation
By trial and error , one of the roots of the equation is -1.
Therefore ,(c-1) is a factor.
Let us reduce the cubic equation to a quadratic equation.
We get , c%5E2-12c%2B36 is the quotient which is a quadratic equation.
The roots are 6 and 6.
c = {-1,6}
Therefore 2a+3b = 11-(-1) = 12 --------------------eq.5
ab(-1) = -6
ab = 6
b = 6/a
Substitute for b in eq.5
2a%2B3%286%2Fa%29+=+12
2a%5E2%2B18+-12a+=+0 is a quadratic equation whose roots are 3 and 3
Therefore , b = 2
(a,b,c) = (3,2,-1) when c = -1
But when c = 6, we have 2 possibilities for a and b
(a,b,c) = (3,-1/3,6) OR (-1/2 , 2,6)