Question 1210241
<font color=black size=3>
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 <font color=red>-1 and 16</font>.


---------------------------------


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,
{{{x = (-b+-sqrt(b^2-4ac))/(2a)}}}


{{{x = (-(-15)+-sqrt((-15)^2-4(1)(-16)))/(2(1))}}}


{{{x = (15+-sqrt(225 + 64))/(2)}}}


{{{x = (15+-sqrt(289))/(2)}}}


{{{x = (15+-  17)/(2)}}}


{{{x = (15+17)/(2)}}} or {{{x = (15-17)/(2)}}}


{{{x = (32)/(2)}}} or  {{{x = (-2)/(2)}}}


{{{x = 16}}} or  {{{x = -1}}}
We arrive at the same pair of values found earlier.
If x = <font color=red>16</font>, then 15-x = 15-16 = <font color=red>-1</font>
If x = <font color=red>-1</font>, then 15-x = 15-(-1) = <font color=red>16</font>


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: <font color=red>-1 and 16</font>
-1*16 = -16
-1+16 = 15
</font>