Question 508704: if the product of two numbers is 21 and the sum is 10, what are the two numbers Found 2 solutions by jerryguo41, Edwin McCravy:Answer by jerryguo41(197) (Show Source):
You can put this solution on YOUR website!
1) -y on both sides
2) plug x in
3) Distribute
4) Move 21 over
5) Factor
6) Y = 3 or 7
7) Thus X = 3 or 7 depending on Y
8) Check
The funny thing about this problem is, that in order
to factor the binomial that results, you have think
of two numbers whose product is 21 and whose sum is 10,
which means you have to solve the problem in order to
solve it!!!!
(x-3)(x-7) = 0
xy = 21
x+y = 10
Solve the second equation for y
x+y = 10
y = 10-x
Substitute 10-x for y in
xy = 21
x(10-x) = 21
10x-x² = 21
-x²+10x-21 = 0
Multiply through by -1
x²-10x+21 = 0
(x-3)(x-7) = 0 <--- here is where you have to know the solution
to the problem already in order to do this factoring!!!
x-3 = 0 x-7 = 0
x = 3 x = 7
Substituting each in y = 10-x
y = 10-3 y = 10-7
y = 7 x = 3
It looks like there's two solutions but
it's really only one pair of numbers, {3,7}
Edwin