Let's define the two numbers as \( x \) and \( y \). According to the problem, we have two equations:
- \( x \cdot y = 100 \)
- \( x + y = 21 \)
To solve these equations, we can express \( y \) from the second equation:
\[ y = 21 - x \]
Next, substitute \( y \) into the first equation:
\[ x(21 - x) = 100 \]
Expanding this gives:
\[ 21x - x^2 = 100 \]
Rearranging it into standard form results in:
\[ x^2 - 21x + 100 = 0 \]
Now we can use the quadratic formula to find the values of \( x \):
\[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]
Here, \( a = 1 \), \( b = -21 \), and \( c = 100 \):
\[ x = \frac{21 \pm \sqrt{(-21)^2 - 4 \cdot 1 \cdot 100}}{2 \cdot 1} \] \[ x = \frac{21 \pm \sqrt{441 - 400}}{2} \] \[ x = \frac{21 \pm \sqrt{41}}{2} \]
Calculating \( x \):
\[ x_1 = \frac{21 + \sqrt{41}}{2} \] \[ x_2 = \frac{21 - \sqrt{41}}{2} \]
Thus, we have the two possible numbers \( x \) and \( y \):
\[ y = 21 - x \] or
\[ y_1 = \frac{21 - \sqrt{41}}{2}, \quad y_2 = \frac{21 + \sqrt{41}}{2} \]
So the two numbers that multiply to 100 and add to 21 are approximately:
\[ x \approx 19.7, \quad y \approx 1.3 \] or, \[ x \approx 1.3, \quad y \approx 19.7 \]