Question 1210241: what two numbers multiply to -16 and add to 15
Found 3 solutions by ikleyn, MathLover1, math_tutor2020: Answer by ikleyn(52776) (Show Source):
You can put this solution on YOUR website! .
what two numbers multiply to -16 and add to 15
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Answer. The numbers are 16 and -1.
Here are two ways to solve it.
First way is to guess it mentally. Usually, it requires several seconds and does not require writing.
Another way is to introduce x for one number, 15-x for another number,
and then to write and to solve this equation for the product
x*(15-x) = -16,
15x - x^2 = - 16,
x^2 - 15x - 16 = 0,
(x-16)*(x+1) = 0. <<<---=== factoring
It gives the answer algebraically: the numbers are 16 and -1.
Solved.
Answer by MathLover1(20849) (Show Source): Answer by math_tutor2020(3816) (Show Source):
You can put this solution on YOUR website!
You can guess-and-check your way toward the answer.
Here are all of the ways to multiply to -16 when using integers only:
-1*16 = -16
-2*8 = -16
-4*4 = -16
1*(-16) = -16
2*(-8) = -16
Of that list, we see that -1 + 16 = 15.
Therefore the two mystery numbers are -1 and 16.
---------------------------------
Another approach is to follow these steps.
x = one of the mystery numbers
15-x = the other mystery number
Note that x and 15-x add to 15.
They must also multiply to -16, so,
first*second = -16
x*(15-x) = -16
-x^2+15x = -16
-x^2+15x+16 = 0
x^2-15x-16 = 0
You might be thinking "at this point I can factor".
If you used a guess-and-check method to factor, then you basically repeat the same style of steps as the first paragraph shown above.
If you're curious, or want to check your scratch work, then x^2-15x-16 factors to (x+1)(x-16).
Instead of factoring, let's use the quadratic formula.
Recall the template ax^2 + bx + c = 0.
In this case,
a = 1, b = -15, c = -16
which means,
or
or
or 
We arrive at the same pair of values found earlier.
If x = 16, then 15-x = 15-16 = -1
If x = -1, then 15-x = 15-(-1) = 16
The quadratic formula route is useful when you have larger numbers to work with.
For example, let's say the problem was "Find two numbers that multiply to 476 and add to 45".
To solve this example problem, you would need to solve x*(45-x) = 476.
Rearranging things leads to x^2-45x+476 = 0.
The guess-and-check route might take a while (and it's possible to overlook some cases).
The quadratic formula is preferable here. Using that formula yields x = 17 and x = 28 as the two solutions
17*28 = 476
17+28 = 45
--------------------------------------------------------------------------
--------------------------------------------------------------------------
Answer: -1 and 16
-1*16 = -16
-1+16 = 15
|
|
|