| Your Results | Global Average | |
|---|---|---|
| Questions | 5 | 5 |
| Correct | 0 | 3.41 |
| Score | 0% | 68% |
Solve for z:
z2 + 4z - 1 = z + 3
| -3 or -5 | |
| 1 or -4 | |
| 4 or -4 | |
| -6 or -7 |
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:
z2 + 4z - 1 = z + 3
z2 + 4z - 1 - 3 = z
z2 + 4z - z - 4 = 0
z2 + 3z - 4 = 0
Next, factor the quadratic equation:
z2 + 3z - 4 = 0
(z - 1)(z + 4) = 0
For this expression to be true, the left side of the expression must equal zero. Therefore, either (z - 1) or (z + 4) must equal zero:
If (z - 1) = 0, z must equal 1
If (z + 4) = 0, z must equal -4
So the solution is that z = 1 or -4
If side a = 2, side b = 8, what is the length of the hypotenuse of this right triangle?
| \( \sqrt{68} \) | |
| \( \sqrt{45} \) | |
| \( \sqrt{32} \) | |
| \( \sqrt{73} \) |
According to the Pythagorean theorem, the hypotenuse squared is equal to the sum of the two perpendicular sides squared:
c2 = a2 + b2
c2 = 22 + 82
c2 = 4 + 64
c2 = 68
c = \( \sqrt{68} \)
What is 7a - 8a?
| -1 | |
| 15a2 | |
| -1a | |
| -a2 |
To combine like terms, add or subtract the coefficients (the numbers that come before the variables) of terms that have the same variable raised to the same exponent.
7a - 8a = -1a
Which of the following is not a part of PEMDAS, the acronym for math order of operations?
division |
|
exponents |
|
pairs |
|
addition |
When solving an equation with two variables, replace the variables with the values given and then solve the now variable-free equation. (Remember order of operations, PEMDAS, Parentheses, Exponents, Multiplication/Division, Addition/Subtraction.)
Solve for y:
y2 - 3y - 40 = 0
| -4 or -8 | |
| 6 or -2 | |
| 5 or 3 | |
| -5 or 8 |
The first step to solve a quadratic equation that's set to zero is to factor the quadratic equation:
y2 - 3y - 40 = 0
(y + 5)(y - 8) = 0
For this expression to be true, the left side of the expression must equal zero. Therefore, either (y + 5) or (y - 8) must equal zero:
If (y + 5) = 0, y must equal -5
If (y - 8) = 0, y must equal 8
So the solution is that y = -5 or 8