| Your Results | Global Average | |
|---|---|---|
| Questions | 5 | 5 |
| Correct | 0 | 2.87 |
| Score | 0% | 57% |
Solve for c:
c2 - 4c - 22 = c + 2
| 1 or -8 | |
| 2 or 2 | |
| -3 or 8 | |
| 9 or -6 |
The first step to solve a quadratic expression that's not set to zero is to solve the equation so that it is set to zero:
c2 - 4c - 22 = c + 2
c2 - 4c - 22 - 2 = c
c2 - 4c - c - 24 = 0
c2 - 5c - 24 = 0
Next, factor the quadratic equation:
c2 - 5c - 24 = 0
(c + 3)(c - 8) = 0
For this expression to be true, the left side of the expression must equal zero. Therefore, either (c + 3) or (c - 8) must equal zero:
If (c + 3) = 0, c must equal -3
If (c - 8) = 0, c must equal 8
So the solution is that c = -3 or 8
Solve for y:
-3y + 5 = \( \frac{y}{2} \)
| \(\frac{9}{25}\) | |
| \(\frac{35}{48}\) | |
| -\(\frac{6}{19}\) | |
| 1\(\frac{3}{7}\) |
To solve this equation, repeatedly do the same thing to both sides of the equation until the variable is isolated on one side of the equal sign and the answer on the other.
-3y + 5 = \( \frac{y}{2} \)
2 x (-3y + 5) = y
(2 x -3y) + (2 x 5) = y
-6y + 10 = y
-6y + 10 - y = 0
-6y - y = -10
-7y = -10
y = \( \frac{-10}{-7} \)
y = 1\(\frac{3}{7}\)
Solve for b:
-9b - 2 = -1 + 6b
| \(\frac{8}{9}\) | |
| -\(\frac{4}{9}\) | |
| -\(\frac{1}{15}\) | |
| -6 |
To solve this equation, repeatedly do the same thing to both sides of the equation until the variable is isolated on one side of the equal sign and the answer on the other.
-9b - 2 = -1 + 6b
-9b = -1 + 6b + 2
-9b - 6b = -1 + 2
-15b = 1
b = \( \frac{1}{-15} \)
b = -\(\frac{1}{15}\)
Breaking apart a quadratic expression into a pair of binomials is called:
factoring |
|
deconstructing |
|
squaring |
|
normalizing |
To factor a quadratic expression, apply the FOIL (First, Outside, Inside, Last) method in reverse.
Solve for x:
x2 + 7x + 6 = 0
| 8 or -5 | |
| -1 or -6 | |
| 7 or -1 | |
| 3 or 1 |
The first step to solve a quadratic equation that's set to zero is to factor the quadratic equation:
x2 + 7x + 6 = 0
(x + 1)(x + 6) = 0
For this expression to be true, the left side of the expression must equal zero. Therefore, either (x + 1) or (x + 6) must equal zero:
If (x + 1) = 0, x must equal -1
If (x + 6) = 0, x must equal -6
So the solution is that x = -1 or -6