SOLUTION: two numbers whose product is 12 and whose sum is 8

Algebra ->  Square-cubic-other-roots -> SOLUTION: two numbers whose product is 12 and whose sum is 8      Log On


   



Question 583608: two numbers whose product is 12 and whose sum is 8
Answer by JBarnum(2146) About Me  (Show Source):
You can put this solution on YOUR website!
a and b
ab=12
a+b=8
a=8-b
(8-b)b=12
8b-b^2=12
0=b^2-8b+12
-2 and -6
(b-2)(b-6)=0
b=2,6
a=6,2