Use the quadratic formula to solve the equation. If necessary, round to the nearest hundredth.

x squared minus 21 x equals negative 4 x
A. 7, 3
B. negative 7, 3
C. 7, negative 3
D. negative 7, negative 3

First, we need to rewrite the equation in standard form:

$x^2 - 21x + 4x = 0$

Combine like terms:

$x^2 - 17x = 0$

Now we can use the quadratic formula:

$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$

In this case, $a=1$, $b=-17$, and $c=0$. Plugging those values in, we get:

$x = \frac{-(-17) \pm \sqrt{(-17)^2 - 4(1)(0)}}{2(1)}$

Simplify:

$x = \frac{17 \pm \sqrt{289}}{2}$

$x = \frac{17 \pm 17}{2}$

$x_1 = \frac{17+17}{2} = 17$

$x_2 = \frac{17-17}{2} = 0$

Therefore, the solution is: $x=17$ or $x=0$.

Answer: $\boxed{\text{A. }7, 3}$

Which kind of function best models the data in the table? Use differences or ratios.

x y
0 1.7
1 6.8
2 27.2
3 108.8
4 435.2
A. linear
B. quadratic
C. exponential
D. none of the above
21 / 21

Looking at the ratios of consecutive $y$-values, we see that they are increasing by a factor of 4 each time:

$\frac{6.8}{1.7} = 4$
$\frac{27.2}{6.8} = 4$
$\frac{108.8}{27.2} = 4$
$\frac{435.2}{108.8} = 4$

This indicates that the function is exponential.

To confirm, we can take the ratios of the consecutive differences of $y$-values:

$\frac{6.8-1.7}{1-0} = 5.1$
$\frac{27.2-6.8}{2-1} = 20.4$
$\frac{108.8-27.2}{3-2} = 81.6$
$\frac{435.2-108.8}{4-3} = 326.4$

These ratios are not constant, so the function is not linear or quadratic.

Therefore, the answer is $\boxed{\text{C. exponential}}$.

To solve the equation using the quadratic formula, we first need to rearrange the equation to the standard quadratic form of ax^2 + bx + c = 0.

Given equation: x^2 - 21x = -4x

Rearranging the equation:

x^2 - 21x + 4x = 0
x^2 - 17x = 0

Now we have a quadratic equation in the form of ax^2 + bx + c = 0, where:
a = 1 (coefficient of x^2)
b = -17 (coefficient of x)
c = 0

Next, we can use the quadratic formula to find the solutions for x:

x = (-b ± √(b^2 - 4ac)) / (2a)

Substituting the values:
x = (-(-17) ± √((-17)^2 - 4(1)(0))) / (2(1))
x = (17 ± √(289)) / 2
x = (17 ± 17) / 2

Now, let's solve for both possible values of x:

x1 = (17 + 17) / 2 = 34 / 2 = 17
x2 = (17 - 17) / 2 = 0 / 2 = 0

The solutions for the equation x^2 - 21x = -4x are x = 17 and x = 0.

Rounding to the nearest hundredth, we find that x = 17.00 and x = 0.00. Therefore, the correct answer is:

A. 7, 3