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
Algebra: Square root, cubic root, N-th root
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Square-cubic-other-roots
Question 583608
:
two numbers whose product is 12 and whose sum is 8
Answer by
JBarnum(2146)
(
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