SOLUTION: if the product of two numbers is 21 and the sum is 10, what are the two numbers

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: if the product of two numbers is 21 and the sum is 10, what are the two numbers      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



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) About Me  (Show Source):
You can put this solution on YOUR website!
x%2Ay=21
x%2By=10
1) -y on both sides
x=+10-y
2) plug x in
x%2Ay=21
%2810-y%29%2Ay=21
3) Distribute
-y%5E2%2B10y=21
4) Move 21 over
-y%5E2%2B10y-21=0
5) Factor
%28y-3%29%28-y%2B7%29
6) Y = 3 or 7
7) Thus X = 3 or 7 depending on Y
8) Check
%283%29%2A%287%29=21
%283%29%2B%287%29=10

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!

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